From b896574df686ed1dd51770f9698131a6fac440f0 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 26 Mar 2026 02:33:31 +0000 Subject: [PATCH] Update clean v1.0 metadata file with 213923 [skip ci] --- openapi/v1.0/default.yaml | 13325 +++++++++++++++++++++++---- openapi/v1.0/graphexplorer.yaml | 14480 ++++++++++++++++++++++++++---- openapi/v1.0/openapi.yaml | 12976 ++++++++++++++++++++++---- openapi/v1.0/powershell_v2.yaml | 12583 +++++++++++++++++++++++--- 4 files changed, 46554 insertions(+), 6810 deletions(-) diff --git a/openapi/v1.0/default.yaml b/openapi/v1.0/default.yaml index 7921d96a..734bf9ca 100644 --- a/openapi/v1.0/default.yaml +++ b/openapi/v1.0/default.yaml @@ -65,6 +65,1152 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/configurationManagement: + description: Provides operations to manage the configurationManagement property of the microsoft.graph.admin entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationManagement from admin + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + operationId: admin.GetConfigurationManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationManagement in admin + operationId: admin.UpdateConfigurationManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationManagement for admin + operationId: admin.DeleteConfigurationManagement + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationDrifts: + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationDrifts + description: Get a list of the configurationDrift objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationdrifts?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationDrifts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationDriftCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationDrifts for admin + operationId: admin.configurationManagement.CreateConfigurationDrifts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationDrifts/{configurationDrift-id}': + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationDrift + description: Get the properties and relationships of a configurationDrift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationdrift-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationDrifts in admin + operationId: admin.configurationManagement.UpdateConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationDrifts for admin + operationId: admin.configurationManagement.DeleteConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationDrifts/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationDrifts.GetCount-b132 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationMonitoringResults: + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitoringResults + description: Get a list of the configurationMonitoringResult objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitoringresults?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitoringResults + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationMonitoringResultCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationMonitoringResults for admin + operationId: admin.configurationManagement.CreateConfigurationMonitoringResults + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitoringResults/{configurationMonitoringResult-id}': + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitoringResult + description: Read the properties and relationships of a configurationMonitoringResult object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitoringresult-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationMonitoringResults in admin + operationId: admin.configurationManagement.UpdateConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationMonitoringResults for admin + operationId: admin.configurationManagement.DeleteConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationMonitoringResults/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitoringResults.GetCount-0ec6 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationMonitors: + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitors + description: Get a list of the configurationMonitor objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationMonitorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create configurationMonitor + description: Create a new configurationMonitor object that runs periodically in the background at a scheduled frequency. You can create up to 30 configurationMonitor objects per tenant. Each monitor runs at a fixed interval of 6 hours and cannot be configured to run at any other frequency. An administrator can monitor up to 800 configuration resources per day per tenant across all monitors. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-post-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.CreateConfigurationMonitors + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}': + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitor + description: Get the properties and relationships of a configurationMonitor object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update configurationMonitor + description: 'Update the properties of a configurationMonitor object, including the monitor name, description, and baseline.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-update?view=graph-rest-1.0 + operationId: admin.configurationManagement.UpdateConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationMonitor + description: Delete a configurationMonitor object permanently. A deleted configurationMonitor can't be restored. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}/baseline': + description: Provides operations to manage the baseline property of the microsoft.graph.configurationMonitor entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationBaseline + description: Read the properties and relationships of a configurationBaseline object that is attached to a specific monitor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationbaseline-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.configurationMonitors.GetBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property baseline in admin + operationId: admin.configurationManagement.configurationMonitors.UpdateBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property baseline for admin + operationId: admin.configurationManagement.configurationMonitors.DeleteBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationMonitors/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitors.GetCount-e65d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationSnapshotJobs: + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshotJobs + description: Get a list of the configurationSnapshotJob objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshotjobs?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshotJobs + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationSnapshotJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationSnapshotJobs for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshotJobs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshotJobs/{configurationSnapshotJob-id}': + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshotJob + description: Read the properties and relationships of a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshotJobs in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationSnapshotJob + description: Delete a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationSnapshotJobs/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshotJobs.GetCount-dec8 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationSnapshots: + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshots + description: Get a list of configurationBaseline objects that represent configuration snapshots and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshots?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshots + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationBaselineCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationSnapshots for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshots + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshots/{configurationBaseline-id}': + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshots from admin + description: A container for configuration snapshot baselines. + operationId: admin.configurationManagement.GetConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshots in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationSnapshots for admin + operationId: admin.configurationManagement.DeleteConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationSnapshots/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshots.GetCount-b397 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/edge: description: Provides operations to manage the edge property of the microsoft.graph.admin entity. get: @@ -845,97 +1991,1235 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.browserSite' + $ref: '#/components/schemas/microsoft.graph.browserSite' + default: + $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 + 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 + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.browserSite' + required: true + responses: + '204': + description: Success + default: + $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: 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 + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/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: + - name: browserSiteList-id + in: path + description: The unique identifier of browserSiteList + required: true + schema: + type: string + x-ms-docs-key-type: browserSiteList + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /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: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/exchange: + description: Provides operations to manage the exchange property of the microsoft.graph.admin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get exchange from admin + description: A container for the Exchange admin functionality. Read-only. + operationId: admin.GetExchange + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.exchangeAdmin + summary: Update the navigation property exchange in admin + operationId: admin.UpdateExchange + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property exchange for admin + operationId: admin.DeleteExchange + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/exchange/mailboxes: + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.ListMailboxes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.exchangeAdmin + summary: Create new navigation property to mailboxes for admin + operationId: admin.exchange.CreateMailboxes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}': + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.GetMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.exchangeAdmin + summary: Update the navigation property mailboxes in admin + operationId: admin.exchange.UpdateMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property mailboxes for admin + operationId: admin.exchange.DeleteMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.ListFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxFolderCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.GetFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.ListChildFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxFolderCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.GetChildFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.ListItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxItemCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.GetItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.items.GetCount-de79 + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.mailboxFolder.items.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $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: + '200': + description: Success + content: + application/json: + schema: + title: Collection of mailboxItem + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.GetCount-268c + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $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: + '200': + description: Success + content: + application/json: + schema: + title: Collection of mailboxFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.ListItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxItemCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.GetItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count': + description: Provides operations to count the resources in the collection. + get: 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 + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.items.GetCount-d4b5 parameters: - - name: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList - - name: browserSite-id + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id in: path - description: The unique identifier of browserSite + description: The unique identifier of mailboxFolder required: true schema: type: string - x-ms-docs-key-type: browserSite - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.browserSite' - required: true + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + '200': + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: 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 + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.items.delta parameters: - - name: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList - - name: browserSite-id + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id in: path - description: The unique identifier of browserSite + description: The unique identifier of mailboxFolder required: true schema: type: string - x-ms-docs-key-type: browserSite - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: mailboxFolder + - $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: - type: string + 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: - '204': + '200': description: Success + content: + application/json: + schema: + title: Collection of mailboxItem + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/$count': description: Provides operations to count the resources in the collection. get: tags: - - admin.edge + - admin.exchangeAdmin summary: Get the number of the resource - operationId: admin.edge.internetExplorerMode.siteLists.sites.GetCount-da97 + operationId: admin.exchange.mailboxes.folders.GetCount-0a5e parameters: - - name: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList + x-ms-docs-key-type: mailbox - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -943,30 +3227,26 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /admin/edge/internetExplorerMode/siteLists/$count: - description: Provides operations to count the resources in the collection. + '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()': + description: Provides operations to call the delta method. get: tags: - - admin.edge - summary: Get the number of the resource - operationId: admin.edge.internetExplorerMode.siteLists.GetCount-d3d6 + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.delta parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /admin/exchange: - description: Provides operations to manage the exchange property of the microsoft.graph.admin entity. - get: - tags: - - admin.exchangeAdmin - summary: Get exchange from admin - description: A container for the Exchange admin functionality. Read-only. - operationId: admin.GetExchange - parameters: + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -977,6 +3257,16 @@ paths: 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 @@ -989,49 +3279,118 @@ paths: type: string responses: '200': - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + title: Collection of mailboxFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/microsoft.graph.createImportSession': + description: Provides operations to call the createImportSession method. + post: tags: - admin.exchangeAdmin - summary: Update the navigation property exchange in admin - operationId: admin.UpdateExchange + summary: Invoke action createImportSession + operationId: admin.exchange.mailboxes.mailbox.createImportSession + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItemImportSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/admin/exchange/mailboxes/{mailbox-id}/microsoft.graph.exportItems': + description: Provides operations to call the exportItems method. + post: + tags: + - admin.exchangeAdmin + summary: Invoke action exportItems + operationId: admin.exchange.mailboxes.mailbox.exportItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + type: object + properties: + ItemIds: + type: array + items: + type: string required: true responses: - '204': + '200': 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.exportItemResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /admin/exchange/mailboxes/$count: + description: Provides operations to count the resources in the collection. + get: tags: - admin.exchangeAdmin - summary: Delete navigation property exchange for admin - operationId: admin.DeleteExchange + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.GetCount-490f parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + '200': + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation /admin/exchange/tracing: description: Provides operations to manage the tracing property of the microsoft.graph.exchangeAdmin entity. get: @@ -1287,6 +3646,9 @@ paths: - admin.exchangeAdmin summary: Invoke function getDetailsByRecipient description: Get a list of exchangeMessageTraceDetail objects filtered on the recipient. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-1.0 operationId: admin.exchange.tracing.messageTraces.exchangeMessageTrace.getDetailsByRecipient parameters: - name: exchangeMessageTrace-id @@ -1856,6 +4218,315 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /admin/people/profileSources: + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: List profileSources + description: 'Get a list of the profileSource objects and their properties, which represent both external data sources and out-of-the-box Microsoft data sources configured for user profiles in an organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilesources?view=graph-rest-1.0 + operationId: admin.people.ListProfileSources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.profileSourceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.peopleAdminSettings + summary: Create profileSource + description: Create a new profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilesources?view=graph-rest-1.0 + operationId: admin.people.CreateProfileSources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/people/profileSources/{profileSource-id}': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.GetProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.UpdateProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.DeleteProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/people/profileSources(sourceId=''{sourceId}'')' + '/admin/people/profileSources(sourceId=''{sourceId}'')': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.profileSources.GetBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.profileSources.UpdateBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.profileSources.DeleteBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/people/profileSources/{profileSource-id}' + /admin/people/profileSources/$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.profileSources.GetCount-e997 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/people/pronouns: description: Provides operations to manage the pronouns property of the microsoft.graph.peopleAdminSettings entity. get: @@ -4109,29 +6780,350 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property userAssignments in admin + operationId: admin.teams.policy.UpdateUserAssignments + parameters: + - name: teamsPolicyUserAssignment-id + in: path + description: The unique identifier of teamsPolicyUserAssignment + required: true + schema: + type: string + x-ms-docs-key-type: teamsPolicyUserAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property userAssignments for admin + operationId: admin.teams.policy.DeleteUserAssignments + parameters: + - name: teamsPolicyUserAssignment-id + in: path + description: The unique identifier of teamsPolicyUserAssignment + required: true + schema: + type: string + x-ms-docs-key-type: teamsPolicyUserAssignment + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/policy/userAssignments/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.policy.userAssignments.GetCount-7d68 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.assign: + description: Provides operations to call the assign method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action assign + description: 'Assign a Teams policy to a user using the user ID, policy type, and policy ID.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-assign?view=graph-rest-1.0 + operationId: admin.teams.policy.userAssignments.assign + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.unassign: + description: Provides operations to call the unassign method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action unassign + description: Unassign a Teams policy from a user using the user ID and policy type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-unassign?view=graph-rest-1.0 + operationId: admin.teams.policy.userAssignments.unassign + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement: + description: Provides operations to manage the telephoneNumberManagement property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberManagement from admin + description: Represents a collection of available telephone number management operations. + operationId: admin.teams.GetTelephoneNumberManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property telephoneNumberManagement in admin + operationId: admin.teams.UpdateTelephoneNumberManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property telephoneNumberManagement for admin + operationId: admin.teams.DeleteTelephoneNumberManagement + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/telephoneNumberManagement/numberAssignments: + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: List numberAssignments + description: Read the properties and relationships of microsoft.graph.teamsAdministration.numberAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumbermanagementroot-list-numberassignments?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.ListNumberAssignments + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.teamsAdminRoot + summary: Create new navigation property to numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.CreateNumberAssignments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/numberAssignments/{numberAssignment-id}': + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get numberAssignments from admin + description: Represents a collection of synchronous telephone number management operations. + operationId: admin.teams.telephoneNumberManagement.GetNumberAssignments + parameters: + - name: numberAssignment-id + in: path + description: The unique identifier of numberAssignment + required: true + schema: + type: string + x-ms-docs-key-type: numberAssignment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.teamsAdminRoot - summary: Update the navigation property userAssignments in admin - operationId: admin.teams.policy.UpdateUserAssignments + summary: Update the navigation property numberAssignments in admin + operationId: admin.teams.telephoneNumberManagement.UpdateNumberAssignments parameters: - - name: teamsPolicyUserAssignment-id + - name: numberAssignment-id in: path - description: The unique identifier of teamsPolicyUserAssignment + description: The unique identifier of numberAssignment required: true schema: type: string - x-ms-docs-key-type: teamsPolicyUserAssignment + x-ms-docs-key-type: numberAssignment requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' required: true responses: '204': @@ -4142,16 +7134,16 @@ paths: delete: tags: - admin.teamsAdminRoot - summary: Delete navigation property userAssignments for admin - operationId: admin.teams.policy.DeleteUserAssignments + summary: Delete navigation property numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.DeleteNumberAssignments parameters: - - name: teamsPolicyUserAssignment-id + - name: numberAssignment-id in: path - description: The unique identifier of teamsPolicyUserAssignment + description: The unique identifier of numberAssignment required: true schema: type: string - x-ms-docs-key-type: teamsPolicyUserAssignment + x-ms-docs-key-type: numberAssignment - name: If-Match in: header description: ETag @@ -4163,13 +7155,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /admin/teams/policy/userAssignments/$count: + /admin/teams/telephoneNumberManagement/numberAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.teamsAdminRoot summary: Get the number of the resource - operationId: admin.teams.policy.userAssignments.GetCount-7d68 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.GetCount-7adc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -4178,17 +7170,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.assign: - description: Provides operations to call the assign method. + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.assignNumber: + description: Provides operations to call the assignNumber method. post: tags: - admin.teamsAdminRoot - summary: Invoke action assign - description: 'Assign a Teams policy to a user using the user ID, policy type, and policy ID.' + summary: Invoke action assignNumber + description: Creates an asynchronous order to assign a telephone number to a user account. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-assign?view=graph-rest-1.0 - operationId: admin.teams.policy.userAssignments.assign + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-assignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.assignNumber requestBody: description: Action parameters content: @@ -4196,10 +7188,20 @@ paths: schema: type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + telephoneNumber: + type: string + assignmentTargetId: + type: string + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + locationId: + type: string + nullable: true required: true responses: '204': @@ -4207,17 +7209,17 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.unassign: - description: Provides operations to call the unassign method. + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.unassignNumber: + description: Provides operations to call the unassignNumber method. post: tags: - admin.teamsAdminRoot - summary: Invoke action unassign - description: Unassign a Teams policy from a user using the user ID and policy type. + summary: Invoke action unassignNumber + description: Creates an asynchronous order to unassign a telephone number from a user account. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-unassign?view=graph-rest-1.0 - operationId: admin.teams.policy.userAssignments.unassign + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-unassignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.unassignNumber requestBody: description: Action parameters content: @@ -4225,10 +7227,52 @@ paths: schema: type: object properties: - value: + telephoneNumber: + type: string + nullable: true + numberType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.updateNumber: + description: Provides operations to call the updateNumber method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action updateNumber + description: 'This method is used to update an existing number with optional attributes. Currently supported attributes are locationId, networkSiteId, and reverseNumberLookupOptions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-updatenumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.updateNumber + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + telephoneNumber: + type: string + locationId: + type: string + nullable: true + networkSiteId: + type: string + nullable: true + reverseNumberLookupOptions: type: array items: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + type: string + nullable: true required: true responses: '204': @@ -4236,6 +7280,195 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/operations: + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + operationId: admin.teams.telephoneNumberManagement.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: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.teamsAdminRoot + summary: Create new navigation property to operations for admin + operationId: admin.teams.telephoneNumberManagement.CreateOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/operations/{telephoneNumberLongRunningOperation-id}': + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumberlongrunningoperation-get?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.GetOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property operations in admin + operationId: admin.teams.telephoneNumberManagement.UpdateOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property operations for admin + operationId: admin.teams.telephoneNumberManagement.DeleteOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/telephoneNumberManagement/operations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.telephoneNumberManagement.operations.GetCount-d151 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/teams/userConfigurations: description: Provides operations to manage the userConfigurations property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. get: @@ -16946,6 +20179,64 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/microsoft.graph.delta()' + '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' '/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -17046,6 +20337,57 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.replyWithQuote + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -274882,22 +278224,83 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/groups/{group-id}/sites/microsoft.graph.add' - - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add' - - '/groups/{group-id}/team/members/microsoft.graph.add' - - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.add' - - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add' - '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: + - '/groups/{group-id}/sites/microsoft.graph.add' + - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add' + - '/groups/{group-id}/team/members/microsoft.graph.add' + - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.add' + - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add' + '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - groups.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.allMembers.remove + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/groups/{group-id}/sites/microsoft.graph.remove' + - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' + - '/groups/{group-id}/team/members/microsoft.graph.remove' + - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.remove' + - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: tags: - groups.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: groups.group.team.channels.channel.allMembers.remove + summary: Get enabledApps from groups + operationId: groups.team.channels.ListEnabledApps parameters: - name: group-id in: path @@ -274913,45 +278316,142 @@ paths: schema: type: string x-ms-docs-key-type: channel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: '200': - 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' + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/groups/{group-id}/sites/microsoft.graph.remove' - - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' - - '/groups/{group-id}/team/members/microsoft.graph.remove' - - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.remove' - - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + - '/groups/{group-id}/team/primaryChannel/enabledApps' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-b387 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -277574,6 +281074,73 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -277707,6 +281274,66 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -281239,6 +284866,143 @@ paths: - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' - '/groups/{group-id}/team/members/microsoft.graph.remove' - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + '/groups/{group-id}/team/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.ListEnabledApps + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/enabledApps' + '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.GetEnabledApps + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/primaryChannel/enabledApps/$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.enabledApps.GetCount-593e + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -283511,6 +287275,66 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -283630,6 +287454,59 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.replyWithQuote + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -369672,7 +373549,7 @@ paths: tags: - me.authentication summary: List fido2AuthenticationMethod - description: Retrieve a list of a user's FIDO2 security key authentication method objects and their properties. + description: Retrieve a list of a user's passkey (FIDO2) 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 @@ -369728,7 +373605,7 @@ paths: tags: - me.authentication summary: Get fido2AuthenticationMethod - description: Retrieve a user's single FIDO2 security key authentication method object. + description: Retrieve a user's single passkey (FIDO2) authentication method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 @@ -381830,6 +385707,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -381968,6 +385907,61 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.replyWithQuote + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -412490,6 +416484,12 @@ paths: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -412515,6 +416515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -412561,6 +416567,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -412587,6 +416599,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -412611,6 +416629,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. @@ -412656,6 +416680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. @@ -412702,6 +416732,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation /me/insights/shared/$count: description: Provides operations to count the resources in the collection. @@ -412718,6 +416754,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/insights/trending: description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: @@ -413005,6 +417047,12 @@ paths: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -413030,6 +417078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -413076,6 +417130,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -413102,6 +417162,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -413126,6 +417192,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. @@ -413172,6 +417244,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation /me/insights/used/$count: description: Provides operations to count the resources in the collection. @@ -413188,6 +417266,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/joinedTeams: description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: @@ -413865,97 +417949,387 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - me.team - summary: Update the navigation property allMembers in me - operationId: me.joinedTeams.channels.UpdateAllMembers - 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 - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - me.team - summary: Delete navigation property allMembers for me - operationId: me.joinedTeams.channels.DeleteAllMembers - 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 - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.conversationMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.team + summary: Update the navigation property allMembers in me + operationId: me.joinedTeams.channels.UpdateAllMembers + 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 + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.team + summary: Delete navigation property allMembers for me + operationId: me.joinedTeams.channels.DeleteAllMembers + 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 + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/{conversationMember-id}' + '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/$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.allMembers.GetCount-4afb + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': + description: Provides operations to call the add method. + post: + tags: + - me.team + 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.allMembers.add + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $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/microsoft.graph.add' + - /me/followedSites/microsoft.graph.add + - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' + - '/me/joinedTeams/{team-id}/members/microsoft.graph.add' + - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' + - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' + '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - me.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.allMembers.remove + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $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/microsoft.graph.remove' + - /me/followedSites/microsoft.graph.remove + - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' + - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' + - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' + - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/primaryChannel/enabledApps' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/{conversationMember-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/$count': + - '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$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.allMembers.GetCount-4afb + operationId: me.joinedTeams.channels.enabledApps.GetCount-b537 parameters: - name: team-id in: path @@ -413978,138 +418352,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': - description: Provides operations to call the add method. - post: - tags: - - me.team - 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.allMembers.add - 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 - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true - responses: - '200': - 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' - default: - $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/microsoft.graph.add' - - /me/followedSites/microsoft.graph.add - - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' - - '/me/joinedTeams/{team-id}/members/microsoft.graph.add' - - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' - - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' - '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: - tags: - - me.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: me.joinedTeams.team.channels.channel.allMembers.remove - 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 - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true - responses: - '200': - 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' - default: - $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/microsoft.graph.remove' - - /me/followedSites/microsoft.graph.remove - - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' - - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' '/me/joinedTeams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -416779,6 +421021,75 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -416931,6 +421242,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -420485,6 +424858,143 @@ paths: - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.ListEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.GetEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-dea8 + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/me/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -422804,6 +427314,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -422942,6 +427514,61 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.replyWithQuote + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -452338,29 +456965,279 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' + $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/registeredDevices/microsoft.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: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $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: + '200': + $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' + default: + $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: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' + default: + $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: scopedRoleMembership-id + in: path + description: The unique identifier of scopedRoleMembership + required: true + schema: + type: string + x-ms-docs-key-type: scopedRoleMembership + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' + default: + $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 + parameters: + - name: scopedRoleMembership-id + in: path + description: The unique identifier of scopedRoleMembership + required: true + schema: + type: string + x-ms-docs-key-type: scopedRoleMembership + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' + required: true + responses: + '204': + description: Success + default: + $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: scopedRoleMembership-id + in: path + description: The unique identifier of scopedRoleMembership + required: true + schema: + type: string + x-ms-docs-key-type: scopedRoleMembership + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /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: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $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: + '200': + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /me/registeredDevices/microsoft.graph.endpoint/$count: + /me/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - - me.directoryObject + - me.serviceProvisioningError summary: Get the number of the resource - operationId: me.RegisteredDevices.GetCount.AsEndpoint-0ca5 + operationId: me.ServiceProvisioningErrors.GetCount-81cf parameters: - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - 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: @@ -452368,95 +457245,18 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $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: - '200': - $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' - default: - $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: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' - default: - $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. + /me/settings: + description: Provides operations to manage the settings property of the microsoft.graph.user entity. get: tags: - - me.scopedRoleMembership - summary: Get scopedRoleMemberOf from me - operationId: me.GetScopedRoleMemberOf + - me.userSettings + summary: Get settings + description: "Read the user and organization userSettings object.\r\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: scopedRoleMembership-id - in: path - description: The unique identifier of scopedRoleMembership - required: true - schema: - type: string - x-ms-docs-key-type: scopedRoleMembership - name: $select in: query description: Select properties to be returned @@ -452483,29 +457283,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' + $ref: '#/components/schemas/microsoft.graph.userSettings' default: $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 - parameters: - - name: scopedRoleMembership-id - in: path - description: The unique identifier of scopedRoleMembership - required: true - schema: - type: string - x-ms-docs-key-type: scopedRoleMembership + - me.userSettings + summary: Update userSettings + description: "Update the properties of the userSettings object. \r\nUsers in the same organization can have different settings based on their preference or on the organization policies. \r\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.scopedRoleMembership' + $ref: '#/components/schemas/microsoft.graph.userSettings' required: true responses: '204': @@ -452515,17 +457311,10 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - me.scopedRoleMembership - summary: Delete navigation property scopedRoleMemberOf for me - operationId: me.DeleteScopedRoleMemberOf + - me.userSettings + summary: Delete navigation property settings for me + operationId: me.DeleteSettings parameters: - - name: scopedRoleMembership-id - in: path - description: The unique identifier of scopedRoleMembership - required: true - schema: - type: string - x-ms-docs-key-type: scopedRoleMembership - name: If-Match in: header description: ETag @@ -452537,98 +457326,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /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: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $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: - '200': - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' - default: - $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: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /me/settings: - description: Provides operations to manage the settings property of the microsoft.graph.user entity. + /me/settings/exchange: + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. get: tags: - me.userSettings - summary: Get settings - description: "Read the user and organization userSettings object.\r\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 + summary: Get exchange from me + operationId: me.settings.GetExchange parameters: - name: $select in: query @@ -452656,46 +457360,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.userSettings' - default: - $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. \r\nUsers in the same organization can have different settings based on their preference or on the organization policies. \r\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: - '204': - description: Success - default: - $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 + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -465632,7 +470297,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.GetPlace.AsRoomList parameters: - name: place-id @@ -467850,7 +472519,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.ListPlace.AsRoomList parameters: - $ref: '#/components/parameters/top' @@ -533319,10 +537992,10 @@ paths: tags: - servicePrincipals.servicePrincipal.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. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, 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/serviceprincipal-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: servicePrincipals.delta parameters: - $ref: '#/components/parameters/top' @@ -533366,7 +538039,7 @@ paths: content: application/json: schema: - title: Collection of servicePrincipal + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -533375,7 +538048,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -619890,6 +624563,510 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.ListSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + default: + $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 sharePointGroups for storage + operationId: storage.fileStorage.containers.CreateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.GetSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property sharePointGroups in storage + operationId: storage.fileStorage.containers.UpdateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.containers.DeleteSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.ListMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupMemberCollectionResponse' + default: + $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 members for storage + operationId: storage.fileStorage.containers.sharePointGroups.CreateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.GetMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property members in storage + operationId: storage.fileStorage.containers.sharePointGroups.UpdateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.containers.sharePointGroups.DeleteMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.sharePointGroups.members.GetCount-8cdc + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/$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.sharePointGroups.GetCount-c255 + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /storage/fileStorage/containers/$count: description: Provides operations to count the resources in the collection. get: @@ -623229,6 +628406,510 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.ListSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + default: + $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 sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.CreateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.GetSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property sharePointGroups in storage + operationId: storage.fileStorage.deletedContainers.UpdateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.DeleteSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.ListMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupMemberCollectionResponse' + default: + $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 members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.CreateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.GetMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property members in storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.UpdateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.DeleteMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.deletedContainers.sharePointGroups.members.GetCount-495f + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/$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.deletedContainers.sharePointGroups.GetCount-f80e + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /storage/fileStorage/deletedContainers/$count: description: Provides operations to count the resources in the collection. get: @@ -624658,97 +630339,383 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - teams.channel - summary: Update the navigation property allMembers in teams - operationId: teams.channels.UpdateAllMembers - 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 - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - teams.channel - summary: Delete navigation property allMembers for teams - operationId: teams.channels.DeleteAllMembers - 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 - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.conversationMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - teams.channel + summary: Update the navigation property allMembers in teams + operationId: teams.channels.UpdateAllMembers + 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 + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete navigation property allMembers for teams + operationId: teams.channels.DeleteAllMembers + 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 + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}' + '/teams/{team-id}/channels/{channel-id}/allMembers/$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.allMembers.GetCount-ea4d + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': + description: Provides operations to call the add method. + post: + tags: + - teams.channel + 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.allMembers.add + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' + - '/teams/{team-id}/members/microsoft.graph.add' + - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' + - '/teams/{team-id}/primaryChannel/members/microsoft.graph.add' + '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - teams.channel + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: teams.team.channels.channel.allMembers.remove + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' + - '/teams/{team-id}/members/microsoft.graph.remove' + - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' + - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/teams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/primaryChannel/enabledApps' + '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}' - '/teams/{team-id}/channels/{channel-id}/allMembers/$count': + - '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/teams/{team-id}/channels/{channel-id}/enabledApps/$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.allMembers.GetCount-ea4d + operationId: teams.channels.enabledApps.GetCount-6262 parameters: - name: team-id in: path @@ -624771,134 +630738,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': - description: Provides operations to call the add method. - post: - tags: - - teams.channel - 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.allMembers.add - 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 - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true - responses: - '200': - 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' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' - - '/teams/{team-id}/members/microsoft.graph.add' - - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' - - '/teams/{team-id}/primaryChannel/members/microsoft.graph.add' - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: - tags: - - teams.channel - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: teams.team.channels.channel.allMembers.remove - 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 - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true - responses: - '200': - 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' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - - '/teams/{team-id}/members/microsoft.graph.remove' - - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' '/teams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -627559,6 +633398,73 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -627675,6 +633581,66 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -631290,6 +637256,143 @@ paths: - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - '/teams/{team-id}/members/microsoft.graph.remove' - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/teams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.primaryChannel.ListEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/enabledApps' + '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.primaryChannel.GetEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/teams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-412b + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/teams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -633543,6 +639646,66 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -633645,6 +639808,59 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.replyWithQuote + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/teams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -639548,6 +645764,160 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/microsoft.graph.remove' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-bbef + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -641907,28 +648277,215 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage - - name: chatMessage-id1 - in: path - description: The unique identifier of chatMessage - required: true + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction': + description: Provides operations to call the unsetReaction method. + post: + tags: + - teamwork.deletedTeam + summary: Invoke action unsetReaction + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reactionType: + type: string + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.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: + - 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - teamwork.deletedTeam + summary: Invoke function delta + description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @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: + - 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 + - $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: - type: string - x-ms-docs-key-type: chatMessage + 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: - '204': + '200': 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' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction': - description: Provides operations to call the unsetReaction method. + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. post: tags: - teamwork.deletedTeam - summary: Invoke action unsetReaction - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.replyWithQuote parameters: - name: deletedTeam-id in: path @@ -641951,13 +648508,6 @@ paths: 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 requestBody: description: Action parameters content: @@ -641965,25 +648515,38 @@ paths: schema: type: object properties: - reactionType: - type: string - nullable: true + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true required: true responses: - '204': + '200': description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + '/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.replies.GetCount-32b1 + operationId: teamwork.deletedTeams.channels.messages.GetCount-d80c parameters: - name: deletedTeam-id in: path @@ -641999,13 +648562,6 @@ paths: 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 - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -642013,7 +648569,7 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()': description: Provides operations to call the delta method. get: tags: @@ -642023,7 +648579,7 @@ paths: 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 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.delta parameters: - name: deletedTeam-id in: path @@ -642039,13 +648595,6 @@ paths: 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 - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -642104,47 +648653,18 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.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: - - 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 - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()': - description: Provides operations to call the delta method. - get: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: tags: - teamwork.deletedTeam - summary: Invoke function delta - description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @odata.deltaLink). For more information, see the delta query documentation.' + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. 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 + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.replyWithQuote parameters: - name: deletedTeam-id in: path @@ -642160,65 +648680,38 @@ paths: schema: type: string x-ms-docs-key-type: channel - - $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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true responses: '200': description: Success content: application/json: schema: - title: Collection of chatMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.chatMessage' + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -662892,6 +669385,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -663046,6 +669608,68 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -698393,6 +705017,12 @@ paths: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -698426,6 +705056,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}': description: Provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity. @@ -698479,6 +705115,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -698512,6 +705154,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -698543,6 +705191,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. @@ -698595,6 +705249,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. @@ -698648,6 +705308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/$count': description: Provides operations to count the resources in the collection. @@ -698671,6 +705337,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' '/users/{user-id}/insights/trending': description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: @@ -699009,6 +705681,12 @@ paths: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -699042,6 +705720,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/{usedInsight-id}': description: Provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity. @@ -699095,6 +705779,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -699128,6 +705818,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -699159,6 +705855,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. @@ -699212,6 +705914,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/$count': description: Provides operations to count the resources in the collection. @@ -699235,6 +705943,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' '/users/{user-id}/joinedTeams': description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: @@ -700148,97 +706862,309 @@ paths: schema: type: string x-ms-docs-key-type: channel - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': - description: Provides operations to call the add method. - post: - tags: - - users.team - 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.allMembers.add - parameters: - - name: user-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': + description: Provides operations to call the add method. + post: + tags: + - users.team + 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.allMembers.add + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.add' + - '/users/{user-id}/followedSites/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - users.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.allMembers.remove + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.remove' + - '/users/{user-id}/followedSites/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.GetEnabledApps + 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: teamsApp-id in: path - description: The unique identifier of user + description: The unique identifier of teamsApp required: true schema: type: string - x-ms-docs-key-type: user - - name: team-id - in: path - description: The unique identifier of team - required: true + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: team - - name: channel-id - in: path - description: The unique identifier of channel - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: channel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + uniqueItems: true + type: array + items: + type: string responses: '200': - description: Success + description: Retrieved navigation property content: application/json: schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' + $ref: '#/components/schemas/microsoft.graph.teamsApp' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.add' - - '/users/{user-id}/followedSites/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$count': + description: Provides operations to count the resources in the collection. + get: tags: - users.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: users.user.joinedTeams.team.channels.channel.allMembers.remove + summary: Get the number of the resource + operationId: users.joinedTeams.channels.enabledApps.GetCount-0dff parameters: - name: user-id in: path @@ -700261,46 +707187,13 @@ paths: schema: type: string x-ms-docs-key-type: channel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: '200': - 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' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.remove' - - '/users/{user-id}/followedSites/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' '/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: @@ -703322,6 +710215,82 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -703490,6 +710459,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -707618,6 +714656,164 @@ paths: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-40e4 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -710289,6 +717485,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -710443,6 +717708,68 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -745108,6 +752435,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/settings/exchange': + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. + get: + tags: + - users.userSettings + summary: Get exchange from users + operationId: users.settings.GetExchange + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/users/{user-id}/settings/itemInsights': description: Provides operations to manage the itemInsights property of the microsoft.graph.userSettings entity. get: @@ -751813,10 +759185,10 @@ paths: tags: - users.user.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. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, 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/user-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: users.delta parameters: - $ref: '#/components/parameters/top' @@ -751860,7 +759232,7 @@ paths: content: application/json: schema: - title: Collection of user + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -751869,7 +759241,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -753399,6 +760771,13 @@ components: title: admin type: object properties: + configurationManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.configurationManagement' + - type: object + nullable: true + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + x-ms-navigationProperty: true edge: anyOf: - $ref: '#/components/schemas/microsoft.graph.edge' @@ -753560,6 +760939,75 @@ components: displayConcealedNames: type: boolean description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' + microsoft.graph.agentIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentity + type: object + properties: + agentIdentityBlueprintId: + type: string + description: The appId of the agent identity blueprint that defines the configuration for this agent identity. + createdByAppId: + type: string + description: The appId of the application that created this agent identity. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + 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 agent identity was created. Read-only. Inherited from servicePrincipal. + format: date-time + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity. + x-ms-navigationProperty: true + microsoft.graph.agentIdentityBlueprint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.application' + - title: agentIdentityBlueprint + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint. Set internally by Microsoft Entra ID. Read-only. Inherited from application. + nullable: true + inheritablePermissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + description: Defines scopes of a resource application that may be automatically granted to agent identities without additional consent. + x-ms-navigationProperty: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation. + x-ms-navigationProperty: true + microsoft.graph.agentIdentityBlueprintPrincipal: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentityBlueprintPrincipal + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint principal. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint principal. Sponsors are users or service principals who can authorize and manage the lifecycle of agent identity instances. + x-ms-navigationProperty: true + microsoft.graph.agentUser: + allOf: + - $ref: '#/components/schemas/microsoft.graph.user' + - title: agentUser + type: object + description: Represents a Microsoft Entra user account. microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -757752,6 +765200,11 @@ components: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: 'A collection of membership records associated with the channel, including both direct and indirect members of shared channels.' x-ms-navigationProperty: true + enabledApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + x-ms-navigationProperty: true filesFolder: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' @@ -758317,6 +765770,17 @@ components: - type: object nullable: true description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + osVersionNumber: + type: string + description: 'The operating system version of this image. For example, 10.0.22000.296. Read-only.' + nullable: true + sizeInGB: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The size of the image in GB. For example, 64. Read-only.' + format: int32 + nullable: true 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.' @@ -758357,6 +765821,10 @@ components: 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 + osVersionNumber: + type: string + description: 'The operating system version of this gallery image. For example, 10.0.22000.296. 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. @@ -759053,6 +766521,246 @@ components: description: The user-friendly name of the template. scenarios: $ref: '#/components/schemas/microsoft.graph.templateScenarios' + microsoft.graph.configurationBaseline: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationBaseline + type: object + properties: + description: + type: string + description: User-friendly description of the baseline given by the user. + displayName: + type: string + description: User-friendly name given by the user to the baseline. + parameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + description: Collection of parameters attached to the baseline. + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + description: Collection of resources and their properties that are added to the baseline. At least one property of one resource must be present in the baseline. + microsoft.graph.configurationDrift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationDrift + type: object + properties: + baselineResourceDisplayName: + type: string + description: 'Resource instance for which the drift is detected. Supports $filter (eq, ne, startsWith) and $orderby.' + readOnly: true + driftedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + description: Properties within one or more resource instances in which drift is detected. Returned only on $select. + readOnly: true + firstReportedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 drift is first detected. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + resourceInstanceIdentifier: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: 'Resource for which the drift is detected. Supports $filter (eq, ne, startsWith).' + readOnly: true + status: + $ref: '#/components/schemas/microsoft.graph.driftStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + microsoft.graph.configurationManagement: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationManagement + type: object + properties: + configurationDrifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + description: A container for configuration drift resources. + x-ms-navigationProperty: true + configurationMonitoringResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + description: A container for configuration monitoring results resources. + x-ms-navigationProperty: true + configurationMonitors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + description: A container for configuration monitor resources. + x-ms-navigationProperty: true + configurationSnapshotJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + description: A container for snapshot job resources. + x-ms-navigationProperty: true + configurationSnapshots: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + description: A container for configuration snapshot baselines. + x-ms-navigationProperty: true + microsoft.graph.configurationMonitor: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitor + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the monitor given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name given by the user to the monitor. Supports $filter (eq, ne, startsWith) and $orderby.' + inactivationReason: + type: string + description: The reason for the monitor's inactivation. Returned only on $select. + nullable: true + readOnly: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor was last modified. If no modifications are made to the monitor, it''s the same as createdDateTime. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + mode: + $ref: '#/components/schemas/microsoft.graph.monitorMode' + monitorRunFrequencyInHours: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Frequency at which the monitor runs. The default frequency is six hours. Regardless of when you create or update a monitor, it gets triggered within the next 6 hours. Currently, monitors are picked up at fixed times: 6 AM, 12 PM, 6 PM, and 12 AM (all in GMT). For example, if you create a monitor at 9 AM, it gets triggered around 12 PM. If you update a monitor at 4 PM, it gets triggered around 6 PM.' + format: int32 + readOnly: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + - type: object + nullable: true + description: Key-value pairs that contain parameter values which might be used in the baseline. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.monitorStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + baseline: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + microsoft.graph.configurationMonitoringResult: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitoringResult + type: object + properties: + driftsCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Number of drifts observed during a monitor run. Supports $filter (eq, ne, ge, le) and $orderby.' + format: int32 + readOnly: true + errorDetails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' + description: All the error details that prevent the monitor from running successfully. The error details are a contained entity. Returned only on $select. + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + runCompletionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runInitiationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run initiated. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runStatus: + $ref: '#/components/schemas/microsoft.graph.monitorRunStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + microsoft.graph.configurationSnapshotJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationSnapshotJob + 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: 'The date and time when the snapshot job was completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 snapshot job 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the snapshot given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name provided by the user during snapshot creation. Supports $filter (eq, ne, startsWith) and $orderby.' + errorDetails: + type: array + items: + type: string + description: Details of errors related to the reasons why the snapshot can't complete. Returned only on $select. + readOnly: true + resourceLocation: + type: string + description: The URL at which the snapshot file resides. Returned only on $select. + readOnly: true + resources: + type: array + items: + type: string + description: The names of all resources included in the request body by the user who created the snapshot. Fetched by the system. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.snapshotJobStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the snapshot is created. Supports $filter (eq, ne).' + readOnly: true microsoft.graph.connectedOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -759227,10 +766935,22 @@ components: type: string description: The user's notes about the contact. nullable: true + primaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's primary email address. profession: type: string description: The contact's profession. nullable: true + secondaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's secondary email address. spouseName: type: string description: The name of the contact's spouse/partner. @@ -759239,6 +766959,12 @@ components: type: string description: The contact's surname. nullable: true + tertiaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's tertiary email address. title: type: string description: The contact's title. @@ -759687,6 +767413,11 @@ components: - title: crossTenantAccessPolicyConfigurationDefault type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -759733,6 +767464,16 @@ components: type: boolean description: 'If true, the default configuration is set to the system default configuration. If false, the default settings are customized.' nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' @@ -759743,6 +767484,11 @@ components: title: crossTenantAccessPolicyConfigurationPartner type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -759787,6 +767533,16 @@ components: type: boolean description: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantId: type: string description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -765286,6 +773042,11 @@ components: - title: exchangeAdmin type: object properties: + mailboxes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' + x-ms-navigationProperty: true tracing: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageTracingRoot' @@ -765412,6 +773173,15 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' description: A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes. x-ms-navigationProperty: true + microsoft.graph.exchangeSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: exchangeSettings + type: object + properties: + primaryMailboxId: + type: string + nullable: true microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -765583,54 +773353,70 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as 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. + description: The attestation certificate or certificates attached to this passkey. attestationLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' + description: 'The attestation level of this passkey (FIDO2). The possible values are: attested, notAttested, unknownFutureValue.' 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. + description: The manufacturer-assigned model of the FIDO2 passkey. nullable: true + passkeyType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyType' + - type: object + nullable: true + description: 'The type of passkey. The possible values are: deviceBound, synced, unknownFutureValue.' microsoft.graph.fido2AuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: fido2AuthenticationMethodConfiguration type: object properties: + defaultPasskeyProfile: + type: string + description: 'The non-deletable baseline passkey profile, within the passkey profile collection. It''s automatically created when migrating to passkey profiles and initially mirrors the tenant''s legacy global passkey (FIDO2) authentication methods policy settings.' + nullable: true isAttestationEnforced: type: boolean - description: Determines whether attestation must be enforced for FIDO2 security key registration. + description: Determines whether attestation must be enforced for passkey (FIDO2) registration. This property is deprecated and will be removed in October 2027. Use passkeyProfiles property. nullable: true isSelfServiceRegistrationAllowed: type: boolean - description: Determines if users can register new FIDO2 security keys. + description: Determines if users can register new passkeys (FIDO2). 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 (for example, make and model) of the authenticator.' + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. This property is deprecated and will be removed in October 2027. Use the passkeyProfiles property.' includeTargets: type: array items: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true + passkeyProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' + description: A collection of configuration profiles that control the registration of and authentication with passkeys (FIDO2). + x-ms-navigationProperty: true microsoft.graph.fido2CombinationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' @@ -765795,6 +773581,11 @@ components: nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true + sharePointGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + x-ms-navigationProperty: true microsoft.graph.fileStorageContainerType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -766832,6 +774623,19 @@ components: items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' x-ms-navigationProperty: true + microsoft.graph.inheritablePermission: + title: inheritablePermission + type: object + properties: + inheritableScopes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - type: object + nullable: true + description: 'Inheritance configuration for delegated permission scopes published by the resource application. Supports three patterns: allAllowedScopes (inherit all available scopes), enumeratedScopes (inherit only the listed scopes), and noScopes (inherit none). Each pattern exposes a kind discriminator for filtering.' + resourceAppId: + type: string + description: The appId of the resource application that publishes these scopes. Primary key. microsoft.graph.insightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -769005,6 +776809,87 @@ components: recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. + microsoft.graph.mailbox: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: mailbox + type: object + properties: + folders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + microsoft.graph.mailboxFolder: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mailboxFolder + type: object + properties: + childFolderCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + displayName: + type: string + nullable: true + parentFolderId: + type: string + nullable: true + totalItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + type: + type: string + nullable: true + childFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true + microsoft.graph.mailboxItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: mailboxItem + type: object + properties: + size: + type: number + format: int64 + nullable: true + type: + type: string + nullable: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true microsoft.graph.mailboxProtectionRule: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' @@ -772080,6 +779965,23 @@ components: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' - title: onOtpSendCustomExtension type: object + microsoft.graph.onPasswordSubmitCustomExtension: + allOf: + - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + - title: onPasswordSubmitCustomExtension + type: object + microsoft.graph.onPasswordSubmitListener: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' + - title: onPasswordSubmitListener + type: object + properties: + handler: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - type: object + nullable: true + description: 'Configuration for the handler to invoke when this listener is triggered. For JIT migration scenarios, this is typically an onPasswordMigrationCustomExtensionHandler.' microsoft.graph.onPremisesConditionalAccessSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -772776,6 +780678,44 @@ components: nullable: true description: Represents billing details for billed and unbilled data. x-ms-navigationProperty: true + microsoft.graph.passkeyAuthenticationMethodTarget: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + - title: passkeyAuthenticationMethodTarget + type: object + properties: + allowedPasskeyProfiles: + 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: List of passkey profiles scoped to the targets. Required. + microsoft.graph.passkeyProfile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: passkeyProfile + type: object + properties: + attestationEnforcement: + $ref: '#/components/schemas/microsoft.graph.attestationEnforcement' + keyRestrictions: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fido2KeyRestrictions' + - type: object + nullable: true + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. Required.' + name: + type: string + description: Name of the passkey profile. Required. + nullable: true + passkeyTypes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyTypes' + - type: object + nullable: true + description: 'Specifies which types of passkeys are targeted in this passkey profile. Required. The possible values are: deviceBound, synced, unknownFutureValue.' microsoft.graph.passwordAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -772930,6 +780870,12 @@ components: $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 + profileSources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' + description: A collection of profile source settings configured by an administrator in an organization. + x-ms-navigationProperty: true pronouns: anyOf: - $ref: '#/components/schemas/microsoft.graph.pronounsSettings' @@ -774847,6 +782793,33 @@ components: description: The width of the photo. Read-only. format: int32 nullable: true + microsoft.graph.profileSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: profileSource + type: object + properties: + displayName: + type: string + description: Name of the profile source intended to inform users about the profile source name. + nullable: true + kind: + type: string + description: Type of the profile source. + nullable: true + localizations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' + description: Alternative localized labels specified by an administrator. + sourceId: + type: string + description: Profile source identifier used as an alternate key. + nullable: true + webUrl: + type: string + description: Web URL of the profile source that directs users to the page view of the profile data. + nullable: true microsoft.graph.pronounsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -778051,6 +786024,36 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.sharePointGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroup + type: object + properties: + description: + type: string + nullable: true + principalId: + type: string + nullable: true + title: + type: string + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + x-ms-navigationProperty: true + microsoft.graph.sharePointGroupMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroupMember + type: object + properties: + identity: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' + - type: object + nullable: true microsoft.graph.sharePointMigrationEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -782285,6 +790288,9 @@ components: 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.' + identityParentId: + type: string + nullable: true imAddresses: type: array items: @@ -784385,6 +792391,12 @@ components: 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 work or school is affected. Users can control this setting in Office Delve.' + exchange: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + - type: object + nullable: true + x-ms-navigationProperty: true itemInsights: anyOf: - $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' @@ -789017,6 +797029,10 @@ components: - type: object nullable: true description: Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings. + certificateAuthorityScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' certificateUserBindings: type: array items: @@ -789024,6 +797040,11 @@ components: 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. crlValidationConfiguration: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfiguration' + issuerHintsConfiguration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsConfiguration' + - type: object + nullable: true includeTargets: type: array items: @@ -790010,6 +798031,11 @@ components: type: string description: Value of the property serving as a detection trigger. nullable: true + microsoft.graph.allAllowedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: allAllowedScopes + type: object microsoft.graph.allDeviceRegistrationMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' @@ -791584,6 +799610,31 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.baselineParameter: + title: baselineParameter + type: object + properties: + description: + type: string + description: User-friendly description of the parameter. + nullable: true + displayName: + type: string + description: Parameter names such as FQDN and Tenant ID. + parameterType: + $ref: '#/components/schemas/microsoft.graph.baselineParameterType' + microsoft.graph.baselineResource: + title: baselineResource + type: object + properties: + displayName: + type: string + description: Unique name of the resource. + properties: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: Name of the resource type. microsoft.graph.basicAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -794130,6 +802181,15 @@ components: type: string description: The ID of the Microsoft Entra tenant. Read only. nullable: true + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + title: crossTenantAccessPolicyAppServiceConnectSetting + type: object + properties: + applications: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true microsoft.graph.crossTenantAccessPolicyB2BSetting: title: crossTenantAccessPolicyB2BSetting type: object @@ -794162,6 +802222,24 @@ components: type: boolean description: Specifies whether MFA from external Microsoft Entra organizations is trusted. nullable: true + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + title: crossTenantAccessPolicyM365CollaborationInboundSetting + type: object + properties: + users: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + title: crossTenantAccessPolicyM365CollaborationOutboundSetting + type: object + properties: + usersAndGroups: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true microsoft.graph.crossTenantAccessPolicyTarget: title: crossTenantAccessPolicyTarget type: object @@ -795521,6 +803599,28 @@ components: 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 + microsoft.graph.driftedProperty: + title: driftedProperty + type: object + properties: + currentValue: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true + description: The current value of the property. + readOnly: true + desiredValue: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true + description: The desired value of the property as specified by admins in the baseline of the monitor body. + readOnly: true + propertyName: + type: string + description: The name of the property. + readOnly: true microsoft.graph.driveItemSource: title: driveItemSource type: object @@ -796351,6 +804451,33 @@ components: items: type: string nullable: true + microsoft.graph.enumeratedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: enumeratedScopes + type: object + properties: + scopes: + type: array + items: + type: string + description: Required. Nonempty list of delegated permission scope identifiers published by the resource application to inherit. Entries must be unique and must not include any globally blocked scopes. + microsoft.graph.errorDetail: + title: errorDetail + type: object + properties: + errorMessage: + type: string + description: The message that describes the error to help the admin take action. + readOnly: true + resourceInstanceName: + type: string + description: The resource type identifier. + readOnly: true + resourceType: + type: string + description: Name of the resource type. + readOnly: true microsoft.graph.eventMessageDetail: title: eventMessageDetail type: object @@ -796391,6 +804518,25 @@ components: - type: object nullable: true description: 'The requestor''s desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration.' + microsoft.graph.exportItemResponse: + title: exportItemResponse + type: object + properties: + changeKey: + type: string + nullable: true + data: + type: string + format: base64url + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.mailTipsError' + - type: object + nullable: true + itemId: + type: string + nullable: true microsoft.graph.expressionInputObject: title: expressionInputObject type: object @@ -797208,6 +805354,14 @@ components: - $ref: '#/components/schemas/microsoft.graph.accountTargetContent' - title: includeAllAccountTargetContent type: object + microsoft.graph.includeTarget: + title: includeTarget + type: object + properties: + id: + type: string + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' microsoft.graph.incomingCallOptions: allOf: - $ref: '#/components/schemas/microsoft.graph.callOptions' @@ -797275,6 +805429,12 @@ components: type: string description: 'Link to the application''s terms of service statement. For example, https://www.contoso.com/app/termsofservice' nullable: true + microsoft.graph.inheritableScopes: + title: inheritableScopes + type: object + properties: + kind: + $ref: '#/components/schemas/microsoft.graph.scopeCollectionKind' microsoft.graph.initiator: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -798380,6 +806540,18 @@ components: type: string description: The unique identifier of the mailbox in the external directory (such as Microsoft Entra). nullable: true + microsoft.graph.mailboxItemImportSession: + title: mailboxItemImportSession + 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 + format: date-time + nullable: true + importUrl: + type: string + nullable: true microsoft.graph.mailboxSettings: title: mailboxSettings type: object @@ -799553,6 +807725,11 @@ components: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - title: noDeviceRegistrationMembership type: object + microsoft.graph.noScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: noScopes + type: object microsoft.graph.notebookLinks: title: notebookLinks type: object @@ -800143,6 +808320,30 @@ components: microsoft.graph.onOtpSendHandler: title: onOtpSendHandler type: object + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - title: onPasswordMigrationCustomExtensionHandler + type: object + properties: + configuration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration' + - type: object + nullable: true + description: 'Configuration that overrides the default settings from the referenced custom extension, such as timeout and retry values. Optional.' + migrationPropertyId: + type: string + description: 'The name of the custom extension attribute that indicates whether a user requires migration. This property must reference a valid custom attribute on the user object (for example, extensionrequiresMigration). Required.' + customExtension: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.onPasswordSubmitHandler: + title: onPasswordSubmitHandler + type: object microsoft.graph.onPremisesAccidentalDeletionPrevention: title: onPremisesAccidentalDeletionPrevention type: object @@ -800379,6 +808580,11 @@ components: microsoft.graph.onUserCreateStartHandler: title: onUserCreateStartHandler type: object + microsoft.graph.openComplexDictionaryType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.Dictionary' + - title: openComplexDictionaryType + type: object microsoft.graph.openIdConnectSetting: title: openIdConnectSetting type: object @@ -802310,6 +810516,22 @@ components: 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.''' + microsoft.graph.profileSourceLocalization: + title: profileSourceLocalization + type: object + properties: + displayName: + type: string + description: Localized display name. + nullable: true + languageTag: + type: string + description: Language locale. + nullable: true + webUrl: + type: string + description: Localized profile source URL. + nullable: true microsoft.graph.prompt: title: prompt type: object @@ -804703,6 +812925,18 @@ components: format: int32 nullable: true description: SharedPC Account Manager Policy. Only applies when the account manager is enabled. + microsoft.graph.sharePointGroupIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: sharePointGroupIdentity + type: object + properties: + principalId: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.sharePointIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -804725,6 +812959,11 @@ components: - type: object nullable: true description: The group associated with this action. Optional. + sharePointGroup: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointGroupIdentity' + - type: object + nullable: true siteGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentity' @@ -809317,6 +817556,20 @@ components: - $ref: '#/components/schemas/microsoft.graph.x509CertificateAffinityLevel' - type: object nullable: true + microsoft.graph.x509CertificateAuthorityScope: + title: x509CertificateAuthorityScope + type: object + properties: + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' + publicKeyInfrastructureIdentifier: + type: string + nullable: true + subjectKeyIdentifier: + type: string + nullable: true microsoft.graph.x509CertificateCRLValidationConfiguration: title: x509CertificateCRLValidationConfiguration type: object @@ -809329,6 +817582,15 @@ components: description: Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a hexadecimal string. state: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfigurationState' + microsoft.graph.x509CertificateIssuerHintsConfiguration: + title: x509CertificateIssuerHintsConfiguration + type: object + properties: + state: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsState' + - type: object + nullable: true microsoft.graph.x509CertificateRule: title: x509CertificateRule type: object @@ -810098,6 +818360,13 @@ components: - optional - resource type: string + microsoft.graph.attestationEnforcement: + title: attestationEnforcement + enum: + - disabled + - registrationOnly + - unknownFutureValue + type: string microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -810391,6 +818660,21 @@ components: - unknownFutureValue - qrCodePin type: string + microsoft.graph.baselineParameterType: + title: baselineParameterType + enum: + - string + - integer + - boolean + - unknownFutureValue + type: string + x-ms-enum: + name: baselineParameterType + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.binaryOperator: title: binaryOperator enum: @@ -812565,6 +820849,20 @@ components: - sPSharingGenerateIncidentReport - restrictWebGrounding type: string + microsoft.graph.driftStatus: + title: driftStatus + enum: + - active + - fixed + - unknownFutureValue + type: string + x-ms-enum: + name: driftStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.driveItemSourceApplication: title: driveItemSourceApplication enum: @@ -814488,6 +822786,48 @@ components: - data - unknownFutureValue type: string + microsoft.graph.monitorMode: + title: monitorMode + enum: + - monitorOnly + - unknownFutureValue + type: string + x-ms-enum: + name: monitorMode + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorRunStatus: + title: monitorRunStatus + enum: + - successful + - partiallySuccessful + - failed + - unknownFutureValue + type: string + x-ms-enum: + name: monitorRunStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorStatus: + title: monitorStatus + enum: + - active + - inactive + - unknownFutureValue + type: string + x-ms-enum: + name: monitorStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.multiFactorAuthConfiguration: title: multiFactorAuthConfiguration enum: @@ -814847,6 +823187,22 @@ components: - valueAddedResellerPartnerDelegatedAdmin - unknownFutureValue type: string + microsoft.graph.passkeyType: + title: passkeyType + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + microsoft.graph.passkeyTypes: + title: passkeyTypes + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.payloadBrand: title: payloadBrand enum: @@ -817500,6 +825856,15 @@ components: - selfRenew - unknownFutureValue type: string + microsoft.graph.scopeCollectionKind: + title: scopeCollectionKind + enum: + - allAllowed + - enumerated + - none + - scopeKindNotSet + - unknownFutureValue + type: string microsoft.graph.scopeOperatorMultiValuedComparisonType: title: scopeOperatorMultiValuedComparisonType enum: @@ -817905,6 +826270,23 @@ components: - value: high description: High. name: high + microsoft.graph.snapshotJobStatus: + title: snapshotJobStatus + enum: + - notStarted + - running + - succeeded + - failed + - partiallySuccessful + - unknownFutureValue + type: string + x-ms-enum: + name: snapshotJobStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.socialIdentitySourceType: title: socialIdentitySourceType enum: @@ -820480,6 +828862,13 @@ components: - enabled - unknownFutureValue type: string + microsoft.graph.x509CertificateIssuerHintsState: + title: x509CertificateIssuerHintsState + enum: + - disabled + - enabled + - unknownFutureValue + type: string microsoft.graph.x509CertificateRuleType: title: x509CertificateRuleType enum: @@ -821855,6 +830244,8 @@ components: type: string description: The Teams app ID. Optional. nullable: true + contentCategory: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.contentCategory' description: type: string description: Description of the connection displayed in the Microsoft 365 admin center. Optional. @@ -822047,6 +830438,31 @@ components: - type: object nullable: true description: Configurations to match and resolve URL. + microsoft.graph.externalConnectors.principal: + title: principal + type: object + properties: + email: + type: string + nullable: true + entraDisplayName: + type: string + nullable: true + entraId: + type: string + nullable: true + externalId: + type: string + nullable: true + externalName: + type: string + nullable: true + tenantId: + type: string + nullable: true + upn: + type: string + nullable: true microsoft.graph.externalConnectors.properties: title: properties type: object @@ -822060,6 +830476,10 @@ components: type: string nullable: true description: 'A set of aliases or a friendly name for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, '', '', <, >, `, ^. Optional.' + description: + type: string + description: 'Specifies a human-readable description that explains the purpose, usage, or guidance related to the property. This property enhances semantic understanding by helping Copilot interpret queries and accurately map them to properties that results in more relevant and precise responses. Optional but we recommend that you use this property for queryable properties. The maximum supported length is 200 characters.' + nullable: true isQueryable: type: boolean description: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. @@ -822174,6 +830594,25 @@ components: - limitExceeded - unknownFutureValue type: string + microsoft.graph.externalConnectors.contentCategory: + title: contentCategory + enum: + - uncategorized + - knowledgeBase + - wikis + - fileRepository + - qna + - crm + - dashboard + - people + - media + - email + - messaging + - meetingTranscripts + - taskManagement + - learningManagement + - unknownFutureValue + type: string microsoft.graph.externalConnectors.externalActivityType: title: externalActivityType enum: @@ -822211,7 +830650,45 @@ components: - fileName - fileExtension - unknownFutureValue + - containerName + - containerUrl - iconUrl + - assignedToPeople + - closedBy + - closedDate + - priority + - sprintName + - tags + - severity + - state + - dueDate + - itemParentId + - itemPath + - itemType + - numberOfReactions + - parentUrl + - priorityNormalized + - reportedBy + - secondaryId + - personEmails + - personAddresses + - personAnniversaries + - personName + - personNote + - personPhones + - personCurrentPosition + - personWebAccounts + - personWebSite + - personSkills + - personProjects + - personAccount + - personAwards + - personCertifications + - personAssistants + - personColleagues + - personManager + - personAlternateContacts + - personEmergencyContacts type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -822226,6 +830703,8 @@ components: - doubleCollection - dateTimeCollection - unknownFutureValue + - principal + - principalCollection type: string microsoft.graph.externalConnectors.ruleOperation: title: ruleOperation @@ -829878,6 +838357,85 @@ components: - clientUpdateProhibited - unknownFutureValue type: string + microsoft.graph.teamsAdministration.numberAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: numberAssignment + type: object + properties: + activationState: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.activationState' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + description: 'Contains the assignment category such as Primary or Private. The possible values are: primary, private, alternate, unknownFutureValue.' + assignmentStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentStatus' + - type: object + nullable: true + description: 'The assignment status of the phone number. The possible values are: unassigned, internalError, userAssigned, conferenceAssigned, voiceApplicationAssigned, thirdPartyAppAssigned, policyAssigned, unknownFutureValue.' + assignmentTargetId: + type: string + description: 'The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account, or the policy instance ID of a Teams shared calling routing policy instance.' + nullable: true + capabilities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberCapability' + description: The list of capabilities assigned to the phone number. + city: + type: string + description: The city where the phone number is located or associated with. + nullable: true + civicAddressId: + type: string + description: The ID of the civic address assigned to the phone number. + nullable: true + isoCountryCode: + type: string + description: The ISO country code assigned to the phone number. + nullable: true + locationId: + type: string + description: The ID of the location assigned to the phone number. + nullable: true + networkSiteId: + type: string + description: This property is reserved for internal Microsoft use. + nullable: true + numberSource: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberSource' + - type: object + nullable: true + description: 'The source of the phone number. online is used for phone numbers assigned in Microsoft 365, and onPremises is used for phone numbers assigned in AD on-premises, which are synchronized into Microsoft 365. The possible values are: online, onPremises, unknownFutureValue.' + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + operatorId: + type: string + description: The ID of the operator. + portInStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.portInStatus' + - type: object + nullable: true + description: 'The status of any port in order covering the phone number. The possible values are: completed, firmOrderCommitmentAccepted, unknownFutureValue.' + reverseNumberLookupOptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.reverseNumberLookupOption' + description: 'Status of Reverse Number Lookup (RNL). If set to skipInternalVoip, calls are routed through the external Public Switched Telephone Network (PSTN) instead of using internal VoIP resolution.' + supportedCustomerActions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.customerAction' + description: Indicates what customer actions are available to modify the number. + telephoneNumber: + type: string + description: 'The telephone number in the record. The recorded telephone number is always displayed with a ''+'' prefix, regardless of whether it was originally assigned with one.' microsoft.graph.teamsAdministration.policyIdentifierDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -829903,6 +838461,13 @@ components: nullable: true description: Represents a navigation property to the Teams policy assignment object. x-ms-navigationProperty: true + telephoneNumberManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + - type: object + nullable: true + description: Represents a collection of available telephone number management operations. + x-ms-navigationProperty: true userConfigurations: type: array items: @@ -829988,6 +838553,40 @@ components: nullable: true description: Represents an Entra user account. x-ms-navigationProperty: true + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberLongRunningOperation + type: object + properties: + createdDateTime: + type: string + description: Date and time when the asynchronous operation was created. + numbers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' + description: Asynchronous operation details. + status: + $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberManagementRoot + type: object + properties: + numberAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + description: Represents a collection of synchronous telephone number management operations. + x-ms-navigationProperty: true + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + description: Represents a collection of asynchronous telephone number management operations. + x-ms-navigationProperty: true microsoft.graph.teamsAdministration.assignedTelephoneNumber: title: assignedTelephoneNumber type: object @@ -830022,6 +838621,24 @@ components: policyId: type: string description: Represents the unique identifier for the policy. + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + title: telephoneNumberLongRunningOperationDetails + type: object + properties: + resourceLocation: + type: string + description: Location of the asynchronous operation. It includes the operation identifier. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + - type: object + nullable: true + description: 'status of the asynchronous operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.' + statusDetail: + type: string + description: Indicates the asynchronous operation details. + nullable: true microsoft.graph.teamsAdministration.accountType: title: accountType enum: @@ -830033,6 +838650,16 @@ components: - unknownFutureValue - ineligibleUser type: string + microsoft.graph.teamsAdministration.activationState: + title: activationState + enum: + - activated + - assignmentPending + - assignmentFailed + - updatePending + - updateFailed + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentCategory: title: assignmentCategory enum: @@ -830041,6 +838668,18 @@ components: - alternate - unknownFutureValue type: string + microsoft.graph.teamsAdministration.assignmentStatus: + title: assignmentStatus + enum: + - unassigned + - internalError + - userAssigned + - conferenceAssigned + - voiceApplicationAssigned + - thirdPartyAppAssigned + - policyAssigned + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentType: title: assignmentType enum: @@ -830048,6 +838687,51 @@ components: - group - unknownFutureValue type: string + microsoft.graph.teamsAdministration.customerAction: + title: customerAction + enum: + - locationUpdate + - release + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberCapability: + title: numberCapability + enum: + - conferenceAssignment + - voiceApplicationAssignment + - userAssignment + - teamsPhoneMobile + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberSource: + title: numberSource + enum: + - online + - onPremises + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberType: + title: numberType + enum: + - internalError + - directRouting + - callingPlan + - operatorConnect + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.portInStatus: + title: portInStatus + enum: + - completed + - firmOrderCommitmentAccepted + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.reverseNumberLookupOption: + title: reverseNumberLookupOption + enum: + - skipInternalVoip + - unknownFutureValue + type: string microsoft.graph.termStore.group: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -831013,6 +839697,314 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' + microsoft.graph.appManagementPolicyCollectionResponse: + title: Collection of appManagementPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + microsoft.graph.appRoleAssignmentCollectionResponse: + title: Collection of appRoleAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + microsoft.graph.claimsMappingPolicyCollectionResponse: + title: Collection of claimsMappingPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + title: Collection of delegatedPermissionClassification + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + microsoft.graph.endpointCollectionResponse: + title: Collection of endpoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.endpoint' + microsoft.graph.federatedIdentityCredentialCollectionResponse: + title: Collection of federatedIdentityCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + title: Collection of homeRealmDiscoveryPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + microsoft.graph.tokenIssuancePolicyCollectionResponse: + title: Collection of tokenIssuancePolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' + microsoft.graph.tokenLifetimePolicyCollectionResponse: + title: Collection of tokenLifetimePolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + microsoft.graph.extensionPropertyCollectionResponse: + title: Collection of extensionProperty + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' + microsoft.graph.inheritablePermissionCollectionResponse: + title: Collection of inheritablePermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + microsoft.graph.userActivityCollectionResponse: + title: Collection of userActivity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + microsoft.graph.adhocCallCollectionResponse: + title: Collection of adhocCall + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + microsoft.graph.calendarGroupCollectionResponse: + title: Collection of calendarGroup + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + microsoft.graph.calendarCollectionResponse: + title: Collection of calendar + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendar' + microsoft.graph.eventCollectionResponse: + title: Collection of event + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + microsoft.graph.cloudPCCollectionResponse: + title: Collection of cloudPC + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + microsoft.graph.contactFolderCollectionResponse: + title: Collection of contactFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contactFolder' + microsoft.graph.contactCollectionResponse: + title: Collection of contact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contact' + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + title: Collection of deviceManagementTroubleshootingEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + microsoft.graph.licenseDetailsCollectionResponse: + title: Collection of licenseDetails + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' + microsoft.graph.mailFolderCollectionResponse: + title: Collection of mailFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailFolder' + microsoft.graph.managedAppRegistrationCollectionResponse: + title: Collection of managedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + microsoft.graph.managedDeviceCollectionResponse: + title: Collection of managedDevice + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + microsoft.graph.messageCollectionResponse: + title: Collection of message + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.message' + microsoft.graph.onlineMeetingCollectionResponse: + title: Collection of onlineMeeting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + microsoft.graph.personCollectionResponse: + title: Collection of person + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.person' + microsoft.graph.profilePhotoCollectionResponse: + title: Collection of profilePhoto + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' microsoft.graph.agreementFileLocalizationCollectionResponse: title: Collection of agreementFileLocalization type: object @@ -831255,72 +840247,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' - microsoft.graph.appManagementPolicyCollectionResponse: - title: Collection of appManagementPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' - microsoft.graph.extensionPropertyCollectionResponse: - title: Collection of extensionProperty - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extensionProperty' - microsoft.graph.federatedIdentityCredentialCollectionResponse: - title: Collection of federatedIdentityCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - title: Collection of homeRealmDiscoveryPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - microsoft.graph.tokenIssuancePolicyCollectionResponse: - title: Collection of tokenIssuancePolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - microsoft.graph.tokenLifetimePolicyCollectionResponse: - title: Collection of tokenLifetimePolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' microsoft.graph.approvalStageCollectionResponse: title: Collection of approvalStage type: object @@ -832014,17 +840940,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarPermission' - microsoft.graph.eventCollectionResponse: - title: Collection of event - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.event' microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: title: Collection of multiValueLegacyExtendedProperty type: object @@ -832047,17 +840962,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' - microsoft.graph.calendarCollectionResponse: - title: Collection of calendar - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendar' microsoft.graph.attachmentCollectionResponse: title: Collection of attachment type: object @@ -832223,17 +841127,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' - microsoft.graph.adhocCallCollectionResponse: - title: Collection of adhocCall - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.adhocCall' microsoft.graph.callRecords.callRecordCollectionResponse: title: Collection of callRecord type: object @@ -832267,17 +841160,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation' - microsoft.graph.onlineMeetingCollectionResponse: - title: Collection of onlineMeeting - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onlineMeeting' microsoft.graph.presenceCollectionResponse: title: Collection of presence type: object @@ -832355,8 +841237,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' - microsoft.graph.contactFolderCollectionResponse: - title: Collection of contactFolder + microsoft.graph.configurationDriftCollectionResponse: + title: Collection of configurationDrift type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -832365,9 +841247,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contactFolder' - microsoft.graph.contactCollectionResponse: - title: Collection of contact + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + microsoft.graph.configurationMonitoringResultCollectionResponse: + title: Collection of configurationMonitoringResult type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -832376,7 +841258,40 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contact' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + microsoft.graph.configurationMonitorCollectionResponse: + title: Collection of configurationMonitor + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + microsoft.graph.configurationSnapshotJobCollectionResponse: + title: Collection of configurationSnapshotJob + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + microsoft.graph.configurationBaselineCollectionResponse: + title: Collection of configurationBaseline + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' microsoft.graph.contentTypeCollectionResponse: title: Collection of contentType type: object @@ -832542,17 +841457,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.channel' - microsoft.graph.managedDeviceCollectionResponse: - title: Collection of managedDevice - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedDevice' microsoft.graph.roleAssignmentCollectionResponse: title: Collection of roleAssignment type: object @@ -832597,17 +841501,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' - microsoft.graph.managedAppRegistrationCollectionResponse: - title: Collection of managedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' microsoft.graph.managedAppStatusCollectionResponse: title: Collection of managedAppStatus type: object @@ -832960,17 +841853,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - title: Collection of deviceManagementTroubleshootingEvent - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: title: Collection of userExperienceAnalyticsAppHealthApplicationPerformance type: object @@ -833719,6 +842601,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' + microsoft.graph.mailboxCollectionResponse: + title: Collection of mailbox + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: title: Collection of granularMailboxRestoreArtifact type: object @@ -833752,6 +842645,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + title: Collection of passkeyAuthenticationMethodTarget + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' + microsoft.graph.passkeyProfileCollectionResponse: + title: Collection of passkeyProfile + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -833796,8 +842711,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: - title: Collection of fileStorageContainerTypeAppPermissionGrant + microsoft.graph.sharePointGroupCollectionResponse: + title: Collection of sharePointGroup type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -833806,9 +842721,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' - microsoft.graph.appRoleAssignmentCollectionResponse: - title: Collection of appRoleAssignment + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -833817,7 +842732,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' microsoft.graph.conversationCollectionResponse: title: Collection of conversation type: object @@ -833829,17 +842744,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conversation' - microsoft.graph.profilePhotoCollectionResponse: - title: Collection of profilePhoto - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' microsoft.graph.horizontalSectionColumnCollectionResponse: title: Collection of horizontalSectionColumn type: object @@ -834225,8 +843129,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - microsoft.graph.mailFolderCollectionResponse: - title: Collection of mailFolder + microsoft.graph.mailboxFolderCollectionResponse: + title: Collection of mailboxFolder type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -834235,9 +843139,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - microsoft.graph.messageRuleCollectionResponse: - title: Collection of messageRule + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + microsoft.graph.mailboxItemCollectionResponse: + title: Collection of mailboxItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -834246,9 +843150,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.messageRule' - microsoft.graph.messageCollectionResponse: - title: Collection of message + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + microsoft.graph.messageRuleCollectionResponse: + title: Collection of messageRule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -834257,7 +843161,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.message' + $ref: '#/components/schemas/microsoft.graph.messageRule' microsoft.graph.deviceCompliancePolicyStateCollectionResponse: title: Collection of deviceCompliancePolicyState type: object @@ -834522,6 +843426,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' + microsoft.graph.profileSourceCollectionResponse: + title: Collection of profileSource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' microsoft.graph.permissionGrantConditionSetCollectionResponse: title: Collection of permissionGrantConditionSet type: object @@ -834577,17 +843492,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' - microsoft.graph.claimsMappingPolicyCollectionResponse: - title: Collection of claimsMappingPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' microsoft.graph.featureRolloutPolicyCollectionResponse: title: Collection of featureRolloutPolicy type: object @@ -835358,19 +844262,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - title: Collection of delegatedPermissionClassification - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' - microsoft.graph.endpointCollectionResponse: - title: Collection of endpoint + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + title: Collection of serviceAnnouncementAttachment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -835379,9 +844272,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.endpoint' - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: - title: Collection of serviceAnnouncementAttachment + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + microsoft.graph.sharePointGroupMemberCollectionResponse: + title: Collection of sharePointGroupMember type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -835390,7 +844283,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' microsoft.graph.sharePointMigrationEventCollectionResponse: title: Collection of sharePointMigrationEvent type: object @@ -835787,61 +844680,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' - microsoft.graph.userActivityCollectionResponse: - title: Collection of userActivity - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.userActivity' - microsoft.graph.calendarGroupCollectionResponse: - title: Collection of calendarGroup - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' - microsoft.graph.cloudPCCollectionResponse: - title: Collection of cloudPC - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - microsoft.graph.licenseDetailsCollectionResponse: - title: Collection of licenseDetails - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseDetails' - microsoft.graph.personCollectionResponse: - title: Collection of person - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.person' microsoft.graph.activityHistoryItemCollectionResponse: title: Collection of activityHistoryItem type: object @@ -837030,6 +845868,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + title: Collection of numberAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + title: Collection of telephoneNumberLongRunningOperation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' microsoft.graph.termStore.setCollectionResponse: title: Collection of set type: object @@ -837074,6 +845934,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.termStore.group' + microsoft.graph.agentIdentityBlueprintCollectionResponse: + title: Collection of agentIdentityBlueprint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprint' microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: title: Collection of emailAuthenticationMethodConfiguration type: object @@ -837261,6 +846132,39 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' + microsoft.graph.agentIdentityCollectionResponse: + title: Collection of agentIdentity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentity' + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + title: Collection of agentIdentityBlueprintPrincipal + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal' + microsoft.graph.agentUserCollectionResponse: + title: Collection of agentUser + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentUser' microsoft.graph.domainDnsCnameRecordCollectionResponse: title: Collection of domainDnsCnameRecord type: object @@ -837448,6 +846352,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onOtpSendCustomExtension' + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + title: Collection of onPasswordSubmitCustomExtension + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: title: Collection of onTokenIssuanceStartCustomExtension type: object @@ -837492,6 +846407,94 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openTypeExtension' + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + title: Collection of enrollmentTroubleshootingEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' + microsoft.graph.mailSearchFolderCollectionResponse: + title: Collection of mailSearchFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + title: Collection of androidManagedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + title: Collection of iosManagedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' + microsoft.graph.calendarSharingMessageCollectionResponse: + title: Collection of calendarSharingMessage + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' + microsoft.graph.eventMessageCollectionResponse: + title: Collection of eventMessage + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessage' + microsoft.graph.eventMessageRequestCollectionResponse: + title: Collection of eventMessageRequest + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' + microsoft.graph.eventMessageResponseCollectionResponse: + title: Collection of eventMessageResponse + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.managedAppConfigurationCollectionResponse: title: Collection of managedAppConfiguration type: object @@ -837932,28 +846935,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResult' - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - title: Collection of androidManagedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - title: Collection of iosManagedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' microsoft.graph.managedAppStatusRawCollectionResponse: title: Collection of managedAppStatusRaw type: object @@ -838702,17 +847683,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition' - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - title: Collection of enrollmentTroubleshootingEvent - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' microsoft.graph.educationFeedbackOutcomeCollectionResponse: title: Collection of educationFeedbackOutcome type: object @@ -838911,6 +847881,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + title: Collection of onPasswordSubmitListener + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListener' microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: title: Collection of onTokenIssuanceStartListener type: object @@ -839021,61 +848002,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosVppEBookAssignment' - microsoft.graph.mailSearchFolderCollectionResponse: - title: Collection of mailSearchFolder - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' - microsoft.graph.calendarSharingMessageCollectionResponse: - title: Collection of calendarSharingMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' - microsoft.graph.eventMessageCollectionResponse: - title: Collection of eventMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessage' - microsoft.graph.eventMessageRequestCollectionResponse: - title: Collection of eventMessageRequest - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' - microsoft.graph.eventMessageResponseCollectionResponse: - title: Collection of eventMessageResponse - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: title: Collection of windowsUniversalAppXContainedApp type: object @@ -839637,6 +848563,160 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettings' + microsoft.graph.addInCollectionResponse: + title: Collection of microsoft.graph.addIn + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.addIn' + microsoft.graph.appRoleCollectionResponse: + title: Collection of microsoft.graph.appRole + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRole' + microsoft.graph.keyCredentialCollectionResponse: + title: Collection of microsoft.graph.keyCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + microsoft.graph.permissionScopeCollectionResponse: + title: Collection of microsoft.graph.permissionScope + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionScope' + microsoft.graph.passwordCredentialCollectionResponse: + title: Collection of microsoft.graph.passwordCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + microsoft.graph.resourceSpecificPermissionCollectionResponse: + title: Collection of microsoft.graph.resourceSpecificPermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' + microsoft.graph.requiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.requiredResourceAccess + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' + microsoft.graph.assignedLicenseCollectionResponse: + title: Collection of microsoft.graph.assignedLicense + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedLicense' + microsoft.graph.assignedPlanCollectionResponse: + title: Collection of microsoft.graph.assignedPlan + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedPlan' + microsoft.graph.objectIdentityCollectionResponse: + title: Collection of microsoft.graph.objectIdentity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectIdentity' + microsoft.graph.licenseAssignmentStateCollectionResponse: + title: Collection of microsoft.graph.licenseAssignmentState + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.onPremisesProvisioningError + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' + microsoft.graph.provisionedPlanCollectionResponse: + title: Collection of microsoft.graph.provisionedPlan + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisionedPlan' + microsoft.graph.serviceProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.serviceProvisioningError + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' microsoft.graph.aiInteractionAttachmentCollectionResponse: title: Collection of microsoft.graph.aiInteractionAttachment type: object @@ -839890,61 +848970,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' - microsoft.graph.addInCollectionResponse: - title: Collection of microsoft.graph.addIn - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.addIn' - microsoft.graph.appRoleCollectionResponse: - title: Collection of microsoft.graph.appRole - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appRole' - microsoft.graph.keyCredentialCollectionResponse: - title: Collection of microsoft.graph.keyCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredential' - microsoft.graph.passwordCredentialCollectionResponse: - title: Collection of microsoft.graph.passwordCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - microsoft.graph.requiredResourceAccessCollectionResponse: - title: Collection of microsoft.graph.requiredResourceAccess - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' microsoft.graph.attendanceIntervalCollectionResponse: title: Collection of microsoft.graph.attendanceInterval type: object @@ -840275,6 +849300,50 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment' + microsoft.graph.baselineParameterCollectionResponse: + title: Collection of microsoft.graph.baselineParameter + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + microsoft.graph.baselineResourceCollectionResponse: + title: Collection of microsoft.graph.baselineResource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + microsoft.graph.driftedPropertyCollectionResponse: + title: Collection of microsoft.graph.driftedProperty + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + microsoft.graph.errorDetailCollectionResponse: + title: Collection of microsoft.graph.errorDetail + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' microsoft.graph.identitySourceCollectionResponse: title: Collection of microsoft.graph.identitySource type: object @@ -840473,39 +849542,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel' - microsoft.graph.assignedLicenseCollectionResponse: - title: Collection of microsoft.graph.assignedLicense - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedLicense' - microsoft.graph.assignedPlanCollectionResponse: - title: Collection of microsoft.graph.assignedPlan - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedPlan' - microsoft.graph.provisionedPlanCollectionResponse: - title: Collection of microsoft.graph.provisionedPlan - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.provisionedPlan' microsoft.graph.relatedContactCollectionResponse: title: Collection of microsoft.graph.relatedContact type: object @@ -840561,28 +849597,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.onPremisesProvisioningError - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - microsoft.graph.serviceProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.serviceProvisioningError - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' microsoft.graph.settingValueCollectionResponse: title: Collection of microsoft.graph.settingValue type: object @@ -840880,6 +849894,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotation' + microsoft.graph.profileSourceLocalizationCollectionResponse: + title: Collection of microsoft.graph.profileSourceLocalization + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' microsoft.graph.modifiedPropertyCollectionResponse: title: Collection of microsoft.graph.modifiedProperty type: object @@ -840979,28 +850004,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePost' - microsoft.graph.permissionScopeCollectionResponse: - title: Collection of microsoft.graph.permissionScope - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.permissionScope' - microsoft.graph.resourceSpecificPermissionCollectionResponse: - title: Collection of microsoft.graph.resourceSpecificPermission - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' microsoft.graph.sharingDetailCollectionResponse: title: Collection of microsoft.graph.sharingDetail type: object @@ -841111,28 +850114,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermission' - microsoft.graph.objectIdentityCollectionResponse: - title: Collection of microsoft.graph.objectIdentity - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.objectIdentity' - microsoft.graph.licenseAssignmentStateCollectionResponse: - title: Collection of microsoft.graph.licenseAssignmentState - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: title: Collection of microsoft.graph.userExperienceAnalyticsInsight type: object @@ -841210,6 +850191,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + title: Collection of microsoft.graph.x509CertificateAuthorityScope + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' microsoft.graph.x509CertificateUserBindingCollectionResponse: title: Collection of microsoft.graph.x509CertificateUserBinding type: object @@ -842519,6 +851511,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.x509CertificateRule' + microsoft.graph.includeTargetCollectionResponse: + title: Collection of microsoft.graph.includeTarget + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: title: Collection of microsoft.graph.callRecords.administrativeUnitInfo type: object @@ -842981,6 +851984,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumber' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + title: Collection of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' microsoft.graph.termStore.localizedNameCollectionResponse: title: Collection of microsoft.graph.termStore.localizedName type: object @@ -843443,6 +852457,174 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionCollectionResponse' + microsoft.graph.appManagementPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' + microsoft.graph.appRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + microsoft.graph.claimsMappingPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' + microsoft.graph.endpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' + microsoft.graph.federatedIdentityCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' + microsoft.graph.tokenIssuancePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' + microsoft.graph.tokenLifetimePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' + microsoft.graph.extensionPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' + microsoft.graph.inheritablePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inheritablePermissionCollectionResponse' + microsoft.graph.userActivityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' + microsoft.graph.adhocCallCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' + microsoft.graph.calendarGroupCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' + microsoft.graph.calendarCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' + microsoft.graph.eventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' + microsoft.graph.cloudPCCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' + microsoft.graph.contactFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' + microsoft.graph.contactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' + microsoft.graph.licenseDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' + microsoft.graph.mailFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' + microsoft.graph.managedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' + microsoft.graph.managedDeviceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' + microsoft.graph.messageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.onlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' + microsoft.graph.personCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' + microsoft.graph.profilePhotoCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.agreementFileLocalizationCollectionResponse: description: Retrieved collection content: @@ -843575,42 +852757,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequestCollectionResponse' - microsoft.graph.appManagementPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' - microsoft.graph.extensionPropertyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' - microsoft.graph.federatedIdentityCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' - microsoft.graph.tokenIssuancePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' - microsoft.graph.tokenLifetimePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' microsoft.graph.approvalStageCollectionResponse: description: Retrieved collection content: @@ -843989,12 +853135,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermissionCollectionResponse' - microsoft.graph.eventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: description: Retrieved collection content: @@ -844007,12 +853147,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' - microsoft.graph.calendarCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' microsoft.graph.attachmentCollectionResponse: description: Retrieved collection content: @@ -844103,12 +853237,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItemCollectionResponse' - microsoft.graph.adhocCallCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' microsoft.graph.callRecords.callRecordCollectionResponse: description: Retrieved collection content: @@ -844127,12 +853255,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversationCollectionResponse' - microsoft.graph.onlineMeetingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' microsoft.graph.presenceCollectionResponse: description: Retrieved collection content: @@ -844175,18 +853297,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplateCollectionResponse' - microsoft.graph.contactFolderCollectionResponse: + microsoft.graph.configurationDriftCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' - microsoft.graph.contactCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.configurationDriftCollectionResponse' + microsoft.graph.configurationMonitoringResultCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResultCollectionResponse' + microsoft.graph.configurationMonitorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitorCollectionResponse' + microsoft.graph.configurationSnapshotJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJobCollectionResponse' + microsoft.graph.configurationBaselineCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaselineCollectionResponse' microsoft.graph.contentTypeCollectionResponse: description: Retrieved collection content: @@ -844277,12 +853417,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channelCollectionResponse' - microsoft.graph.managedDeviceCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' microsoft.graph.roleAssignmentCollectionResponse: description: Retrieved collection content: @@ -844307,12 +853441,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtectionCollectionResponse' - microsoft.graph.managedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusCollectionResponse: description: Retrieved collection content: @@ -844505,12 +853633,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsCollectionResponse' - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: description: Retrieved collection content: @@ -844919,6 +854041,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.mailboxCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxCollectionResponse' microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: description: Retrieved collection content: @@ -844937,6 +854065,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse' + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse' + microsoft.graph.passkeyProfileCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyProfileCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -844961,30 +854101,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + microsoft.graph.sharePointGroupCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' - microsoft.graph.appRoleAssignmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.conversationCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationCollectionResponse' - microsoft.graph.profilePhotoCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.horizontalSectionColumnCollectionResponse: description: Retrieved collection content: @@ -845195,24 +854329,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersionCollectionResponse' - microsoft.graph.mailFolderCollectionResponse: + microsoft.graph.mailboxFolderCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' - microsoft.graph.messageRuleCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxFolderCollectionResponse' + microsoft.graph.mailboxItemCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' - microsoft.graph.messageCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxItemCollectionResponse' + microsoft.graph.messageRuleCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' microsoft.graph.deviceCompliancePolicyStateCollectionResponse: description: Retrieved collection content: @@ -845357,6 +854491,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardPropertyCollectionResponse' + microsoft.graph.profileSourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceCollectionResponse' microsoft.graph.permissionGrantConditionSetCollectionResponse: description: Retrieved collection content: @@ -845387,12 +854527,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' - microsoft.graph.claimsMappingPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' microsoft.graph.featureRolloutPolicyCollectionResponse: description: Retrieved collection content: @@ -845813,24 +854947,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessageCollectionResponse' - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' - microsoft.graph.endpointCollectionResponse: + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.sharePointGroupMemberCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMemberCollectionResponse' microsoft.graph.sharePointMigrationEventCollectionResponse: description: Retrieved collection content: @@ -846047,36 +855175,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' - microsoft.graph.userActivityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' - microsoft.graph.calendarGroupCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' - microsoft.graph.cloudPCCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' - microsoft.graph.licenseDetailsCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' - microsoft.graph.personCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' microsoft.graph.activityHistoryItemCollectionResponse: description: Retrieved collection content: @@ -846725,6 +855823,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' microsoft.graph.termStore.setCollectionResponse: description: Retrieved collection content: @@ -846749,6 +855859,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.groupCollectionResponse' + microsoft.graph.agentIdentityBlueprintCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintCollectionResponse' microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: description: Retrieved collection content: @@ -846851,6 +855967,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicyCollectionResponse' + microsoft.graph.agentIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityCollectionResponse' + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse' + microsoft.graph.agentUserCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentUserCollectionResponse' microsoft.graph.domainDnsCnameRecordCollectionResponse: description: Retrieved collection content: @@ -846953,6 +856087,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onOtpSendCustomExtensionCollectionResponse' + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse' microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: description: Retrieved collection content: @@ -846977,6 +856117,54 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openTypeExtensionCollectionResponse' + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' + microsoft.graph.mailSearchFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' + microsoft.graph.calendarSharingMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' + microsoft.graph.eventMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' + microsoft.graph.eventMessageRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' + microsoft.graph.eventMessageResponseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.managedAppConfigurationCollectionResponse: description: Retrieved collection content: @@ -847217,18 +856405,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResultCollectionResponse' - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusRawCollectionResponse: description: Retrieved collection content: @@ -847637,12 +856813,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinitionCollectionResponse' - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' microsoft.graph.educationFeedbackOutcomeCollectionResponse: description: Retrieved collection content: @@ -847751,6 +856921,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListenerCollectionResponse' + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListenerCollectionResponse' microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: description: Retrieved collection content: @@ -847811,36 +856987,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosVppEBookAssignmentCollectionResponse' - microsoft.graph.mailSearchFolderCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' - microsoft.graph.calendarSharingMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' - microsoft.graph.eventMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' - microsoft.graph.eventMessageRequestCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' - microsoft.graph.eventMessageResponseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: description: Retrieved collection content: @@ -848147,6 +857293,90 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettingsCollectionResponse' + microsoft.graph.addInCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' + microsoft.graph.appRoleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' + microsoft.graph.keyCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' + microsoft.graph.permissionScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' + microsoft.graph.passwordCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' + microsoft.graph.resourceSpecificPermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' + microsoft.graph.requiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' + microsoft.graph.assignedLicenseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' + microsoft.graph.assignedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' + microsoft.graph.objectIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' + microsoft.graph.licenseAssignmentStateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' + microsoft.graph.provisionedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' + microsoft.graph.serviceProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.aiInteractionAttachmentCollectionResponse: description: Retrieved collection content: @@ -848285,36 +857515,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScopeCollectionResponse' - microsoft.graph.addInCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' - microsoft.graph.appRoleCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' - microsoft.graph.keyCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' - microsoft.graph.passwordCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' - microsoft.graph.requiredResourceAccessCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' microsoft.graph.attendanceIntervalCollectionResponse: description: Retrieved collection content: @@ -848495,6 +857695,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignmentCollectionResponse' + microsoft.graph.baselineParameterCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineParameterCollectionResponse' + microsoft.graph.baselineResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineResourceCollectionResponse' + microsoft.graph.driftedPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driftedPropertyCollectionResponse' + microsoft.graph.errorDetailCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.errorDetailCollectionResponse' microsoft.graph.identitySourceCollectionResponse: description: Retrieved collection content: @@ -848603,24 +857827,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModelCollectionResponse' - microsoft.graph.assignedLicenseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' - microsoft.graph.assignedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' - microsoft.graph.provisionedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' microsoft.graph.relatedContactCollectionResponse: description: Retrieved collection content: @@ -848651,18 +857857,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.assignedLabelCollectionResponse' - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' - microsoft.graph.serviceProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.settingValueCollectionResponse: description: Retrieved collection content: @@ -848825,6 +858019,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotationCollectionResponse' + microsoft.graph.profileSourceLocalizationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalizationCollectionResponse' microsoft.graph.modifiedPropertyCollectionResponse: description: Retrieved collection content: @@ -848879,18 +858079,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePostCollectionResponse' - microsoft.graph.permissionScopeCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' - microsoft.graph.resourceSpecificPermissionCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' microsoft.graph.sharingDetailCollectionResponse: description: Retrieved collection content: @@ -848951,18 +858139,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermissionCollectionResponse' - microsoft.graph.objectIdentityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' - microsoft.graph.licenseAssignmentStateCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: description: Retrieved collection content: @@ -849005,6 +858181,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookSortFieldCollectionResponse' + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScopeCollectionResponse' microsoft.graph.x509CertificateUserBindingCollectionResponse: description: Retrieved collection content: @@ -849719,6 +858901,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.x509CertificateRuleCollectionResponse' + microsoft.graph.includeTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.includeTargetCollectionResponse' microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: description: Retrieved collection content: @@ -849971,6 +859159,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumberCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse' microsoft.graph.termStore.localizedNameCollectionResponse: description: Retrieved collection content: @@ -850582,6 +859776,8 @@ components: - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: + configurationManagement: + '@odata.type': microsoft.graph.configurationManagement edge: '@odata.type': microsoft.graph.edge exchange: @@ -850629,6 +859825,26 @@ components: microsoft.graph.adminReportSettings: value: displayConcealedNames: 'true' + microsoft.graph.agentIdentity: + value: + agentIdentityBlueprintId: String + createdByAppId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprint: + value: + createdByAppId: String + inheritablePermissions: + - '@odata.type': microsoft.graph.inheritablePermission + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprintPrincipal: + value: + createdByAppId: String + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentUser: { } microsoft.graph.agreement: value: acceptances: @@ -851891,6 +861107,8 @@ components: description: String displayName: String email: String + enabledApps: + - '@odata.type': microsoft.graph.teamsApp filesFolder: '@odata.type': microsoft.graph.driveItem isArchived: 'true' @@ -852077,6 +861295,8 @@ components: osBuildNumber: String osStatus: '@odata.type': microsoft.graph.cloudPcDeviceImageOsStatus + osVersionNumber: String + sizeInGB: '0' sourceImageResourceId: String status: '@odata.type': microsoft.graph.cloudPcDeviceImageStatus @@ -852087,6 +861307,7 @@ components: endDate: '0001-01-01' expirationDate: '0001-01-01' offerName: String + osVersionNumber: String publisherName: String sizeInGB: '0' skuName: String @@ -852303,6 +861524,87 @@ components: name: String scenarios: '@odata.type': microsoft.graph.templateScenarios + microsoft.graph.configurationBaseline: + value: + description: String + displayName: String + parameters: + - '@odata.type': microsoft.graph.baselineParameter + resources: + - '@odata.type': microsoft.graph.baselineResource + microsoft.graph.configurationDrift: + value: + baselineResourceDisplayName: String + driftedProperties: + - '@odata.type': microsoft.graph.driftedProperty + firstReportedDateTime: '0001-01-01T00:00:00.0000000+00:00' + monitorId: String + resourceInstanceIdentifier: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String + status: + '@odata.type': microsoft.graph.driftStatus + tenantId: String + microsoft.graph.configurationManagement: + value: + configurationDrifts: + - '@odata.type': microsoft.graph.configurationDrift + configurationMonitoringResults: + - '@odata.type': microsoft.graph.configurationMonitoringResult + configurationMonitors: + - '@odata.type': microsoft.graph.configurationMonitor + configurationSnapshotJobs: + - '@odata.type': microsoft.graph.configurationSnapshotJob + configurationSnapshots: + - '@odata.type': microsoft.graph.configurationBaseline + microsoft.graph.configurationMonitor: + value: + baseline: + '@odata.type': microsoft.graph.configurationBaseline + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + inactivationReason: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + mode: + '@odata.type': microsoft.graph.monitorMode + monitorRunFrequencyInHours: '0' + parameters: + '@odata.type': microsoft.graph.openComplexDictionaryType + status: + '@odata.type': microsoft.graph.monitorStatus + tenantId: String + microsoft.graph.configurationMonitoringResult: + value: + driftsCount: '0' + errorDetails: + - '@odata.type': microsoft.graph.errorDetail + monitorId: String + runCompletionDateTime: '0001-01-01T00:00:00.0000000+00:00' + runInitiationDateTime: '0001-01-01T00:00:00.0000000+00:00' + runStatus: + '@odata.type': microsoft.graph.monitorRunStatus + tenantId: String + microsoft.graph.configurationSnapshotJob: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + errorDetails: + - String + resourceLocation: String + resources: + - String + status: + '@odata.type': microsoft.graph.snapshotJobStatus + tenantId: String microsoft.graph.connectedOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -852359,11 +861661,17 @@ components: personalNotes: String photo: '@odata.type': microsoft.graph.profilePhoto + primaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress profession: String + secondaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress singleValueExtendedProperties: - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty spouseName: String surname: String + tertiaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress title: String yomiCompanyName: String yomiGivenName: String @@ -852497,6 +861805,8 @@ components: '@odata.type': microsoft.graph.policyTemplate microsoft.graph.crossTenantAccessPolicyConfigurationDefault: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -852512,10 +861822,16 @@ components: invitationRedemptionIdentityProviderConfiguration: '@odata.type': microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration isServiceDefault: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions microsoft.graph.crossTenantAccessPolicyConfigurationPartner: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -852532,6 +861848,10 @@ components: '@odata.type': microsoft.graph.crossTenantAccessPolicyInboundTrust isInMultiTenantOrganization: 'true' isServiceProvider: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantId: String (identifier) tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions @@ -854168,6 +863488,8 @@ components: '@odata.type': microsoft.graph.responseType microsoft.graph.exchangeAdmin: value: + mailboxes: + - '@odata.type': microsoft.graph.mailbox tracing: '@odata.type': microsoft.graph.messageTracingRoot microsoft.graph.exchangeMessageTrace: @@ -854206,6 +863528,9 @@ components: - '@odata.type': microsoft.graph.mailboxRestoreArtifact mailboxRestoreArtifactsBulkAdditionRequests: - '@odata.type': microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest + microsoft.graph.exchangeSettings: + value: + primaryMailboxId: String microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -854270,14 +863595,19 @@ components: '@odata.type': microsoft.graph.attestationLevel displayName: String model: String + passkeyType: + '@odata.type': microsoft.graph.passkeyType microsoft.graph.fido2AuthenticationMethodConfiguration: value: + defaultPasskeyProfile: String includeTargets: - - '@odata.type': microsoft.graph.authenticationMethodTarget + - '@odata.type': microsoft.graph.passkeyAuthenticationMethodTarget isAttestationEnforced: 'true' isSelfServiceRegistrationAllowed: 'true' keyRestrictions: '@odata.type': microsoft.graph.fido2KeyRestrictions + passkeyProfiles: + - '@odata.type': microsoft.graph.passkeyProfile microsoft.graph.fido2CombinationConfiguration: value: allowedAAGUIDs: @@ -854326,6 +863656,8 @@ components: '@odata.type': microsoft.graph.recycleBin settings: '@odata.type': microsoft.graph.fileStorageContainerSettings + sharePointGroups: + - '@odata.type': microsoft.graph.sharePointGroup status: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: @@ -854657,6 +863989,11 @@ components: '@odata.type': microsoft.graph.bitlocker threatAssessmentRequests: - '@odata.type': microsoft.graph.threatAssessmentRequest + microsoft.graph.inheritablePermission: + value: + inheritableScopes: + '@odata.type': microsoft.graph.inheritableScopes + resourceAppId: String (identifier) microsoft.graph.insightsSettings: value: disabledForGroup: String @@ -855310,6 +864647,33 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailbox: + value: + folders: + - '@odata.type': microsoft.graph.mailboxFolder + microsoft.graph.mailboxFolder: + value: + childFolderCount: '0' + childFolders: + - '@odata.type': microsoft.graph.mailboxFolder + displayName: String + items: + - '@odata.type': microsoft.graph.mailboxItem + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + parentFolderId: String + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + totalItemCount: '0' + type: String + microsoft.graph.mailboxItem: + value: + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + size: '0' + type: String microsoft.graph.mailboxProtectionRule: value: mailboxExpression: String @@ -856205,6 +865569,11 @@ components: '@odata.type': microsoft.graph.engagementIdentitySet upvoteCount: '0' microsoft.graph.onOtpSendCustomExtension: { } + microsoft.graph.onPasswordSubmitCustomExtension: { } + microsoft.graph.onPasswordSubmitListener: + value: + handler: + '@odata.type': microsoft.graph.onPasswordSubmitHandler microsoft.graph.onPremisesConditionalAccessSettings: value: enabled: 'true' @@ -856416,6 +865785,19 @@ components: value: billing: '@odata.type': microsoft.graph.partners.billing.billing + microsoft.graph.passkeyAuthenticationMethodTarget: + value: + allowedPasskeyProfiles: + - 00000000-0000-0000-0000-000000000000 + microsoft.graph.passkeyProfile: + value: + attestationEnforcement: + '@odata.type': microsoft.graph.attestationEnforcement + keyRestrictions: + '@odata.type': microsoft.graph.fido2KeyRestrictions + name: String + passkeyTypes: + '@odata.type': microsoft.graph.passkeyTypes microsoft.graph.passwordAuthenticationMethod: value: password: String @@ -856462,6 +865844,8 @@ components: '@odata.type': microsoft.graph.insightsSettings profileCardProperties: - '@odata.type': microsoft.graph.profileCardProperty + profileSources: + - '@odata.type': microsoft.graph.profileSource pronouns: '@odata.type': microsoft.graph.pronounsSettings microsoft.graph.permission: @@ -857051,6 +866435,14 @@ components: value: height: '0' width: '0' + microsoft.graph.profileSource: + value: + displayName: String + kind: String + localizations: + - '@odata.type': microsoft.graph.profileSourceLocalization + sourceId: String + webUrl: String microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' @@ -857997,6 +867389,17 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointGroup: + value: + description: String + members: + - '@odata.type': microsoft.graph.sharePointGroupMember + principalId: String + title: String + microsoft.graph.sharePointGroupMember: + value: + identity: + '@odata.type': microsoft.graph.sharePointIdentitySet microsoft.graph.sharePointMigrationEvent: value: correlationId: String @@ -859277,6 +868680,7 @@ components: hireDate: '0001-01-01T00:00:00.0000000+00:00' identities: - '@odata.type': microsoft.graph.objectIdentity + identityParentId: String imAddresses: - String inferenceClassification: @@ -859757,6 +869161,8 @@ components: value: contributionToContentDiscoveryAsOrganizationDisabled: 'true' contributionToContentDiscoveryDisabled: 'true' + exchange: + '@odata.type': microsoft.graph.exchangeSettings itemInsights: '@odata.type': microsoft.graph.userInsightsSettings shiftPreferences: @@ -861167,12 +870573,16 @@ components: value: authenticationModeConfiguration: '@odata.type': microsoft.graph.x509CertificateAuthenticationModeConfiguration + certificateAuthorityScopes: + - '@odata.type': microsoft.graph.x509CertificateAuthorityScope certificateUserBindings: - '@odata.type': microsoft.graph.x509CertificateUserBinding crlValidationConfiguration: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfiguration includeTargets: - '@odata.type': microsoft.graph.authenticationMethodTarget + issuerHintsConfiguration: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsConfiguration microsoft.graph.x509CertificateCombinationConfiguration: value: allowedIssuerSkis: @@ -861502,6 +870912,7 @@ components: name: String type: String value: String + microsoft.graph.allAllowedScopes: { } microsoft.graph.allDeviceRegistrationMembership: { } microsoft.graph.allDevicesAssignmentTarget: { } microsoft.graph.allLicensedUsersAssignmentTarget: { } @@ -862016,6 +871427,18 @@ components: defaultLanguage: String endUserNotification: '@odata.type': microsoft.graph.endUserNotification + microsoft.graph.baselineParameter: + value: + description: String + displayName: String + parameterType: + '@odata.type': microsoft.graph.baselineParameterType + microsoft.graph.baselineResource: + value: + displayName: String + properties: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String microsoft.graph.basicAuthentication: value: password: String @@ -862878,6 +872301,10 @@ components: cloudInstance: String displayName: String tenantId: String + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + value: + applications: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyB2BSetting: value: applications: @@ -862889,6 +872316,14 @@ components: isCompliantDeviceAccepted: 'true' isHybridAzureADJoinedDeviceAccepted: 'true' isMfaAccepted: 'true' + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + value: + users: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + value: + usersAndGroups: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyTarget: value: target: String @@ -863278,6 +872713,13 @@ components: lastActionDateTime: '0001-01-01T00:00:00.0000000+00:00' operation: String status: String + microsoft.graph.driftedProperty: + value: + currentValue: + '@odata.type': microsoft.graph.Json + desiredValue: + '@odata.type': microsoft.graph.Json + propertyName: String microsoft.graph.driveItemSource: value: application: @@ -863539,6 +872981,15 @@ components: - String users: - String + microsoft.graph.enumeratedScopes: + value: + scopes: + - String + microsoft.graph.errorDetail: + value: + errorMessage: String + resourceInstanceName: String + resourceType: String microsoft.graph.eventMessageDetail: { } microsoft.graph.excludeTarget: value: @@ -863552,6 +873003,13 @@ components: endDateTime: '0001-01-01T00:00:00.0000000+00:00' type: '@odata.type': microsoft.graph.expirationPatternType + microsoft.graph.exportItemResponse: + value: + changeKey: String + data: Stream + error: + '@odata.type': microsoft.graph.mailTipsError + itemId: String microsoft.graph.expressionInputObject: value: definition: @@ -863806,6 +873264,11 @@ components: inboundAllowed: 'true' outboundAllowed: 'true' microsoft.graph.includeAllAccountTargetContent: { } + microsoft.graph.includeTarget: + value: + id: String + targetType: + '@odata.type': microsoft.graph.authenticationMethodTargetType microsoft.graph.incomingCallOptions: { } microsoft.graph.incomingContext: value: @@ -863826,6 +873289,10 @@ components: privacyStatementUrl: String supportUrl: String termsOfServiceUrl: String + microsoft.graph.inheritableScopes: + value: + kind: + '@odata.type': microsoft.graph.scopeCollectionKind microsoft.graph.initiator: value: initiatorType: @@ -864169,6 +873636,10 @@ components: value: emailAddress: String externalDirectoryObjectId: String + microsoft.graph.mailboxItemImportSession: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + importUrl: String microsoft.graph.mailboxSettings: value: archiveFolder: String @@ -864574,6 +874045,7 @@ components: '@odata.type': microsoft.graph.connectionStatus urlParameters: String microsoft.graph.noDeviceRegistrationMembership: { } + microsoft.graph.noScopes: { } microsoft.graph.notebookLinks: value: oneNoteClientUrl: @@ -864769,6 +874241,14 @@ components: customExtension: '@odata.type': microsoft.graph.onOtpSendCustomExtension microsoft.graph.onOtpSendHandler: { } + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + value: + configuration: + '@odata.type': microsoft.graph.customExtensionOverwriteConfiguration + customExtension: + '@odata.type': microsoft.graph.onPasswordSubmitCustomExtension + migrationPropertyId: String + microsoft.graph.onPasswordSubmitHandler: { } microsoft.graph.onPremisesAccidentalDeletionPrevention: value: alertThreshold: '0' @@ -864837,6 +874317,7 @@ components: userTypeToCreate: '@odata.type': microsoft.graph.userType microsoft.graph.onUserCreateStartHandler: { } + microsoft.graph.openComplexDictionaryType: { } microsoft.graph.openIdConnectSetting: value: clientId: String @@ -865431,6 +874912,11 @@ components: displayName: String localizations: - '@odata.type': microsoft.graph.displayNameLocalization + microsoft.graph.profileSourceLocalization: + value: + displayName: String + languageTag: String + webUrl: String microsoft.graph.prompt: { } microsoft.graph.protectedApplicationMetadata: value: @@ -866189,6 +875675,10 @@ components: cacheAccountsAboveDiskFreePercentage: '0' inactiveThresholdDays: '0' removeAccountsBelowDiskFreePercentage: '0' + microsoft.graph.sharePointGroupIdentity: + value: + principalId: String + title: String microsoft.graph.sharePointIdentity: value: loginName: String @@ -866196,6 +875686,8 @@ components: value: group: '@odata.type': microsoft.graph.identity + sharePointGroup: + '@odata.type': microsoft.graph.sharePointGroupIdentity siteGroup: '@odata.type': microsoft.graph.sharePointIdentity siteUser: @@ -867621,12 +877113,22 @@ components: '@odata.type': microsoft.graph.x509CertificateAuthenticationMode x509CertificateDefaultRequiredAffinityLevel: '@odata.type': microsoft.graph.x509CertificateAffinityLevel + microsoft.graph.x509CertificateAuthorityScope: + value: + includeTargets: + - '@odata.type': microsoft.graph.includeTarget + publicKeyInfrastructureIdentifier: String + subjectKeyIdentifier: String microsoft.graph.x509CertificateCRLValidationConfiguration: value: exemptedCertificateAuthoritiesSubjectKeyIdentifiers: - String state: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfigurationState + microsoft.graph.x509CertificateIssuerHintsConfiguration: + value: + state: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsState microsoft.graph.x509CertificateRule: value: identifier: String @@ -867939,6 +877441,8 @@ components: configuration: '@odata.type': microsoft.graph.externalConnectors.configuration connectorId: String + contentCategory: + '@odata.type': microsoft.graph.externalConnectors.contentCategory description: String groups: - '@odata.type': microsoft.graph.externalConnectors.externalGroup @@ -868011,11 +877515,21 @@ components: itemId: String urlMatchInfo: '@odata.type': microsoft.graph.externalConnectors.urlMatchInfo + microsoft.graph.externalConnectors.principal: + value: + email: String + entraDisplayName: String + entraId: String + externalId: String + externalName: String + tenantId: String + upn: String microsoft.graph.externalConnectors.properties: { } microsoft.graph.externalConnectors.property: value: aliases: - String + description: String isQueryable: 'true' isRefinable: 'true' isRetrievable: 'true' @@ -870109,6 +879623,34 @@ components: host: '@odata.type': microsoft.graph.security.host lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.teamsAdministration.numberAssignment: + value: + activationState: + '@odata.type': microsoft.graph.teamsAdministration.activationState + assignmentCategory: + '@odata.type': microsoft.graph.teamsAdministration.assignmentCategory + assignmentStatus: + '@odata.type': microsoft.graph.teamsAdministration.assignmentStatus + assignmentTargetId: String + capabilities: + - '@odata.type': microsoft.graph.teamsAdministration.numberCapability + city: String + civicAddressId: String + isoCountryCode: String + locationId: String + networkSiteId: String + numberSource: + '@odata.type': microsoft.graph.teamsAdministration.numberSource + numberType: + '@odata.type': microsoft.graph.teamsAdministration.numberType + operatorId: String + portInStatus: + '@odata.type': microsoft.graph.teamsAdministration.portInStatus + reverseNumberLookupOptions: + - '@odata.type': microsoft.graph.teamsAdministration.reverseNumberLookupOption + supportedCustomerActions: + - '@odata.type': microsoft.graph.teamsAdministration.customerAction + telephoneNumber: String microsoft.graph.teamsAdministration.policyIdentifierDetail: value: name: String @@ -870117,6 +879659,8 @@ components: value: policy: '@odata.type': microsoft.graph.teamsAdministration.teamsPolicyAssignment + telephoneNumberManagement: + '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberManagementRoot userConfigurations: - '@odata.type': microsoft.graph.teamsAdministration.teamsUserConfiguration microsoft.graph.teamsAdministration.teamsPolicyAssignment: @@ -870145,6 +879689,19 @@ components: user: '@odata.type': microsoft.graph.user userPrincipalName: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + value: + createdDateTime: String + numbers: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + value: + numberAssignments: + - '@odata.type': microsoft.graph.teamsAdministration.numberAssignment + operations: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation microsoft.graph.teamsAdministration.assignedTelephoneNumber: value: assignmentCategory: @@ -870162,6 +879719,12 @@ components: displayName: String groupId: String policyId: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + value: + resourceLocation: String + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + statusDetail: String microsoft.graph.termStore.group: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -870404,6 +879967,8 @@ components: tags: - name: admin.admin x-ms-docs-toc-type: page + - name: admin.configurationManagement + x-ms-docs-toc-type: page - name: admin.edge x-ms-docs-toc-type: page - name: admin.exchangeAdmin diff --git a/openapi/v1.0/graphexplorer.yaml b/openapi/v1.0/graphexplorer.yaml index 26b2fd14..36342cbc 100644 --- a/openapi/v1.0/graphexplorer.yaml +++ b/openapi/v1.0/graphexplorer.yaml @@ -27,6 +27,7 @@ paths: type: array items: enum: + - configurationManagement - edge - exchange - microsoft365Apps @@ -47,6 +48,7 @@ paths: items: enum: - '*' + - configurationManagement - edge - exchange - microsoft365Apps @@ -84,6 +86,1397 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/configurationManagement: + description: Provides operations to manage the configurationManagement property of the microsoft.graph.admin entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationManagement from admin + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + operationId: admin.GetConfigurationManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - configurationDrifts + - configurationMonitoringResults + - configurationMonitors + - configurationSnapshotJobs + - configurationSnapshots + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - configurationDrifts + - configurationMonitoringResults + - configurationMonitors + - configurationSnapshotJobs + - configurationSnapshots + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationManagement in admin + operationId: admin.UpdateConfigurationManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationManagement for admin + operationId: admin.DeleteConfigurationManagement + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationDrifts: + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationDrifts + description: Get a list of the configurationDrift objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationdrifts?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationDrifts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - baselineResourceDisplayName + - baselineResourceDisplayName desc + - driftedProperties + - driftedProperties desc + - firstReportedDateTime + - firstReportedDateTime desc + - monitorId + - monitorId desc + - resourceInstanceIdentifier + - resourceInstanceIdentifier desc + - resourceType + - resourceType desc + - status + - status desc + - tenantId + - tenantId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - baselineResourceDisplayName + - driftedProperties + - firstReportedDateTime + - monitorId + - resourceInstanceIdentifier + - resourceType + - status + - tenantId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationDriftCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationDrifts for admin + operationId: admin.configurationManagement.CreateConfigurationDrifts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationDrifts/{configurationDrift-id}': + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationDrift + description: Get the properties and relationships of a configurationDrift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationdrift-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - baselineResourceDisplayName + - driftedProperties + - firstReportedDateTime + - monitorId + - resourceInstanceIdentifier + - resourceType + - status + - tenantId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationDrifts in admin + operationId: admin.configurationManagement.UpdateConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationDrifts for admin + operationId: admin.configurationManagement.DeleteConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationDrifts/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationDrifts.GetCount-b132 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationMonitoringResults: + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitoringResults + description: Get a list of the configurationMonitoringResult objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitoringresults?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitoringResults + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - driftsCount + - driftsCount desc + - errorDetails + - errorDetails desc + - monitorId + - monitorId desc + - runCompletionDateTime + - runCompletionDateTime desc + - runInitiationDateTime + - runInitiationDateTime desc + - runStatus + - runStatus desc + - tenantId + - tenantId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - driftsCount + - errorDetails + - monitorId + - runCompletionDateTime + - runInitiationDateTime + - runStatus + - tenantId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationMonitoringResultCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationMonitoringResults for admin + operationId: admin.configurationManagement.CreateConfigurationMonitoringResults + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitoringResults/{configurationMonitoringResult-id}': + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitoringResult + description: Read the properties and relationships of a configurationMonitoringResult object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitoringresult-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - driftsCount + - errorDetails + - monitorId + - runCompletionDateTime + - runInitiationDateTime + - runStatus + - tenantId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationMonitoringResults in admin + operationId: admin.configurationManagement.UpdateConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationMonitoringResults for admin + operationId: admin.configurationManagement.DeleteConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationMonitoringResults/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitoringResults.GetCount-0ec6 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationMonitors: + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitors + description: Get a list of the configurationMonitor objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - description + - description desc + - displayName + - displayName desc + - inactivationReason + - inactivationReason desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - mode + - mode desc + - monitorRunFrequencyInHours + - monitorRunFrequencyInHours desc + - parameters + - parameters desc + - status + - status desc + - tenantId + - tenantId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - description + - displayName + - inactivationReason + - lastModifiedBy + - lastModifiedDateTime + - mode + - monitorRunFrequencyInHours + - parameters + - status + - tenantId + - baseline + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - baseline + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationMonitorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create configurationMonitor + description: Create a new configurationMonitor object that runs periodically in the background at a scheduled frequency. You can create up to 30 configurationMonitor objects per tenant. Each monitor runs at a fixed interval of 6 hours and cannot be configured to run at any other frequency. An administrator can monitor up to 800 configuration resources per day per tenant across all monitors. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-post-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.CreateConfigurationMonitors + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}': + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitor + description: Get the properties and relationships of a configurationMonitor object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - description + - displayName + - inactivationReason + - lastModifiedBy + - lastModifiedDateTime + - mode + - monitorRunFrequencyInHours + - parameters + - status + - tenantId + - baseline + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - baseline + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update configurationMonitor + description: 'Update the properties of a configurationMonitor object, including the monitor name, description, and baseline.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-update?view=graph-rest-1.0 + operationId: admin.configurationManagement.UpdateConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationMonitor + description: Delete a configurationMonitor object permanently. A deleted configurationMonitor can't be restored. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}/baseline': + description: Provides operations to manage the baseline property of the microsoft.graph.configurationMonitor entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationBaseline + description: Read the properties and relationships of a configurationBaseline object that is attached to a specific monitor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationbaseline-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.configurationMonitors.GetBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - parameters + - resources + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property baseline in admin + operationId: admin.configurationManagement.configurationMonitors.UpdateBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property baseline for admin + operationId: admin.configurationManagement.configurationMonitors.DeleteBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationMonitors/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitors.GetCount-e65d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationSnapshotJobs: + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshotJobs + description: Get a list of the configurationSnapshotJob objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshotjobs?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshotJobs + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completedDateTime + - completedDateTime desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - description + - description desc + - displayName + - displayName desc + - errorDetails + - errorDetails desc + - resourceLocation + - resourceLocation desc + - resources + - resources desc + - status + - status desc + - tenantId + - tenantId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - description + - displayName + - errorDetails + - resourceLocation + - resources + - status + - tenantId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationSnapshotJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationSnapshotJobs for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshotJobs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshotJobs/{configurationSnapshotJob-id}': + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshotJob + description: Read the properties and relationships of a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - description + - displayName + - errorDetails + - resourceLocation + - resources + - status + - tenantId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshotJobs in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationSnapshotJob + description: Delete a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationSnapshotJobs/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshotJobs.GetCount-dec8 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationSnapshots: + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshots + description: Get a list of configurationBaseline objects that represent configuration snapshots and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshots?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshots + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - description + - description desc + - displayName + - displayName desc + - parameters + - parameters desc + - resources + - resources desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - parameters + - resources + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.configurationBaselineCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationSnapshots for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshots + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshots/{configurationBaseline-id}': + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshots from admin + description: A container for configuration snapshot baselines. + operationId: admin.configurationManagement.GetConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - parameters + - resources + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshots in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationSnapshots for admin + operationId: admin.configurationManagement.DeleteConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationSnapshots/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshots.GetCount-b397 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/edge: description: Provides operations to manage the edge property of the microsoft.graph.admin entity. get: @@ -1178,6 +2571,7 @@ paths: items: enum: - id + - mailboxes - tracing type: string - name: $expand @@ -1191,6 +2585,7 @@ paths: items: enum: - '*' + - mailboxes - tracing type: string responses: @@ -1238,6 +2633,1536 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/exchange/mailboxes: + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.ListMailboxes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - deletedDateTime + - deletedDateTime desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - folders + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - folders + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.exchangeAdmin + summary: Create new navigation property to mailboxes for admin + operationId: admin.exchange.CreateMailboxes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}': + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.GetMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - folders + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - folders + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.exchangeAdmin + summary: Update the navigation property mailboxes in admin + operationId: admin.exchange.UpdateMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property mailboxes for admin + operationId: admin.exchange.DeleteMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.ListFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - childFolderCount + - childFolderCount desc + - displayName + - displayName desc + - parentFolderId + - parentFolderId desc + - totalItemCount + - totalItemCount desc + - type + - type desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - childFolderCount + - displayName + - parentFolderId + - totalItemCount + - type + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxFolderCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.GetFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - childFolderCount + - displayName + - parentFolderId + - totalItemCount + - type + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.ListChildFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - childFolderCount + - childFolderCount desc + - displayName + - displayName desc + - parentFolderId + - parentFolderId desc + - totalItemCount + - totalItemCount desc + - type + - type desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - childFolderCount + - displayName + - parentFolderId + - totalItemCount + - type + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxFolderCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.GetChildFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - childFolderCount + - displayName + - parentFolderId + - totalItemCount + - type + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.ListItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - categories + - categories desc + - changeKey + - changeKey desc + - createdDateTime + - createdDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - size + - size desc + - type + - type desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - size + - type + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxItemCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.GetItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - size + - type + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.items.GetCount-de79 + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.mailboxFolder.items.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $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: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - size + - type + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - categories + - categories desc + - changeKey + - changeKey desc + - createdDateTime + - createdDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - size + - size desc + - type + - type desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of mailboxItem + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.GetCount-268c + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $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: + enum: + - id + - childFolderCount + - displayName + - parentFolderId + - totalItemCount + - type + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - childFolderCount + - childFolderCount desc + - displayName + - displayName desc + - parentFolderId + - parentFolderId desc + - totalItemCount + - totalItemCount desc + - type + - type desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of mailboxFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.ListItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - categories + - categories desc + - changeKey + - changeKey desc + - createdDateTime + - createdDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - size + - size desc + - type + - type desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - size + - type + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxItemCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.GetItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - size + - type + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.items.GetCount-d4b5 + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.items.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $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: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - size + - type + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - categories + - categories desc + - changeKey + - changeKey desc + - createdDateTime + - createdDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - size + - size desc + - type + - type desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of mailboxItem + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.GetCount-0a5e + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - $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: + enum: + - id + - childFolderCount + - displayName + - parentFolderId + - totalItemCount + - type + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - childFolderCount + - childFolderCount desc + - displayName + - displayName desc + - parentFolderId + - parentFolderId desc + - totalItemCount + - totalItemCount desc + - type + - type desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - childFolders + - items + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of mailboxFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/microsoft.graph.createImportSession': + description: Provides operations to call the createImportSession method. + post: + tags: + - admin.exchangeAdmin + summary: Invoke action createImportSession + operationId: admin.exchange.mailboxes.mailbox.createImportSession + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItemImportSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/admin/exchange/mailboxes/{mailbox-id}/microsoft.graph.exportItems': + description: Provides operations to call the exportItems method. + post: + tags: + - admin.exchangeAdmin + summary: Invoke action exportItems + operationId: admin.exchange.mailboxes.mailbox.exportItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ItemIds: + type: array + items: + type: string + required: true + responses: + '200': + 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.exportItemResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /admin/exchange/mailboxes/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.GetCount-490f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/exchange/tracing: description: Provides operations to manage the tracing property of the microsoft.graph.exchangeAdmin entity. get: @@ -1546,6 +4471,9 @@ paths: - admin.exchangeAdmin summary: Invoke function getDetailsByRecipient description: Get a list of exchangeMessageTraceDetail objects filtered on the recipient. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-1.0 operationId: admin.exchange.tracing.messageTraces.exchangeMessageTrace.getDetailsByRecipient parameters: - name: exchangeMessageTrace-id @@ -1851,6 +4779,7 @@ paths: - id - itemInsights - profileCardProperties + - profileSources - pronouns type: string - name: $expand @@ -1866,6 +4795,7 @@ paths: - '*' - itemInsights - profileCardProperties + - profileSources - pronouns type: string responses: @@ -2188,6 +5118,355 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /admin/people/profileSources: + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: List profileSources + description: 'Get a list of the profileSource objects and their properties, which represent both external data sources and out-of-the-box Microsoft data sources configured for user profiles in an organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilesources?view=graph-rest-1.0 + operationId: admin.people.ListProfileSources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - kind + - kind desc + - localizations + - localizations desc + - sourceId + - sourceId desc + - webUrl + - webUrl desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - kind + - localizations + - sourceId + - webUrl + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.profileSourceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.peopleAdminSettings + summary: Create profileSource + description: Create a new profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilesources?view=graph-rest-1.0 + operationId: admin.people.CreateProfileSources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/people/profileSources/{profileSource-id}': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.GetProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - kind + - localizations + - sourceId + - webUrl + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.UpdateProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.DeleteProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/people/profileSources(sourceId=''{sourceId}'')' + '/admin/people/profileSources(sourceId=''{sourceId}'')': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.profileSources.GetBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - kind + - localizations + - sourceId + - webUrl + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.profileSources.UpdateBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.profileSources.DeleteBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/people/profileSources/{profileSource-id}' + /admin/people/profileSources/$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.profileSources.GetCount-e997 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/people/pronouns: description: Provides operations to manage the pronouns property of the microsoft.graph.peopleAdminSettings entity. get: @@ -4438,6 +7717,7 @@ paths: enum: - id - policy + - telephoneNumberManagement - userConfigurations type: string - name: $expand @@ -4452,6 +7732,7 @@ paths: enum: - '*' - policy + - telephoneNumberManagement - userConfigurations type: string responses: @@ -4940,6 +8221,678 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement: + description: Provides operations to manage the telephoneNumberManagement property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberManagement from admin + description: Represents a collection of available telephone number management operations. + operationId: admin.teams.GetTelephoneNumberManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - numberAssignments + - operations + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - numberAssignments + - operations + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property telephoneNumberManagement in admin + operationId: admin.teams.UpdateTelephoneNumberManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property telephoneNumberManagement for admin + operationId: admin.teams.DeleteTelephoneNumberManagement + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/telephoneNumberManagement/numberAssignments: + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: List numberAssignments + description: Read the properties and relationships of microsoft.graph.teamsAdministration.numberAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumbermanagementroot-list-numberassignments?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.ListNumberAssignments + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - activationState + - activationState desc + - assignmentCategory + - assignmentCategory desc + - assignmentStatus + - assignmentStatus desc + - assignmentTargetId + - assignmentTargetId desc + - capabilities + - capabilities desc + - city + - city desc + - civicAddressId + - civicAddressId desc + - isoCountryCode + - isoCountryCode desc + - locationId + - locationId desc + - networkSiteId + - networkSiteId desc + - numberSource + - numberSource desc + - numberType + - numberType desc + - operatorId + - operatorId desc + - portInStatus + - portInStatus desc + - reverseNumberLookupOptions + - reverseNumberLookupOptions desc + - supportedCustomerActions + - supportedCustomerActions desc + - telephoneNumber + - telephoneNumber desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - activationState + - assignmentCategory + - assignmentStatus + - assignmentTargetId + - capabilities + - city + - civicAddressId + - isoCountryCode + - locationId + - networkSiteId + - numberSource + - numberType + - operatorId + - portInStatus + - reverseNumberLookupOptions + - supportedCustomerActions + - telephoneNumber + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.teamsAdminRoot + summary: Create new navigation property to numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.CreateNumberAssignments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/numberAssignments/{numberAssignment-id}': + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get numberAssignments from admin + description: Represents a collection of synchronous telephone number management operations. + operationId: admin.teams.telephoneNumberManagement.GetNumberAssignments + parameters: + - name: numberAssignment-id + in: path + description: The unique identifier of numberAssignment + required: true + schema: + type: string + x-ms-docs-key-type: numberAssignment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - activationState + - assignmentCategory + - assignmentStatus + - assignmentTargetId + - capabilities + - city + - civicAddressId + - isoCountryCode + - locationId + - networkSiteId + - numberSource + - numberType + - operatorId + - portInStatus + - reverseNumberLookupOptions + - supportedCustomerActions + - telephoneNumber + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property numberAssignments in admin + operationId: admin.teams.telephoneNumberManagement.UpdateNumberAssignments + parameters: + - name: numberAssignment-id + in: path + description: The unique identifier of numberAssignment + required: true + schema: + type: string + x-ms-docs-key-type: numberAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.DeleteNumberAssignments + parameters: + - name: numberAssignment-id + in: path + description: The unique identifier of numberAssignment + required: true + schema: + type: string + x-ms-docs-key-type: numberAssignment + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/telephoneNumberManagement/numberAssignments/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.telephoneNumberManagement.numberAssignments.GetCount-7adc + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.assignNumber: + description: Provides operations to call the assignNumber method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action assignNumber + description: Creates an asynchronous order to assign a telephone number to a user account. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-assignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.assignNumber + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + telephoneNumber: + type: string + assignmentTargetId: + type: string + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + locationId: + type: string + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.unassignNumber: + description: Provides operations to call the unassignNumber method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action unassignNumber + description: Creates an asynchronous order to unassign a telephone number from a user account. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-unassignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.unassignNumber + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + telephoneNumber: + type: string + nullable: true + numberType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.updateNumber: + description: Provides operations to call the updateNumber method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action updateNumber + description: 'This method is used to update an existing number with optional attributes. Currently supported attributes are locationId, networkSiteId, and reverseNumberLookupOptions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-updatenumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.updateNumber + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + telephoneNumber: + type: string + locationId: + type: string + nullable: true + networkSiteId: + type: string + nullable: true + reverseNumberLookupOptions: + type: array + items: + type: string + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/operations: + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + operationId: admin.teams.telephoneNumberManagement.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: + enum: + - id + - id desc + - createdDateTime + - createdDateTime desc + - numbers + - numbers desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - numbers + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.teamsAdminRoot + summary: Create new navigation property to operations for admin + operationId: admin.teams.telephoneNumberManagement.CreateOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/operations/{telephoneNumberLongRunningOperation-id}': + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumberlongrunningoperation-get?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.GetOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - numbers + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property operations in admin + operationId: admin.teams.telephoneNumberManagement.UpdateOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property operations for admin + operationId: admin.teams.telephoneNumberManagement.DeleteOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/telephoneNumberManagement/operations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.telephoneNumberManagement.operations.GetCount-d151 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/teams/userConfigurations: description: Provides operations to manage the userConfigurations property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. get: @@ -5225,6 +9178,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -20064,6 +24018,64 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/microsoft.graph.delta()' + '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' '/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -20241,6 +24253,57 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.replyWithQuote + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -33006,6 +37069,8 @@ paths: - configuration desc - connectorId - connectorId desc + - contentCategory + - contentCategory desc - description - description desc - name @@ -33029,6 +37094,7 @@ paths: - activitySettings - configuration - connectorId + - contentCategory - description - name - searchSettings @@ -33114,6 +37180,7 @@ paths: - activitySettings - configuration - connectorId + - contentCategory - description - name - searchSettings @@ -83403,6 +87470,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -83543,6 +87612,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -96572,6 +100642,10 @@ paths: - osBuildNumber desc - osStatus - osStatus desc + - osVersionNumber + - osVersionNumber desc + - sizeInGB + - sizeInGB desc - sourceImageResourceId - sourceImageResourceId desc - status @@ -96597,6 +100671,8 @@ paths: - operatingSystem - osBuildNumber - osStatus + - osVersionNumber + - sizeInGB - sourceImageResourceId - status - version @@ -96685,6 +100761,8 @@ paths: - operatingSystem - osBuildNumber - osStatus + - osVersionNumber + - sizeInGB - sourceImageResourceId - status - version @@ -96855,6 +100933,8 @@ paths: - expirationDate desc - offerName - offerName desc + - osVersionNumber + - osVersionNumber desc - publisherName - publisherName desc - sizeInGB @@ -96881,6 +100961,7 @@ paths: - endDate - expirationDate - offerName + - osVersionNumber - publisherName - sizeInGB - skuName @@ -96964,6 +101045,7 @@ paths: - endDate - expirationDate - offerName + - osVersionNumber - publisherName - sizeInGB - skuName @@ -97955,6 +102037,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -98095,6 +102179,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -98347,6 +102432,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -98832,6 +102918,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -117038,6 +121125,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -119783,6 +123871,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -120203,6 +124292,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -120810,6 +124900,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -121969,6 +126060,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -126145,6 +130237,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -128951,6 +133044,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -129732,6 +133826,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -130891,6 +134986,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -132324,6 +136420,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -135310,6 +139407,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -135694,6 +139792,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -136236,6 +140335,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -137237,6 +141337,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -141997,6 +146098,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -145072,6 +149174,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -145527,6 +149630,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -146197,6 +150301,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -147510,6 +151615,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -152201,6 +156307,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -155356,6 +159463,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -156223,6 +160331,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -157536,6 +161645,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -159131,6 +163241,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -162510,6 +166621,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -162930,6 +167042,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -163537,6 +167650,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -164696,6 +168810,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -182916,6 +187031,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -191599,6 +195715,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -192779,6 +196896,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -192919,6 +197038,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -193164,6 +197284,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -193614,6 +197735,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -196049,6 +200171,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -196566,6 +200689,8 @@ paths: - configuration desc - connectorId - connectorId desc + - contentCategory + - contentCategory desc - description - description desc - name @@ -196589,6 +200714,7 @@ paths: - activitySettings - configuration - connectorId + - contentCategory - description - name - searchSettings @@ -196682,6 +200808,7 @@ paths: - activitySettings - configuration - connectorId + - contentCategory - description - name - searchSettings @@ -207594,6 +211721,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -211001,6 +215129,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -211497,6 +215626,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -212237,6 +216367,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -213718,6 +217849,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -218993,6 +223125,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -222564,6 +226697,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -223528,6 +227662,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -225009,6 +229144,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -226776,6 +230912,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -230562,6 +234699,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -231023,6 +235161,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -231700,6 +235839,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -233027,6 +237167,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -264516,6 +268657,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -265831,6 +269973,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -269885,6 +274028,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -270933,6 +275077,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -272568,6 +276713,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -274475,6 +278621,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -276824,6 +280971,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -277618,6 +281766,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -291089,6 +295238,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -291585,6 +295735,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -294010,6 +298161,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -294506,6 +298658,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -340400,6 +344553,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -340418,6 +344572,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -340478,6 +344633,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -340496,6 +344652,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -340610,6 +344767,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -340628,6 +344786,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -340718,6 +344877,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -340736,6 +344896,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -341244,6 +345405,191 @@ paths: - '/groups/{group-id}/team/members/microsoft.graph.remove' - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.remove' - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/primaryChannel/enabledApps' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-b387 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -344272,51 +348618,299 @@ paths: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' - '/groups/{group-id}/sites/microsoft.graph.delta()' - - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' + - /groups/microsoft.graph.delta() + - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' + '/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: + - 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - groups.team + summary: Invoke function delta + description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @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: + - 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 + - $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: + enum: + - id + - attachments + - body + - channelIdentity + - chatId + - createdDateTime + - deletedDateTime + - etag + - eventDetail + - from + - importance + - lastEditedDateTime + - lastModifiedDateTime + - locale + - mentions + - messageHistory + - messageType + - policyViolation + - reactions + - replyToId + - subject + - summary + - webUrl + - hostedContents + - replies + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - attachments + - attachments desc + - body + - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc + - createdDateTime + - createdDateTime desc + - deletedDateTime + - deletedDateTime desc + - etag + - etag desc + - eventDetail + - eventDetail desc + - from + - from desc + - importance + - importance desc + - lastEditedDateTime + - lastEditedDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - locale + - locale desc + - mentions + - mentions desc + - messageHistory + - messageHistory desc + - messageType + - messageType desc + - policyViolation + - policyViolation desc + - reactions + - reactions desc + - replyToId + - replyToId desc + - subject + - subject desc + - summary + - summary desc + - webUrl + - webUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContents + - replies + type: string + responses: + '200': + 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' + default: + $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/microsoft.graph.delta()' + - '/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/groups/{group-id}/calendar/events/microsoft.graph.delta()' + - '/groups/{group-id}/calendarView/microsoft.graph.delta()' + - '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/groups/{group-id}/events/microsoft.graph.delta()' + - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' + - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' + - '/groups/{group-id}/sites/microsoft.graph.delta()' + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.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: - - 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 - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.delta()': - description: Provides operations to call the delta method. - get: + '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: tags: - groups.team - summary: Invoke function delta - description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @odata.deltaLink). For more information, see the delta query documentation.' + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. 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 + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.replyWithQuote parameters: - name: group-id in: path @@ -344332,161 +348926,40 @@ paths: schema: type: string x-ms-docs-key-type: channel - - $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: - enum: - - id - - attachments - - body - - channelIdentity - - chatId - - createdDateTime - - deletedDateTime - - etag - - eventDetail - - from - - importance - - lastEditedDateTime - - lastModifiedDateTime - - locale - - mentions - - messageHistory - - messageType - - policyViolation - - reactions - - replyToId - - subject - - summary - - webUrl - - hostedContents - - replies - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - attachments - - attachments desc - - body - - body desc - - channelIdentity - - channelIdentity desc - - chatId - - chatId desc - - createdDateTime - - createdDateTime desc - - deletedDateTime - - deletedDateTime desc - - etag - - etag desc - - eventDetail - - eventDetail desc - - from - - from desc - - importance - - importance desc - - lastEditedDateTime - - lastEditedDateTime desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - locale - - locale desc - - mentions - - mentions desc - - messageHistory - - messageHistory desc - - messageType - - messageType desc - - policyViolation - - policyViolation desc - - reactions - - reactions desc - - replyToId - - replyToId desc - - subject - - subject desc - - summary - - summary desc - - webUrl - - webUrl desc - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - hostedContents - - replies - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true responses: '200': description: Success content: application/json: schema: - title: Collection of chatMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.chatMessage' + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()' - - '/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' - - '/groups/{group-id}/calendar/events/microsoft.graph.delta()' - - '/groups/{group-id}/calendarView/microsoft.graph.delta()' - - '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' - - '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' - - '/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' - - '/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' - - '/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta()' - - '/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' - - '/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()' - - '/groups/{group-id}/events/microsoft.graph.delta()' - - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' - - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' - - '/groups/{group-id}/sites/microsoft.graph.delta()' - - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - - /groups/microsoft.graph.delta() - - /groups/microsoft.graph.delta() + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -346381,6 +350854,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -346399,6 +350873,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -346459,6 +350934,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -346477,6 +350953,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -348249,6 +352726,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -348267,6 +352745,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -348642,22 +353121,76 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/groups/{group-id}/sites/microsoft.graph.add' - - '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.add' - - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add' - - '/groups/{group-id}/team/members/microsoft.graph.add' - - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add' - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: + - '/groups/{group-id}/sites/microsoft.graph.add' + - '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.add' + - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add' + - '/groups/{group-id}/team/members/microsoft.graph.add' + - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add' + '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - groups.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.allMembers.remove + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/groups/{group-id}/sites/microsoft.graph.remove' + - '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.remove' + - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' + - '/groups/{group-id}/team/members/microsoft.graph.remove' + - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + '/groups/{group-id}/team/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: tags: - groups.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: groups.group.team.primaryChannel.allMembers.remove + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.ListEnabledApps parameters: - name: group-id in: path @@ -348666,45 +353199,155 @@ paths: schema: type: string x-ms-docs-key-type: group - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string responses: '200': - 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' + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/groups/{group-id}/sites/microsoft.graph.remove' - - '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.remove' - - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' - - '/groups/{group-id}/team/members/microsoft.graph.remove' - - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + - '/groups/{group-id}/team/channels/{channel-id}/enabledApps' + '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.GetEnabledApps + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/primaryChannel/enabledApps/$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.enabledApps.GetCount-593e + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -351388,6 +356031,66 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -351584,6 +356287,59 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.replyWithQuote + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -417084,6 +421840,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -417497,6 +422254,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -418369,6 +423127,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -418984,6 +423743,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -420240,6 +425000,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -421302,6 +426063,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -422059,6 +426821,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -423423,6 +428186,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -424615,6 +429379,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -425657,6 +430422,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -426358,6 +431124,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -427407,6 +432174,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -427874,6 +432642,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -428941,6 +433710,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -430599,6 +435369,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -431214,6 +435985,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -432479,6 +437251,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -433547,6 +438320,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -434307,6 +439081,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -435678,6 +440453,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -436877,6 +441653,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -437922,6 +442699,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -438626,6 +443404,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -439681,6 +444460,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -440148,6 +444928,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -441221,6 +446002,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -442502,6 +447284,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -453590,6 +458373,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -454108,6 +458892,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -457353,7 +462138,7 @@ paths: tags: - me.authentication summary: List fido2AuthenticationMethod - description: Retrieve a list of a user's FIDO2 security key authentication method objects and their properties. + description: Retrieve a list of a user's passkey (FIDO2) 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 @@ -457388,6 +462173,8 @@ paths: - displayName desc - model - model desc + - passkeyType + - passkeyType desc type: string - name: $select in: query @@ -457406,6 +462193,7 @@ paths: - attestationLevel - displayName - model + - passkeyType type: string - name: $expand in: query @@ -457434,7 +462222,7 @@ paths: tags: - me.authentication summary: Get fido2AuthenticationMethod - description: Retrieve a user's single FIDO2 security key authentication method object. + description: Retrieve a user's single passkey (FIDO2) authentication method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 @@ -457464,6 +462252,7 @@ paths: - attestationLevel - displayName - model + - passkeyType type: string - name: $expand in: query @@ -473981,6 +478770,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -474196,6 +479047,61 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.replyWithQuote + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -477074,12 +481980,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -477130,9 +482042,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -477277,9 +482192,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -478108,9 +483026,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -478192,12 +483113,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -478587,12 +483514,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -478643,9 +483576,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -478780,9 +483716,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -479499,9 +484438,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -479583,12 +484525,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -479950,12 +484898,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -480006,9 +484960,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -480129,9 +485086,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -480742,9 +485702,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -480826,12 +485789,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -484135,6 +489104,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -487200,6 +492170,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -487655,6 +492626,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -488325,6 +493297,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -489640,6 +494613,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -494425,6 +499399,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -497580,6 +502555,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -498447,6 +503423,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -499762,6 +504739,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -501403,6 +506381,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -504784,6 +509763,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -505204,6 +510184,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -505811,6 +510792,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -506972,6 +511954,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -512196,6 +517179,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -515953,6 +520937,12 @@ paths: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -515978,6 +520968,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -516036,6 +521032,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -516062,6 +521064,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -516086,6 +521094,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. @@ -516135,6 +521149,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. @@ -516185,6 +521205,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation /me/insights/shared/$count: description: Provides operations to count the resources in the collection. @@ -516201,6 +521227,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/insights/trending: description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: @@ -516541,6 +521573,12 @@ paths: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -516566,6 +521604,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -516621,6 +521665,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -516647,6 +521697,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -516671,6 +521727,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. @@ -516721,6 +521783,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation /me/insights/used/$count: description: Provides operations to count the resources in the collection. @@ -516737,6 +521805,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/joinedTeams: description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: @@ -517113,6 +522187,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -517131,6 +522206,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -517191,6 +522267,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -517209,6 +522286,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -517323,6 +522401,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -517341,6 +522420,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -517431,6 +522511,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -517449,6 +522530,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -517959,6 +523041,191 @@ paths: - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/primaryChannel/enabledApps' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-b537 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/me/joinedTeams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -521027,7 +526294,305 @@ paths: - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' - '/me/events/{event-id}/instances/microsoft.graph.delta()' - /me/events/microsoft.graph.delta() - - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' + '/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: + - 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.team + summary: Invoke function delta + description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @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: + - 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 + - $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: + enum: + - id + - attachments + - body + - channelIdentity + - chatId + - createdDateTime + - deletedDateTime + - etag + - eventDetail + - from + - importance + - lastEditedDateTime + - lastModifiedDateTime + - locale + - mentions + - messageHistory + - messageType + - policyViolation + - reactions + - replyToId + - subject + - summary + - webUrl + - hostedContents + - replies + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - attachments + - attachments desc + - body + - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc + - createdDateTime + - createdDateTime desc + - deletedDateTime + - deletedDateTime desc + - etag + - etag desc + - eventDetail + - eventDetail desc + - from + - from desc + - importance + - importance desc + - lastEditedDateTime + - lastEditedDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - locale + - locale desc + - mentions + - mentions desc + - messageHistory + - messageHistory desc + - messageType + - messageType desc + - policyViolation + - policyViolation desc + - reactions + - reactions desc + - replyToId + - replyToId desc + - subject + - subject desc + - summary + - summary desc + - webUrl + - webUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContents + - replies + type: string + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' @@ -521039,46 +526604,17 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.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: - - 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 - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()': - description: Provides operations to call the delta method. - get: + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: tags: - me.team - summary: Invoke function delta - description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @odata.deltaLink). For more information, see the delta query documentation.' + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. 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 + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.replyWithQuote parameters: - name: team-id in: path @@ -521094,180 +526630,42 @@ paths: schema: type: string x-ms-docs-key-type: channel - - $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: - enum: - - id - - attachments - - body - - channelIdentity - - chatId - - createdDateTime - - deletedDateTime - - etag - - eventDetail - - from - - importance - - lastEditedDateTime - - lastModifiedDateTime - - locale - - mentions - - messageHistory - - messageType - - policyViolation - - reactions - - replyToId - - subject - - summary - - webUrl - - hostedContents - - replies - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - attachments - - attachments desc - - body - - body desc - - channelIdentity - - channelIdentity desc - - chatId - - chatId desc - - createdDateTime - - createdDateTime desc - - deletedDateTime - - deletedDateTime desc - - etag - - etag desc - - eventDetail - - eventDetail desc - - from - - from desc - - importance - - importance desc - - lastEditedDateTime - - lastEditedDateTime desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - locale - - locale desc - - mentions - - mentions desc - - messageHistory - - messageHistory desc - - messageType - - messageType desc - - policyViolation - - policyViolation desc - - reactions - - reactions desc - - replyToId - - replyToId desc - - subject - - subject desc - - summary - - summary desc - - webUrl - - webUrl desc - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - hostedContents - - replies - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true responses: '200': description: Success content: application/json: schema: - title: Collection of chatMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.chatMessage' + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/me/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' - - '/me/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - - /me/calendar/calendarView/microsoft.graph.delta() - - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' - - /me/calendar/events/microsoft.graph.delta() - - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' - - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' - - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' - - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' - - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' - - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' - - /me/calendarView/microsoft.graph.delta() - - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' - - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' - - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' - - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' - - /me/contactFolders/microsoft.graph.delta() - - /me/contacts/microsoft.graph.delta() - - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' - - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' - - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' - - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' - - '/me/drives/{drive-id}/root/microsoft.graph.delta()' - - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' - - '/me/events/{event-id}/instances/microsoft.graph.delta()' - - /me/events/microsoft.graph.delta() - - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' - - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' - - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - - /me/mailFolders/microsoft.graph.delta() - - /me/messages/microsoft.graph.delta() - - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - - /me/todo/lists/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -523169,6 +528567,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -523187,6 +528586,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -523247,6 +528647,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -523265,6 +528666,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -525050,6 +530452,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -525068,6 +530471,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -525508,6 +530912,170 @@ paths: - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.ListEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.GetEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-dea8 + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/me/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -528238,6 +533806,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -528453,6 +534083,61 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.replyWithQuote + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -542046,6 +547731,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -542186,6 +547873,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -563986,6 +569674,7 @@ paths: - id - contributionToContentDiscoveryAsOrganizationDisabled - contributionToContentDiscoveryDisabled + - exchange - itemInsights - shiftPreferences - storage @@ -564003,6 +569692,7 @@ paths: items: enum: - '*' + - exchange - itemInsights - shiftPreferences - storage @@ -564058,6 +569748,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /me/settings/exchange: + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. + get: + tags: + - me.userSettings + summary: Get exchange from me + operationId: me.settings.GetExchange + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - primaryMailboxId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + default: + $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: @@ -578511,7 +584244,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.GetPlace.AsRoomList parameters: - name: place-id @@ -581164,7 +586901,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.ListPlace.AsRoomList parameters: - $ref: '#/components/parameters/top' @@ -588737,6 +594478,7 @@ paths: items: enum: - id + - appServiceConnectInbound - automaticUserConsentSettings - b2bCollaborationInbound - b2bCollaborationOutbound @@ -588745,6 +594487,8 @@ paths: - inboundTrust - invitationRedemptionIdentityProviderConfiguration - isServiceDefault + - m365CollaborationInbound + - m365CollaborationOutbound - tenantRestrictions type: string - name: $expand @@ -588852,6 +594596,8 @@ paths: type: array items: enum: + - appServiceConnectInbound + - appServiceConnectInbound desc - automaticUserConsentSettings - automaticUserConsentSettings desc - b2bCollaborationInbound @@ -588868,6 +594614,10 @@ paths: - isInMultiTenantOrganization desc - isServiceProvider - isServiceProvider desc + - m365CollaborationInbound + - m365CollaborationInbound desc + - m365CollaborationOutbound + - m365CollaborationOutbound desc - tenantId - tenantId desc - tenantRestrictions @@ -588883,6 +594633,7 @@ paths: type: array items: enum: + - appServiceConnectInbound - automaticUserConsentSettings - b2bCollaborationInbound - b2bCollaborationOutbound @@ -588891,6 +594642,8 @@ paths: - inboundTrust - isInMultiTenantOrganization - isServiceProvider + - m365CollaborationInbound + - m365CollaborationOutbound - tenantId - tenantRestrictions - identitySynchronization @@ -588972,6 +594725,7 @@ paths: type: array items: enum: + - appServiceConnectInbound - automaticUserConsentSettings - b2bCollaborationInbound - b2bCollaborationOutbound @@ -588980,6 +594734,8 @@ paths: - inboundTrust - isInMultiTenantOrganization - isServiceProvider + - m365CollaborationInbound + - m365CollaborationOutbound - tenantId - tenantRestrictions - identitySynchronization @@ -597622,6 +603378,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -597762,6 +603520,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -598300,6 +604059,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -601059,6 +606820,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -601199,6 +606962,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -601450,6 +607214,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -601930,6 +607695,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -602241,6 +608007,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -602381,6 +608149,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -602632,6 +608401,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -603112,6 +608882,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -640889,6 +646660,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -641029,6 +646802,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -641274,6 +647048,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -641724,6 +647499,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -642023,6 +647799,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -642163,6 +647941,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -642408,6 +648187,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -642858,6 +648638,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -663080,10 +668861,10 @@ paths: tags: - servicePrincipals.servicePrincipal.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. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, 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/serviceprincipal-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: servicePrincipals.delta parameters: - $ref: '#/components/parameters/top' @@ -663103,58 +668884,6 @@ paths: enum: - id - deletedDateTime - - accountEnabled - - addIns - - alternativeNames - - appDescription - - appDisplayName - - appId - - applicationTemplateId - - appOwnerOrganizationId - - appRoleAssignmentRequired - - appRoles - - customSecurityAttributes - - description - - disabledByMicrosoftStatus - - displayName - - homepage - - info - - keyCredentials - - loginUrl - - logoutUrl - - notes - - notificationEmailAddresses - - oauth2PermissionScopes - - passwordCredentials - - preferredSingleSignOnMode - - preferredTokenSigningKeyThumbprint - - replyUrls - - resourceSpecificApplicationPermissions - - samlSingleSignOnSettings - - servicePrincipalNames - - servicePrincipalType - - signInAudience - - tags - - tokenEncryptionKeyId - - verifiedPublisher - - appManagementPolicies - - appRoleAssignedTo - - appRoleAssignments - - claimsMappingPolicies - - createdObjects - - delegatedPermissionClassifications - - endpoints - - federatedIdentityCredentials - - homeRealmDiscoveryPolicies - - memberOf - - oauth2PermissionGrants - - ownedObjects - - owners - - remoteDesktopSecurityConfiguration - - synchronization - - tokenIssuancePolicies - - tokenLifetimePolicies - - transitiveMemberOf type: string - name: $orderby in: query @@ -663170,74 +668899,6 @@ paths: - id desc - deletedDateTime - deletedDateTime desc - - accountEnabled - - accountEnabled desc - - addIns - - addIns desc - - alternativeNames - - alternativeNames desc - - appDescription - - appDescription desc - - appDisplayName - - appDisplayName desc - - appId - - appId desc - - applicationTemplateId - - applicationTemplateId desc - - appOwnerOrganizationId - - appOwnerOrganizationId desc - - appRoleAssignmentRequired - - appRoleAssignmentRequired desc - - appRoles - - appRoles desc - - customSecurityAttributes - - customSecurityAttributes desc - - description - - description desc - - disabledByMicrosoftStatus - - disabledByMicrosoftStatus desc - - displayName - - displayName desc - - homepage - - homepage desc - - info - - info desc - - keyCredentials - - keyCredentials desc - - loginUrl - - loginUrl desc - - logoutUrl - - logoutUrl desc - - notes - - notes desc - - notificationEmailAddresses - - notificationEmailAddresses desc - - oauth2PermissionScopes - - oauth2PermissionScopes desc - - passwordCredentials - - passwordCredentials desc - - preferredSingleSignOnMode - - preferredSingleSignOnMode desc - - preferredTokenSigningKeyThumbprint - - preferredTokenSigningKeyThumbprint desc - - replyUrls - - replyUrls desc - - resourceSpecificApplicationPermissions - - resourceSpecificApplicationPermissions desc - - samlSingleSignOnSettings - - samlSingleSignOnSettings desc - - servicePrincipalNames - - servicePrincipalNames desc - - servicePrincipalType - - servicePrincipalType desc - - signInAudience - - signInAudience desc - - tags - - tags desc - - tokenEncryptionKeyId - - tokenEncryptionKeyId desc - - verifiedPublisher - - verifiedPublisher desc type: string - name: $expand in: query @@ -663250,24 +668911,6 @@ paths: items: enum: - '*' - - appManagementPolicies - - appRoleAssignedTo - - appRoleAssignments - - claimsMappingPolicies - - createdObjects - - delegatedPermissionClassifications - - endpoints - - federatedIdentityCredentials - - homeRealmDiscoveryPolicies - - memberOf - - oauth2PermissionGrants - - ownedObjects - - owners - - remoteDesktopSecurityConfiguration - - synchronization - - tokenIssuancePolicies - - tokenLifetimePolicies - - transitiveMemberOf type: string responses: '200': @@ -663275,7 +668918,7 @@ paths: content: application/json: schema: - title: Collection of servicePrincipal + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -663284,7 +668927,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -663745,6 +669388,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -664786,6 +670430,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -667938,6 +673583,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -668801,6 +674447,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -670102,6 +675749,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -671642,6 +677290,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -672847,6 +678496,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -673994,6 +679644,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -679582,6 +685233,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -680785,6 +686437,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -684466,6 +690119,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -685427,6 +691081,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -686852,6 +692507,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -688536,6 +694192,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -690636,6 +696293,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -691388,6 +697046,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -702980,6 +708639,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -703434,6 +709094,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -705590,6 +711251,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -706044,6 +711706,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -767495,6 +773158,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string - name: $expand in: query @@ -767512,6 +773176,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string responses: '200': @@ -767590,6 +773255,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string - name: $expand in: query @@ -767607,6 +773273,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string responses: '200': @@ -769459,6 +775126,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -770164,6 +775832,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -770616,6 +776285,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -771083,6 +776753,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -771443,6 +777114,552 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.ListSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - description + - description desc + - principalId + - principalId desc + - title + - title desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - principalId + - title + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + default: + $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 sharePointGroups for storage + operationId: storage.fileStorage.containers.CreateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.GetSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - principalId + - title + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property sharePointGroups in storage + operationId: storage.fileStorage.containers.UpdateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.containers.DeleteSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.ListMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - identity + - identity desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - identity + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupMemberCollectionResponse' + default: + $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 members for storage + operationId: storage.fileStorage.containers.sharePointGroups.CreateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.GetMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - identity + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property members in storage + operationId: storage.fileStorage.containers.sharePointGroups.UpdateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.containers.sharePointGroups.DeleteMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.sharePointGroups.members.GetCount-8cdc + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/$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.sharePointGroups.GetCount-c255 + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /storage/fileStorage/containers/$count: description: Provides operations to count the resources in the collection. get: @@ -772287,6 +778504,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string - name: $expand in: query @@ -772304,6 +778522,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string responses: '200': @@ -772378,6 +778597,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string - name: $expand in: query @@ -772395,6 +778615,7 @@ paths: - migrationJobs - permissions - recycleBin + - sharePointGroups type: string responses: '200': @@ -774247,6 +780468,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -774949,6 +781171,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -775401,6 +781624,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -775868,6 +782092,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -776228,6 +782453,552 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.ListSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - description + - description desc + - principalId + - principalId desc + - title + - title desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - principalId + - title + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + default: + $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 sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.CreateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.GetSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - principalId + - title + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property sharePointGroups in storage + operationId: storage.fileStorage.deletedContainers.UpdateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.DeleteSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.ListMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - identity + - identity desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - identity + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointGroupMemberCollectionResponse' + default: + $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 members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.CreateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.GetMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - identity + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property members in storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.UpdateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.DeleteMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.deletedContainers.sharePointGroups.members.GetCount-495f + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/$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.deletedContainers.sharePointGroups.GetCount-f80e + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /storage/fileStorage/deletedContainers/$count: description: Provides operations to count the resources in the collection. get: @@ -777490,6 +784261,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -777508,6 +784280,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -777568,6 +784341,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -777586,6 +784360,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -777703,6 +784478,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -777721,6 +784497,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -777818,6 +784595,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -777836,6 +784614,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -778353,6 +785132,191 @@ paths: - '/teams/{team-id}/members/microsoft.graph.remove' - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/teams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/primaryChannel/enabledApps' + '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/teams/{team-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-6262 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/teams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -781424,6 +788388,73 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -781617,6 +788648,66 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -783547,6 +790638,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -783565,6 +790657,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -783625,6 +790718,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -783643,6 +790737,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -785464,6 +792559,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -785482,6 +792578,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -785857,21 +792954,74 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add' - - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' - - '/teams/{team-id}/members/microsoft.graph.add' - - '/teams/{team-id}/primaryChannel/members/microsoft.graph.add' - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: + - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add' + - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' + - '/teams/{team-id}/members/microsoft.graph.add' + - '/teams/{team-id}/primaryChannel/members/microsoft.graph.add' + '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - teams.channel + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.allMembers.remove + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '200': + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove' + - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' + - '/teams/{team-id}/members/microsoft.graph.remove' + - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/teams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: tags: - teams.channel - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: teams.team.primaryChannel.allMembers.remove + summary: Get enabledApps from teams + operationId: teams.primaryChannel.ListEnabledApps parameters: - name: team-id in: path @@ -785880,44 +793030,155 @@ paths: schema: type: string x-ms-docs-key-type: team - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string responses: '200': - 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' + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove' - - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - - '/teams/{team-id}/members/microsoft.graph.remove' - - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' + - '/teams/{team-id}/channels/{channel-id}/enabledApps' + '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.primaryChannel.GetEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/teams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-412b + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/teams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -788582,6 +795843,66 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -788761,6 +796082,59 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.replyWithQuote + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/teams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -795110,6 +802484,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -795128,6 +802503,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -795218,6 +802594,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -795236,6 +802613,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -795732,6 +803110,187 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/microsoft.graph.remove' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-bbef + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -798700,6 +806259,71 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teamwork.deletedTeam + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -798891,6 +806515,64 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teamwork.deletedTeam + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -803171,6 +810853,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -803311,6 +810995,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -803578,6 +811263,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -807390,6 +815076,8 @@ paths: - displayName desc - model - model desc + - passkeyType + - passkeyType desc type: string - name: $select in: query @@ -807408,6 +815096,7 @@ paths: - attestationLevel - displayName - model + - passkeyType type: string - name: $expand in: query @@ -807470,6 +815159,7 @@ paths: - attestationLevel - displayName - model + - passkeyType type: string - name: $expand in: query @@ -825810,6 +833500,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -826041,6 +833800,68 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -829336,12 +837157,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -829392,9 +837219,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -829553,9 +837383,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -830496,9 +838329,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -830580,12 +838416,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -831004,12 +838846,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -831060,9 +838908,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -831207,9 +839058,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -832038,9 +839892,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -832122,12 +839979,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -832518,12 +840381,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -832574,9 +840443,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -832705,9 +840577,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -833422,9 +841297,12 @@ paths: - otherAddress - parentFolderId - personalNotes + - primaryEmailAddress - profession + - secondaryEmailAddress - spouseName - surname + - tertiaryEmailAddress - title - yomiCompanyName - yomiGivenName @@ -833506,12 +841384,18 @@ paths: - parentFolderId desc - personalNotes - personalNotes desc + - primaryEmailAddress + - primaryEmailAddress desc - profession - profession desc + - secondaryEmailAddress + - secondaryEmailAddress desc - spouseName - spouseName desc - surname - surname desc + - tertiaryEmailAddress + - tertiaryEmailAddress desc - title - title desc - yomiCompanyName @@ -837301,6 +845185,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -840695,6 +848580,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -841185,6 +849071,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -841918,6 +849805,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -843387,6 +851275,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -848680,6 +856569,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -852178,6 +860068,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -853129,6 +861020,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -854598,6 +862490,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -856383,6 +864276,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -860149,6 +868043,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -860604,6 +868499,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -861274,6 +869170,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -862589,6 +870486,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -868456,6 +876354,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -872623,6 +880522,12 @@ paths: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -872656,6 +880561,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}': description: Provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity. @@ -872721,6 +880632,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -872754,6 +880671,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -872785,6 +880708,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. @@ -872841,6 +880770,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. @@ -872898,6 +880833,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/$count': description: Provides operations to count the resources in the collection. @@ -872921,6 +880862,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' '/users/{user-id}/insights/trending': description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: @@ -873312,6 +881259,12 @@ paths: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -873345,6 +881298,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/{usedInsight-id}': description: Provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity. @@ -873407,6 +881366,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -873440,6 +881405,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -873471,6 +881442,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. @@ -873528,6 +881505,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/$count': description: Provides operations to count the resources in the collection. @@ -873551,6 +881534,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' '/users/{user-id}/joinedTeams': description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: @@ -873966,6 +881955,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -873984,6 +881974,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -874051,6 +882042,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -874069,6 +882061,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -874197,6 +882190,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -874215,6 +882209,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -874319,6 +882314,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -874337,6 +882333,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -874917,6 +882914,212 @@ paths: - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-0dff + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/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: @@ -878349,6 +886552,82 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -878594,6 +886873,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -880705,6 +889053,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -880723,6 +889072,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -880790,6 +889140,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -880808,6 +889159,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -882880,6 +891232,7 @@ paths: - tenantId - webUrl - allMembers + - enabledApps - filesFolder - members - messages @@ -882898,6 +891251,7 @@ paths: enum: - '*' - allMembers + - enabledApps - filesFolder - members - messages @@ -883408,6 +891762,191 @@ paths: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - distributionMethod + - distributionMethod desc + - externalId + - externalId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - distributionMethod + - externalId + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-40e4 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -886478,7 +895017,307 @@ paths: - '/users/{user-id}/events/microsoft.graph.delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' + '/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: + - 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.team + summary: Invoke function delta + description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @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: + - 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 + - $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: + enum: + - id + - attachments + - body + - channelIdentity + - chatId + - createdDateTime + - deletedDateTime + - etag + - eventDetail + - from + - importance + - lastEditedDateTime + - lastModifiedDateTime + - locale + - mentions + - messageHistory + - messageType + - policyViolation + - reactions + - replyToId + - subject + - summary + - webUrl + - hostedContents + - replies + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - attachments + - attachments desc + - body + - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc + - createdDateTime + - createdDateTime desc + - deletedDateTime + - deletedDateTime desc + - etag + - etag desc + - eventDetail + - eventDetail desc + - from + - from desc + - importance + - importance desc + - lastEditedDateTime + - lastEditedDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - locale + - locale desc + - mentions + - mentions desc + - messageHistory + - messageHistory desc + - messageType + - messageType desc + - policyViolation + - policyViolation desc + - reactions + - reactions desc + - replyToId + - replyToId desc + - subject + - subject desc + - summary + - summary desc + - webUrl + - webUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContents + - replies + type: string + responses: + '200': + 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' + default: + $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}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' @@ -886490,46 +895329,17 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.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: - - 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 - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()': - description: Provides operations to call the delta method. - get: + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: tags: - users.team - summary: Invoke function delta - description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @odata.deltaLink). For more information, see the delta query documentation.' + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. 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 + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.replyWithQuote parameters: - name: user-id in: path @@ -886545,182 +895355,42 @@ paths: schema: type: string x-ms-docs-key-type: team - - $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: - enum: - - id - - attachments - - body - - channelIdentity - - chatId - - createdDateTime - - deletedDateTime - - etag - - eventDetail - - from - - importance - - lastEditedDateTime - - lastModifiedDateTime - - locale - - mentions - - messageHistory - - messageType - - policyViolation - - reactions - - replyToId - - subject - - summary - - webUrl - - hostedContents - - replies - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - attachments - - attachments desc - - body - - body desc - - channelIdentity - - channelIdentity desc - - chatId - - chatId desc - - createdDateTime - - createdDateTime desc - - deletedDateTime - - deletedDateTime desc - - etag - - etag desc - - eventDetail - - eventDetail desc - - from - - from desc - - importance - - importance desc - - lastEditedDateTime - - lastEditedDateTime desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - locale - - locale desc - - mentions - - mentions desc - - messageHistory - - messageHistory desc - - messageType - - messageType desc - - policyViolation - - policyViolation desc - - reactions - - reactions desc - - replyToId - - replyToId desc - - subject - - subject desc - - summary - - summary desc - - webUrl - - webUrl desc - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - hostedContents - - replies - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true responses: '200': description: Success content: application/json: schema: - title: Collection of chatMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.chatMessage' + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' - - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' - - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' - - '/users/{user-id}/calendar/events/microsoft.graph.delta()' - - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' - - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' - - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' - - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' - - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' - - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' - - '/users/{user-id}/calendarView/microsoft.graph.delta()' - - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' - - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' - - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' - - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' - - '/users/{user-id}/contactFolders/microsoft.graph.delta()' - - '/users/{user-id}/contacts/microsoft.graph.delta()' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' - - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' - - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' - - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' - - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' - - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' - - '/users/{user-id}/events/microsoft.graph.delta()' - - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' - - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - - '/users/{user-id}/messages/microsoft.graph.delta()' - - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - - /users/microsoft.graph.delta() - - /users/microsoft.graph.delta() + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -902149,6 +910819,8 @@ paths: - hireDate desc - identities - identities desc + - identityParentId + - identityParentId desc - imAddresses - imAddresses desc - interests @@ -902289,6 +910961,7 @@ paths: - givenName - hireDate - identities + - identityParentId - imAddresses - interests - isManagementRestricted @@ -927151,6 +935824,7 @@ paths: - id - contributionToContentDiscoveryAsOrganizationDisabled - contributionToContentDiscoveryDisabled + - exchange - itemInsights - shiftPreferences - storage @@ -927168,6 +935842,7 @@ paths: items: enum: - '*' + - exchange - itemInsights - shiftPreferences - storage @@ -927234,6 +935909,56 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/settings/exchange': + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. + get: + tags: + - users.userSettings + summary: Get exchange from users + operationId: users.settings.GetExchange + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - primaryMailboxId + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/users/{user-id}/settings/itemInsights': description: Provides operations to manage the itemInsights property of the microsoft.graph.userSettings entity. get: @@ -934733,10 +943458,10 @@ paths: tags: - users.user.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. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, 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/user-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: users.delta parameters: - $ref: '#/components/parameters/top' @@ -934756,139 +943481,6 @@ paths: enum: - id - deletedDateTime - - aboutMe - - accountEnabled - - ageGroup - - assignedLicenses - - assignedPlans - - authorizationInfo - - birthday - - businessPhones - - city - - companyName - - consentProvidedForMinor - - country - - createdDateTime - - creationType - - customSecurityAttributes - - department - - deviceEnrollmentLimit - - displayName - - employeeHireDate - - employeeId - - employeeLeaveDateTime - - employeeOrgData - - employeeType - - externalUserState - - externalUserStateChangeDateTime - - faxNumber - - givenName - - hireDate - - identities - - imAddresses - - interests - - isManagementRestricted - - isResourceAccount - - jobTitle - - lastPasswordChangeDateTime - - legalAgeGroupClassification - - licenseAssignmentStates - - mail - - mailboxSettings - - mailNickname - - mobilePhone - - mySite - - officeLocation - - onPremisesDistinguishedName - - onPremisesDomainName - - onPremisesExtensionAttributes - - onPremisesImmutableId - - onPremisesLastSyncDateTime - - onPremisesProvisioningErrors - - onPremisesSamAccountName - - onPremisesSecurityIdentifier - - onPremisesSyncEnabled - - onPremisesUserPrincipalName - - otherMails - - passwordPolicies - - passwordProfile - - pastProjects - - postalCode - - preferredDataLocation - - preferredLanguage - - preferredName - - print - - provisionedPlans - - proxyAddresses - - responsibilities - - schools - - securityIdentifier - - serviceProvisioningErrors - - showInAddressList - - signInActivity - - signInSessionsValidFromDateTime - - skills - - state - - streetAddress - - surname - - usageLocation - - userPrincipalName - - userType - - activities - - adhocCalls - - agreementAcceptances - - appRoleAssignments - - authentication - - calendar - - calendarGroups - - calendars - - calendarView - - chats - - cloudClipboard - - cloudPCs - - contactFolders - - contacts - - createdObjects - - dataSecurityAndGovernance - - deviceManagementTroubleshootingEvents - - directReports - - drive - - drives - - employeeExperience - - events - - extensions - - followedSites - - inferenceClassification - - insights - - joinedTeams - - licenseDetails - - mailFolders - - managedAppRegistrations - - managedDevices - - manager - - memberOf - - messages - - oauth2PermissionGrants - - onenote - - onlineMeetings - - onPremisesSyncBehavior - - outlook - - ownedDevices - - ownedObjects - - people - - permissionGrants - - photo - - photos - - planner - - presence - - registeredDevices - - scopedRoleMemberOf - - settings - - solutions - - sponsors - - teamwork - - todo - - transitiveMemberOf type: string - name: $orderby in: query @@ -934904,162 +943496,6 @@ paths: - id desc - deletedDateTime - deletedDateTime desc - - aboutMe - - aboutMe desc - - accountEnabled - - accountEnabled desc - - ageGroup - - ageGroup desc - - assignedLicenses - - assignedLicenses desc - - assignedPlans - - assignedPlans desc - - authorizationInfo - - authorizationInfo desc - - birthday - - birthday desc - - businessPhones - - businessPhones desc - - city - - city desc - - companyName - - companyName desc - - consentProvidedForMinor - - consentProvidedForMinor desc - - country - - country desc - - createdDateTime - - createdDateTime desc - - creationType - - creationType desc - - customSecurityAttributes - - customSecurityAttributes desc - - department - - department desc - - deviceEnrollmentLimit - - deviceEnrollmentLimit desc - - displayName - - displayName desc - - employeeHireDate - - employeeHireDate desc - - employeeId - - employeeId desc - - employeeLeaveDateTime - - employeeLeaveDateTime desc - - employeeOrgData - - employeeOrgData desc - - employeeType - - employeeType desc - - externalUserState - - externalUserState desc - - externalUserStateChangeDateTime - - externalUserStateChangeDateTime desc - - faxNumber - - faxNumber desc - - givenName - - givenName desc - - hireDate - - hireDate desc - - identities - - identities desc - - imAddresses - - imAddresses desc - - interests - - interests desc - - isManagementRestricted - - isManagementRestricted desc - - isResourceAccount - - isResourceAccount desc - - jobTitle - - jobTitle desc - - lastPasswordChangeDateTime - - lastPasswordChangeDateTime desc - - legalAgeGroupClassification - - legalAgeGroupClassification desc - - licenseAssignmentStates - - licenseAssignmentStates desc - - mail - - mail desc - - mailboxSettings - - mailboxSettings desc - - mailNickname - - mailNickname desc - - mobilePhone - - mobilePhone desc - - mySite - - mySite desc - - officeLocation - - officeLocation desc - - onPremisesDistinguishedName - - onPremisesDistinguishedName desc - - onPremisesDomainName - - onPremisesDomainName desc - - onPremisesExtensionAttributes - - onPremisesExtensionAttributes desc - - onPremisesImmutableId - - onPremisesImmutableId desc - - onPremisesLastSyncDateTime - - onPremisesLastSyncDateTime desc - - onPremisesProvisioningErrors - - onPremisesProvisioningErrors desc - - onPremisesSamAccountName - - onPremisesSamAccountName desc - - onPremisesSecurityIdentifier - - onPremisesSecurityIdentifier desc - - onPremisesSyncEnabled - - onPremisesSyncEnabled desc - - onPremisesUserPrincipalName - - onPremisesUserPrincipalName desc - - otherMails - - otherMails desc - - passwordPolicies - - passwordPolicies desc - - passwordProfile - - passwordProfile desc - - pastProjects - - pastProjects desc - - postalCode - - postalCode desc - - preferredDataLocation - - preferredDataLocation desc - - preferredLanguage - - preferredLanguage desc - - preferredName - - preferredName desc - - print - - print desc - - provisionedPlans - - provisionedPlans desc - - proxyAddresses - - proxyAddresses desc - - responsibilities - - responsibilities desc - - schools - - schools desc - - securityIdentifier - - securityIdentifier desc - - serviceProvisioningErrors - - serviceProvisioningErrors desc - - showInAddressList - - showInAddressList desc - - signInActivity - - signInActivity desc - - signInSessionsValidFromDateTime - - signInSessionsValidFromDateTime desc - - skills - - skills desc - - state - - state desc - - streetAddress - - streetAddress desc - - surname - - surname desc - - usageLocation - - usageLocation desc - - userPrincipalName - - userPrincipalName desc - - userType - - userType desc type: string - name: $expand in: query @@ -935072,61 +943508,6 @@ paths: items: enum: - '*' - - activities - - adhocCalls - - agreementAcceptances - - appRoleAssignments - - authentication - - calendar - - calendarGroups - - calendars - - calendarView - - chats - - cloudClipboard - - cloudPCs - - contactFolders - - contacts - - createdObjects - - dataSecurityAndGovernance - - deviceManagementTroubleshootingEvents - - directReports - - drive - - drives - - employeeExperience - - events - - extensions - - followedSites - - inferenceClassification - - insights - - joinedTeams - - licenseDetails - - mailFolders - - managedAppRegistrations - - managedDevices - - manager - - memberOf - - messages - - oauth2PermissionGrants - - onenote - - onlineMeetings - - onPremisesSyncBehavior - - outlook - - ownedDevices - - ownedObjects - - people - - permissionGrants - - photo - - photos - - planner - - presence - - registeredDevices - - scopedRoleMemberOf - - settings - - solutions - - sponsors - - teamwork - - todo - - transitiveMemberOf type: string responses: '200': @@ -935134,7 +943515,7 @@ paths: content: application/json: schema: - title: Collection of user + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -935143,7 +943524,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -936673,6 +945054,13 @@ components: title: admin type: object properties: + configurationManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.configurationManagement' + - type: object + nullable: true + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + x-ms-navigationProperty: true edge: anyOf: - $ref: '#/components/schemas/microsoft.graph.edge' @@ -936834,6 +945222,75 @@ components: displayConcealedNames: type: boolean description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' + microsoft.graph.agentIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentity + type: object + properties: + agentIdentityBlueprintId: + type: string + description: The appId of the agent identity blueprint that defines the configuration for this agent identity. + createdByAppId: + type: string + description: The appId of the application that created this agent identity. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + 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 agent identity was created. Read-only. Inherited from servicePrincipal. + format: date-time + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity. + x-ms-navigationProperty: true + microsoft.graph.agentIdentityBlueprint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.application' + - title: agentIdentityBlueprint + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint. Set internally by Microsoft Entra ID. Read-only. Inherited from application. + nullable: true + inheritablePermissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + description: Defines scopes of a resource application that may be automatically granted to agent identities without additional consent. + x-ms-navigationProperty: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation. + x-ms-navigationProperty: true + microsoft.graph.agentIdentityBlueprintPrincipal: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentityBlueprintPrincipal + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint principal. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint principal. Sponsors are users or service principals who can authorize and manage the lifecycle of agent identity instances. + x-ms-navigationProperty: true + microsoft.graph.agentUser: + allOf: + - $ref: '#/components/schemas/microsoft.graph.user' + - title: agentUser + type: object + description: Represents a Microsoft Entra user account. microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -941026,6 +949483,11 @@ components: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: 'A collection of membership records associated with the channel, including both direct and indirect members of shared channels.' x-ms-navigationProperty: true + enabledApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + x-ms-navigationProperty: true filesFolder: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' @@ -941591,6 +950053,17 @@ components: - type: object nullable: true description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + osVersionNumber: + type: string + description: 'The operating system version of this image. For example, 10.0.22000.296. Read-only.' + nullable: true + sizeInGB: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The size of the image in GB. For example, 64. Read-only.' + format: int32 + nullable: true 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.' @@ -941631,6 +950104,10 @@ components: 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 + osVersionNumber: + type: string + description: 'The operating system version of this gallery image. For example, 10.0.22000.296. 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. @@ -942327,6 +950804,246 @@ components: description: The user-friendly name of the template. scenarios: $ref: '#/components/schemas/microsoft.graph.templateScenarios' + microsoft.graph.configurationBaseline: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationBaseline + type: object + properties: + description: + type: string + description: User-friendly description of the baseline given by the user. + displayName: + type: string + description: User-friendly name given by the user to the baseline. + parameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + description: Collection of parameters attached to the baseline. + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + description: Collection of resources and their properties that are added to the baseline. At least one property of one resource must be present in the baseline. + microsoft.graph.configurationDrift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationDrift + type: object + properties: + baselineResourceDisplayName: + type: string + description: 'Resource instance for which the drift is detected. Supports $filter (eq, ne, startsWith) and $orderby.' + readOnly: true + driftedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + description: Properties within one or more resource instances in which drift is detected. Returned only on $select. + readOnly: true + firstReportedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 drift is first detected. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + resourceInstanceIdentifier: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: 'Resource for which the drift is detected. Supports $filter (eq, ne, startsWith).' + readOnly: true + status: + $ref: '#/components/schemas/microsoft.graph.driftStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + microsoft.graph.configurationManagement: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationManagement + type: object + properties: + configurationDrifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + description: A container for configuration drift resources. + x-ms-navigationProperty: true + configurationMonitoringResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + description: A container for configuration monitoring results resources. + x-ms-navigationProperty: true + configurationMonitors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + description: A container for configuration monitor resources. + x-ms-navigationProperty: true + configurationSnapshotJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + description: A container for snapshot job resources. + x-ms-navigationProperty: true + configurationSnapshots: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + description: A container for configuration snapshot baselines. + x-ms-navigationProperty: true + microsoft.graph.configurationMonitor: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitor + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the monitor given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name given by the user to the monitor. Supports $filter (eq, ne, startsWith) and $orderby.' + inactivationReason: + type: string + description: The reason for the monitor's inactivation. Returned only on $select. + nullable: true + readOnly: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor was last modified. If no modifications are made to the monitor, it''s the same as createdDateTime. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + mode: + $ref: '#/components/schemas/microsoft.graph.monitorMode' + monitorRunFrequencyInHours: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Frequency at which the monitor runs. The default frequency is six hours. Regardless of when you create or update a monitor, it gets triggered within the next 6 hours. Currently, monitors are picked up at fixed times: 6 AM, 12 PM, 6 PM, and 12 AM (all in GMT). For example, if you create a monitor at 9 AM, it gets triggered around 12 PM. If you update a monitor at 4 PM, it gets triggered around 6 PM.' + format: int32 + readOnly: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + - type: object + nullable: true + description: Key-value pairs that contain parameter values which might be used in the baseline. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.monitorStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + baseline: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + microsoft.graph.configurationMonitoringResult: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitoringResult + type: object + properties: + driftsCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Number of drifts observed during a monitor run. Supports $filter (eq, ne, ge, le) and $orderby.' + format: int32 + readOnly: true + errorDetails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' + description: All the error details that prevent the monitor from running successfully. The error details are a contained entity. Returned only on $select. + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + runCompletionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runInitiationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run initiated. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runStatus: + $ref: '#/components/schemas/microsoft.graph.monitorRunStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + microsoft.graph.configurationSnapshotJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationSnapshotJob + 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: 'The date and time when the snapshot job was completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 snapshot job 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the snapshot given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name provided by the user during snapshot creation. Supports $filter (eq, ne, startsWith) and $orderby.' + errorDetails: + type: array + items: + type: string + description: Details of errors related to the reasons why the snapshot can't complete. Returned only on $select. + readOnly: true + resourceLocation: + type: string + description: The URL at which the snapshot file resides. Returned only on $select. + readOnly: true + resources: + type: array + items: + type: string + description: The names of all resources included in the request body by the user who created the snapshot. Fetched by the system. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.snapshotJobStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the snapshot is created. Supports $filter (eq, ne).' + readOnly: true microsoft.graph.connectedOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -942501,10 +951218,22 @@ components: type: string description: The user's notes about the contact. nullable: true + primaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's primary email address. profession: type: string description: The contact's profession. nullable: true + secondaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's secondary email address. spouseName: type: string description: The name of the contact's spouse/partner. @@ -942513,6 +951242,12 @@ components: type: string description: The contact's surname. nullable: true + tertiaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's tertiary email address. title: type: string description: The contact's title. @@ -942961,6 +951696,11 @@ components: - title: crossTenantAccessPolicyConfigurationDefault type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -943007,6 +951747,16 @@ components: type: boolean description: 'If true, the default configuration is set to the system default configuration. If false, the default settings are customized.' nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' @@ -943017,6 +951767,11 @@ components: title: crossTenantAccessPolicyConfigurationPartner type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -943061,6 +951816,16 @@ components: type: boolean description: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantId: type: string description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -948560,6 +957325,11 @@ components: - title: exchangeAdmin type: object properties: + mailboxes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' + x-ms-navigationProperty: true tracing: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageTracingRoot' @@ -948686,6 +957456,15 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' description: A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes. x-ms-navigationProperty: true + microsoft.graph.exchangeSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: exchangeSettings + type: object + properties: + primaryMailboxId: + type: string + nullable: true microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -948857,54 +957636,70 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as 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. + description: The attestation certificate or certificates attached to this passkey. attestationLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' + description: 'The attestation level of this passkey (FIDO2). The possible values are: attested, notAttested, unknownFutureValue.' 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. + description: The manufacturer-assigned model of the FIDO2 passkey. nullable: true + passkeyType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyType' + - type: object + nullable: true + description: 'The type of passkey. The possible values are: deviceBound, synced, unknownFutureValue.' microsoft.graph.fido2AuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: fido2AuthenticationMethodConfiguration type: object properties: + defaultPasskeyProfile: + type: string + description: 'The non-deletable baseline passkey profile, within the passkey profile collection. It''s automatically created when migrating to passkey profiles and initially mirrors the tenant''s legacy global passkey (FIDO2) authentication methods policy settings.' + nullable: true isAttestationEnforced: type: boolean - description: Determines whether attestation must be enforced for FIDO2 security key registration. + description: Determines whether attestation must be enforced for passkey (FIDO2) registration. This property is deprecated and will be removed in October 2027. Use passkeyProfiles property. nullable: true isSelfServiceRegistrationAllowed: type: boolean - description: Determines if users can register new FIDO2 security keys. + description: Determines if users can register new passkeys (FIDO2). 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 (for example, make and model) of the authenticator.' + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. This property is deprecated and will be removed in October 2027. Use the passkeyProfiles property.' includeTargets: type: array items: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true + passkeyProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' + description: A collection of configuration profiles that control the registration of and authentication with passkeys (FIDO2). + x-ms-navigationProperty: true microsoft.graph.fido2CombinationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' @@ -949069,6 +957864,11 @@ components: nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true + sharePointGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + x-ms-navigationProperty: true microsoft.graph.fileStorageContainerType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -950106,6 +958906,19 @@ components: items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' x-ms-navigationProperty: true + microsoft.graph.inheritablePermission: + title: inheritablePermission + type: object + properties: + inheritableScopes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - type: object + nullable: true + description: 'Inheritance configuration for delegated permission scopes published by the resource application. Supports three patterns: allAllowedScopes (inherit all available scopes), enumeratedScopes (inherit only the listed scopes), and noScopes (inherit none). Each pattern exposes a kind discriminator for filtering.' + resourceAppId: + type: string + description: The appId of the resource application that publishes these scopes. Primary key. microsoft.graph.insightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -952279,6 +961092,87 @@ components: recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. + microsoft.graph.mailbox: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: mailbox + type: object + properties: + folders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + microsoft.graph.mailboxFolder: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mailboxFolder + type: object + properties: + childFolderCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + displayName: + type: string + nullable: true + parentFolderId: + type: string + nullable: true + totalItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + type: + type: string + nullable: true + childFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true + microsoft.graph.mailboxItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: mailboxItem + type: object + properties: + size: + type: number + format: int64 + nullable: true + type: + type: string + nullable: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true microsoft.graph.mailboxProtectionRule: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' @@ -955354,6 +964248,23 @@ components: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' - title: onOtpSendCustomExtension type: object + microsoft.graph.onPasswordSubmitCustomExtension: + allOf: + - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + - title: onPasswordSubmitCustomExtension + type: object + microsoft.graph.onPasswordSubmitListener: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' + - title: onPasswordSubmitListener + type: object + properties: + handler: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - type: object + nullable: true + description: 'Configuration for the handler to invoke when this listener is triggered. For JIT migration scenarios, this is typically an onPasswordMigrationCustomExtensionHandler.' microsoft.graph.onPremisesConditionalAccessSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -956050,6 +964961,44 @@ components: nullable: true description: Represents billing details for billed and unbilled data. x-ms-navigationProperty: true + microsoft.graph.passkeyAuthenticationMethodTarget: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + - title: passkeyAuthenticationMethodTarget + type: object + properties: + allowedPasskeyProfiles: + 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: List of passkey profiles scoped to the targets. Required. + microsoft.graph.passkeyProfile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: passkeyProfile + type: object + properties: + attestationEnforcement: + $ref: '#/components/schemas/microsoft.graph.attestationEnforcement' + keyRestrictions: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fido2KeyRestrictions' + - type: object + nullable: true + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. Required.' + name: + type: string + description: Name of the passkey profile. Required. + nullable: true + passkeyTypes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyTypes' + - type: object + nullable: true + description: 'Specifies which types of passkeys are targeted in this passkey profile. Required. The possible values are: deviceBound, synced, unknownFutureValue.' microsoft.graph.passwordAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -956204,6 +965153,12 @@ components: $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 + profileSources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' + description: A collection of profile source settings configured by an administrator in an organization. + x-ms-navigationProperty: true pronouns: anyOf: - $ref: '#/components/schemas/microsoft.graph.pronounsSettings' @@ -958121,6 +967076,33 @@ components: description: The width of the photo. Read-only. format: int32 nullable: true + microsoft.graph.profileSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: profileSource + type: object + properties: + displayName: + type: string + description: Name of the profile source intended to inform users about the profile source name. + nullable: true + kind: + type: string + description: Type of the profile source. + nullable: true + localizations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' + description: Alternative localized labels specified by an administrator. + sourceId: + type: string + description: Profile source identifier used as an alternate key. + nullable: true + webUrl: + type: string + description: Web URL of the profile source that directs users to the page view of the profile data. + nullable: true microsoft.graph.pronounsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -961325,6 +970307,36 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.sharePointGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroup + type: object + properties: + description: + type: string + nullable: true + principalId: + type: string + nullable: true + title: + type: string + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + x-ms-navigationProperty: true + microsoft.graph.sharePointGroupMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroupMember + type: object + properties: + identity: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' + - type: object + nullable: true microsoft.graph.sharePointMigrationEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -965559,6 +974571,9 @@ components: 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.' + identityParentId: + type: string + nullable: true imAddresses: type: array items: @@ -967659,6 +976674,12 @@ components: 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 work or school is affected. Users can control this setting in Office Delve.' + exchange: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + - type: object + nullable: true + x-ms-navigationProperty: true itemInsights: anyOf: - $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' @@ -972291,6 +981312,10 @@ components: - type: object nullable: true description: Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings. + certificateAuthorityScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' certificateUserBindings: type: array items: @@ -972298,6 +981323,11 @@ components: 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. crlValidationConfiguration: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfiguration' + issuerHintsConfiguration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsConfiguration' + - type: object + nullable: true includeTargets: type: array items: @@ -973284,6 +982314,11 @@ components: type: string description: Value of the property serving as a detection trigger. nullable: true + microsoft.graph.allAllowedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: allAllowedScopes + type: object microsoft.graph.allDeviceRegistrationMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' @@ -974858,6 +983893,31 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.baselineParameter: + title: baselineParameter + type: object + properties: + description: + type: string + description: User-friendly description of the parameter. + nullable: true + displayName: + type: string + description: Parameter names such as FQDN and Tenant ID. + parameterType: + $ref: '#/components/schemas/microsoft.graph.baselineParameterType' + microsoft.graph.baselineResource: + title: baselineResource + type: object + properties: + displayName: + type: string + description: Unique name of the resource. + properties: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: Name of the resource type. microsoft.graph.basicAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -977404,6 +986464,15 @@ components: type: string description: The ID of the Microsoft Entra tenant. Read only. nullable: true + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + title: crossTenantAccessPolicyAppServiceConnectSetting + type: object + properties: + applications: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true microsoft.graph.crossTenantAccessPolicyB2BSetting: title: crossTenantAccessPolicyB2BSetting type: object @@ -977436,6 +986505,24 @@ components: type: boolean description: Specifies whether MFA from external Microsoft Entra organizations is trusted. nullable: true + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + title: crossTenantAccessPolicyM365CollaborationInboundSetting + type: object + properties: + users: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + title: crossTenantAccessPolicyM365CollaborationOutboundSetting + type: object + properties: + usersAndGroups: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true microsoft.graph.crossTenantAccessPolicyTarget: title: crossTenantAccessPolicyTarget type: object @@ -978795,6 +987882,28 @@ components: 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 + microsoft.graph.driftedProperty: + title: driftedProperty + type: object + properties: + currentValue: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true + description: The current value of the property. + readOnly: true + desiredValue: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true + description: The desired value of the property as specified by admins in the baseline of the monitor body. + readOnly: true + propertyName: + type: string + description: The name of the property. + readOnly: true microsoft.graph.driveItemSource: title: driveItemSource type: object @@ -979625,6 +988734,33 @@ components: items: type: string nullable: true + microsoft.graph.enumeratedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: enumeratedScopes + type: object + properties: + scopes: + type: array + items: + type: string + description: Required. Nonempty list of delegated permission scope identifiers published by the resource application to inherit. Entries must be unique and must not include any globally blocked scopes. + microsoft.graph.errorDetail: + title: errorDetail + type: object + properties: + errorMessage: + type: string + description: The message that describes the error to help the admin take action. + readOnly: true + resourceInstanceName: + type: string + description: The resource type identifier. + readOnly: true + resourceType: + type: string + description: Name of the resource type. + readOnly: true microsoft.graph.eventMessageDetail: title: eventMessageDetail type: object @@ -979665,6 +988801,25 @@ components: - type: object nullable: true description: 'The requestor''s desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration.' + microsoft.graph.exportItemResponse: + title: exportItemResponse + type: object + properties: + changeKey: + type: string + nullable: true + data: + type: string + format: base64url + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.mailTipsError' + - type: object + nullable: true + itemId: + type: string + nullable: true microsoft.graph.expressionInputObject: title: expressionInputObject type: object @@ -980482,6 +989637,14 @@ components: - $ref: '#/components/schemas/microsoft.graph.accountTargetContent' - title: includeAllAccountTargetContent type: object + microsoft.graph.includeTarget: + title: includeTarget + type: object + properties: + id: + type: string + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' microsoft.graph.incomingCallOptions: allOf: - $ref: '#/components/schemas/microsoft.graph.callOptions' @@ -980549,6 +989712,12 @@ components: type: string description: 'Link to the application''s terms of service statement. For example, https://www.contoso.com/app/termsofservice' nullable: true + microsoft.graph.inheritableScopes: + title: inheritableScopes + type: object + properties: + kind: + $ref: '#/components/schemas/microsoft.graph.scopeCollectionKind' microsoft.graph.initiator: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -981654,6 +990823,18 @@ components: type: string description: The unique identifier of the mailbox in the external directory (such as Microsoft Entra). nullable: true + microsoft.graph.mailboxItemImportSession: + title: mailboxItemImportSession + 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 + format: date-time + nullable: true + importUrl: + type: string + nullable: true microsoft.graph.mailboxSettings: title: mailboxSettings type: object @@ -982827,6 +992008,11 @@ components: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - title: noDeviceRegistrationMembership type: object + microsoft.graph.noScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: noScopes + type: object microsoft.graph.notebookLinks: title: notebookLinks type: object @@ -983417,6 +992603,30 @@ components: microsoft.graph.onOtpSendHandler: title: onOtpSendHandler type: object + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - title: onPasswordMigrationCustomExtensionHandler + type: object + properties: + configuration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration' + - type: object + nullable: true + description: 'Configuration that overrides the default settings from the referenced custom extension, such as timeout and retry values. Optional.' + migrationPropertyId: + type: string + description: 'The name of the custom extension attribute that indicates whether a user requires migration. This property must reference a valid custom attribute on the user object (for example, extensionrequiresMigration). Required.' + customExtension: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.onPasswordSubmitHandler: + title: onPasswordSubmitHandler + type: object microsoft.graph.onPremisesAccidentalDeletionPrevention: title: onPremisesAccidentalDeletionPrevention type: object @@ -983653,6 +992863,11 @@ components: microsoft.graph.onUserCreateStartHandler: title: onUserCreateStartHandler type: object + microsoft.graph.openComplexDictionaryType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.Dictionary' + - title: openComplexDictionaryType + type: object microsoft.graph.openIdConnectSetting: title: openIdConnectSetting type: object @@ -985584,6 +994799,22 @@ components: 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.''' + microsoft.graph.profileSourceLocalization: + title: profileSourceLocalization + type: object + properties: + displayName: + type: string + description: Localized display name. + nullable: true + languageTag: + type: string + description: Language locale. + nullable: true + webUrl: + type: string + description: Localized profile source URL. + nullable: true microsoft.graph.prompt: title: prompt type: object @@ -987977,6 +997208,18 @@ components: format: int32 nullable: true description: SharedPC Account Manager Policy. Only applies when the account manager is enabled. + microsoft.graph.sharePointGroupIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: sharePointGroupIdentity + type: object + properties: + principalId: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.sharePointIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -987999,6 +997242,11 @@ components: - type: object nullable: true description: The group associated with this action. Optional. + sharePointGroup: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointGroupIdentity' + - type: object + nullable: true siteGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentity' @@ -992591,6 +1001839,20 @@ components: - $ref: '#/components/schemas/microsoft.graph.x509CertificateAffinityLevel' - type: object nullable: true + microsoft.graph.x509CertificateAuthorityScope: + title: x509CertificateAuthorityScope + type: object + properties: + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' + publicKeyInfrastructureIdentifier: + type: string + nullable: true + subjectKeyIdentifier: + type: string + nullable: true microsoft.graph.x509CertificateCRLValidationConfiguration: title: x509CertificateCRLValidationConfiguration type: object @@ -992603,6 +1001865,15 @@ components: description: Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a hexadecimal string. state: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfigurationState' + microsoft.graph.x509CertificateIssuerHintsConfiguration: + title: x509CertificateIssuerHintsConfiguration + type: object + properties: + state: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsState' + - type: object + nullable: true microsoft.graph.x509CertificateRule: title: x509CertificateRule type: object @@ -993372,6 +1002643,13 @@ components: - optional - resource type: string + microsoft.graph.attestationEnforcement: + title: attestationEnforcement + enum: + - disabled + - registrationOnly + - unknownFutureValue + type: string microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -993665,6 +1002943,21 @@ components: - unknownFutureValue - qrCodePin type: string + microsoft.graph.baselineParameterType: + title: baselineParameterType + enum: + - string + - integer + - boolean + - unknownFutureValue + type: string + x-ms-enum: + name: baselineParameterType + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.binaryOperator: title: binaryOperator enum: @@ -995839,6 +1005132,20 @@ components: - sPSharingGenerateIncidentReport - restrictWebGrounding type: string + microsoft.graph.driftStatus: + title: driftStatus + enum: + - active + - fixed + - unknownFutureValue + type: string + x-ms-enum: + name: driftStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.driveItemSourceApplication: title: driveItemSourceApplication enum: @@ -997762,6 +1007069,48 @@ components: - data - unknownFutureValue type: string + microsoft.graph.monitorMode: + title: monitorMode + enum: + - monitorOnly + - unknownFutureValue + type: string + x-ms-enum: + name: monitorMode + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorRunStatus: + title: monitorRunStatus + enum: + - successful + - partiallySuccessful + - failed + - unknownFutureValue + type: string + x-ms-enum: + name: monitorRunStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorStatus: + title: monitorStatus + enum: + - active + - inactive + - unknownFutureValue + type: string + x-ms-enum: + name: monitorStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.multiFactorAuthConfiguration: title: multiFactorAuthConfiguration enum: @@ -998121,6 +1007470,22 @@ components: - valueAddedResellerPartnerDelegatedAdmin - unknownFutureValue type: string + microsoft.graph.passkeyType: + title: passkeyType + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + microsoft.graph.passkeyTypes: + title: passkeyTypes + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.payloadBrand: title: payloadBrand enum: @@ -1000774,6 +1010139,15 @@ components: - selfRenew - unknownFutureValue type: string + microsoft.graph.scopeCollectionKind: + title: scopeCollectionKind + enum: + - allAllowed + - enumerated + - none + - scopeKindNotSet + - unknownFutureValue + type: string microsoft.graph.scopeOperatorMultiValuedComparisonType: title: scopeOperatorMultiValuedComparisonType enum: @@ -1001179,6 +1010553,23 @@ components: - value: high description: High. name: high + microsoft.graph.snapshotJobStatus: + title: snapshotJobStatus + enum: + - notStarted + - running + - succeeded + - failed + - partiallySuccessful + - unknownFutureValue + type: string + x-ms-enum: + name: snapshotJobStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.socialIdentitySourceType: title: socialIdentitySourceType enum: @@ -1003754,6 +1013145,13 @@ components: - enabled - unknownFutureValue type: string + microsoft.graph.x509CertificateIssuerHintsState: + title: x509CertificateIssuerHintsState + enum: + - disabled + - enabled + - unknownFutureValue + type: string microsoft.graph.x509CertificateRuleType: title: x509CertificateRuleType enum: @@ -1005129,6 +1014527,8 @@ components: type: string description: The Teams app ID. Optional. nullable: true + contentCategory: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.contentCategory' description: type: string description: Description of the connection displayed in the Microsoft 365 admin center. Optional. @@ -1005321,6 +1014721,31 @@ components: - type: object nullable: true description: Configurations to match and resolve URL. + microsoft.graph.externalConnectors.principal: + title: principal + type: object + properties: + email: + type: string + nullable: true + entraDisplayName: + type: string + nullable: true + entraId: + type: string + nullable: true + externalId: + type: string + nullable: true + externalName: + type: string + nullable: true + tenantId: + type: string + nullable: true + upn: + type: string + nullable: true microsoft.graph.externalConnectors.properties: title: properties type: object @@ -1005334,6 +1014759,10 @@ components: type: string nullable: true description: 'A set of aliases or a friendly name for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, '', '', <, >, `, ^. Optional.' + description: + type: string + description: 'Specifies a human-readable description that explains the purpose, usage, or guidance related to the property. This property enhances semantic understanding by helping Copilot interpret queries and accurately map them to properties that results in more relevant and precise responses. Optional but we recommend that you use this property for queryable properties. The maximum supported length is 200 characters.' + nullable: true isQueryable: type: boolean description: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. @@ -1005448,6 +1014877,25 @@ components: - limitExceeded - unknownFutureValue type: string + microsoft.graph.externalConnectors.contentCategory: + title: contentCategory + enum: + - uncategorized + - knowledgeBase + - wikis + - fileRepository + - qna + - crm + - dashboard + - people + - media + - email + - messaging + - meetingTranscripts + - taskManagement + - learningManagement + - unknownFutureValue + type: string microsoft.graph.externalConnectors.externalActivityType: title: externalActivityType enum: @@ -1005485,7 +1014933,45 @@ components: - fileName - fileExtension - unknownFutureValue + - containerName + - containerUrl - iconUrl + - assignedToPeople + - closedBy + - closedDate + - priority + - sprintName + - tags + - severity + - state + - dueDate + - itemParentId + - itemPath + - itemType + - numberOfReactions + - parentUrl + - priorityNormalized + - reportedBy + - secondaryId + - personEmails + - personAddresses + - personAnniversaries + - personName + - personNote + - personPhones + - personCurrentPosition + - personWebAccounts + - personWebSite + - personSkills + - personProjects + - personAccount + - personAwards + - personCertifications + - personAssistants + - personColleagues + - personManager + - personAlternateContacts + - personEmergencyContacts type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -1005500,6 +1014986,8 @@ components: - doubleCollection - dateTimeCollection - unknownFutureValue + - principal + - principalCollection type: string microsoft.graph.externalConnectors.ruleOperation: title: ruleOperation @@ -1013152,6 +1022640,85 @@ components: - clientUpdateProhibited - unknownFutureValue type: string + microsoft.graph.teamsAdministration.numberAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: numberAssignment + type: object + properties: + activationState: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.activationState' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + description: 'Contains the assignment category such as Primary or Private. The possible values are: primary, private, alternate, unknownFutureValue.' + assignmentStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentStatus' + - type: object + nullable: true + description: 'The assignment status of the phone number. The possible values are: unassigned, internalError, userAssigned, conferenceAssigned, voiceApplicationAssigned, thirdPartyAppAssigned, policyAssigned, unknownFutureValue.' + assignmentTargetId: + type: string + description: 'The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account, or the policy instance ID of a Teams shared calling routing policy instance.' + nullable: true + capabilities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberCapability' + description: The list of capabilities assigned to the phone number. + city: + type: string + description: The city where the phone number is located or associated with. + nullable: true + civicAddressId: + type: string + description: The ID of the civic address assigned to the phone number. + nullable: true + isoCountryCode: + type: string + description: The ISO country code assigned to the phone number. + nullable: true + locationId: + type: string + description: The ID of the location assigned to the phone number. + nullable: true + networkSiteId: + type: string + description: This property is reserved for internal Microsoft use. + nullable: true + numberSource: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberSource' + - type: object + nullable: true + description: 'The source of the phone number. online is used for phone numbers assigned in Microsoft 365, and onPremises is used for phone numbers assigned in AD on-premises, which are synchronized into Microsoft 365. The possible values are: online, onPremises, unknownFutureValue.' + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + operatorId: + type: string + description: The ID of the operator. + portInStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.portInStatus' + - type: object + nullable: true + description: 'The status of any port in order covering the phone number. The possible values are: completed, firmOrderCommitmentAccepted, unknownFutureValue.' + reverseNumberLookupOptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.reverseNumberLookupOption' + description: 'Status of Reverse Number Lookup (RNL). If set to skipInternalVoip, calls are routed through the external Public Switched Telephone Network (PSTN) instead of using internal VoIP resolution.' + supportedCustomerActions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.customerAction' + description: Indicates what customer actions are available to modify the number. + telephoneNumber: + type: string + description: 'The telephone number in the record. The recorded telephone number is always displayed with a ''+'' prefix, regardless of whether it was originally assigned with one.' microsoft.graph.teamsAdministration.policyIdentifierDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1013177,6 +1022744,13 @@ components: nullable: true description: Represents a navigation property to the Teams policy assignment object. x-ms-navigationProperty: true + telephoneNumberManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + - type: object + nullable: true + description: Represents a collection of available telephone number management operations. + x-ms-navigationProperty: true userConfigurations: type: array items: @@ -1013262,6 +1022836,40 @@ components: nullable: true description: Represents an Entra user account. x-ms-navigationProperty: true + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberLongRunningOperation + type: object + properties: + createdDateTime: + type: string + description: Date and time when the asynchronous operation was created. + numbers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' + description: Asynchronous operation details. + status: + $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberManagementRoot + type: object + properties: + numberAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + description: Represents a collection of synchronous telephone number management operations. + x-ms-navigationProperty: true + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + description: Represents a collection of asynchronous telephone number management operations. + x-ms-navigationProperty: true microsoft.graph.teamsAdministration.assignedTelephoneNumber: title: assignedTelephoneNumber type: object @@ -1013296,6 +1022904,24 @@ components: policyId: type: string description: Represents the unique identifier for the policy. + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + title: telephoneNumberLongRunningOperationDetails + type: object + properties: + resourceLocation: + type: string + description: Location of the asynchronous operation. It includes the operation identifier. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + - type: object + nullable: true + description: 'status of the asynchronous operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.' + statusDetail: + type: string + description: Indicates the asynchronous operation details. + nullable: true microsoft.graph.teamsAdministration.accountType: title: accountType enum: @@ -1013307,6 +1022933,16 @@ components: - unknownFutureValue - ineligibleUser type: string + microsoft.graph.teamsAdministration.activationState: + title: activationState + enum: + - activated + - assignmentPending + - assignmentFailed + - updatePending + - updateFailed + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentCategory: title: assignmentCategory enum: @@ -1013315,6 +1022951,18 @@ components: - alternate - unknownFutureValue type: string + microsoft.graph.teamsAdministration.assignmentStatus: + title: assignmentStatus + enum: + - unassigned + - internalError + - userAssigned + - conferenceAssigned + - voiceApplicationAssigned + - thirdPartyAppAssigned + - policyAssigned + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentType: title: assignmentType enum: @@ -1013322,6 +1022970,51 @@ components: - group - unknownFutureValue type: string + microsoft.graph.teamsAdministration.customerAction: + title: customerAction + enum: + - locationUpdate + - release + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberCapability: + title: numberCapability + enum: + - conferenceAssignment + - voiceApplicationAssignment + - userAssignment + - teamsPhoneMobile + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberSource: + title: numberSource + enum: + - online + - onPremises + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberType: + title: numberType + enum: + - internalError + - directRouting + - callingPlan + - operatorConnect + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.portInStatus: + title: portInStatus + enum: + - completed + - firmOrderCommitmentAccepted + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.reverseNumberLookupOption: + title: reverseNumberLookupOption + enum: + - skipInternalVoip + - unknownFutureValue + type: string microsoft.graph.termStore.group: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1014287,6 +1023980,314 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' + microsoft.graph.appManagementPolicyCollectionResponse: + title: Collection of appManagementPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + microsoft.graph.appRoleAssignmentCollectionResponse: + title: Collection of appRoleAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + microsoft.graph.claimsMappingPolicyCollectionResponse: + title: Collection of claimsMappingPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + title: Collection of delegatedPermissionClassification + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + microsoft.graph.endpointCollectionResponse: + title: Collection of endpoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.endpoint' + microsoft.graph.federatedIdentityCredentialCollectionResponse: + title: Collection of federatedIdentityCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + title: Collection of homeRealmDiscoveryPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + microsoft.graph.tokenIssuancePolicyCollectionResponse: + title: Collection of tokenIssuancePolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' + microsoft.graph.tokenLifetimePolicyCollectionResponse: + title: Collection of tokenLifetimePolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + microsoft.graph.extensionPropertyCollectionResponse: + title: Collection of extensionProperty + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' + microsoft.graph.inheritablePermissionCollectionResponse: + title: Collection of inheritablePermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + microsoft.graph.userActivityCollectionResponse: + title: Collection of userActivity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + microsoft.graph.adhocCallCollectionResponse: + title: Collection of adhocCall + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + microsoft.graph.calendarGroupCollectionResponse: + title: Collection of calendarGroup + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + microsoft.graph.calendarCollectionResponse: + title: Collection of calendar + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendar' + microsoft.graph.eventCollectionResponse: + title: Collection of event + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + microsoft.graph.cloudPCCollectionResponse: + title: Collection of cloudPC + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + microsoft.graph.contactFolderCollectionResponse: + title: Collection of contactFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contactFolder' + microsoft.graph.contactCollectionResponse: + title: Collection of contact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contact' + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + title: Collection of deviceManagementTroubleshootingEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + microsoft.graph.licenseDetailsCollectionResponse: + title: Collection of licenseDetails + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' + microsoft.graph.mailFolderCollectionResponse: + title: Collection of mailFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailFolder' + microsoft.graph.managedAppRegistrationCollectionResponse: + title: Collection of managedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + microsoft.graph.managedDeviceCollectionResponse: + title: Collection of managedDevice + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + microsoft.graph.messageCollectionResponse: + title: Collection of message + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.message' + microsoft.graph.onlineMeetingCollectionResponse: + title: Collection of onlineMeeting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + microsoft.graph.personCollectionResponse: + title: Collection of person + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.person' + microsoft.graph.profilePhotoCollectionResponse: + title: Collection of profilePhoto + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' microsoft.graph.agreementFileLocalizationCollectionResponse: title: Collection of agreementFileLocalization type: object @@ -1014529,72 +1024530,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' - microsoft.graph.appManagementPolicyCollectionResponse: - title: Collection of appManagementPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' - microsoft.graph.extensionPropertyCollectionResponse: - title: Collection of extensionProperty - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extensionProperty' - microsoft.graph.federatedIdentityCredentialCollectionResponse: - title: Collection of federatedIdentityCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - title: Collection of homeRealmDiscoveryPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - microsoft.graph.tokenIssuancePolicyCollectionResponse: - title: Collection of tokenIssuancePolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - microsoft.graph.tokenLifetimePolicyCollectionResponse: - title: Collection of tokenLifetimePolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' microsoft.graph.approvalStageCollectionResponse: title: Collection of approvalStage type: object @@ -1015288,17 +1025223,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarPermission' - microsoft.graph.eventCollectionResponse: - title: Collection of event - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.event' microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: title: Collection of multiValueLegacyExtendedProperty type: object @@ -1015321,17 +1025245,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' - microsoft.graph.calendarCollectionResponse: - title: Collection of calendar - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendar' microsoft.graph.attachmentCollectionResponse: title: Collection of attachment type: object @@ -1015497,17 +1025410,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' - microsoft.graph.adhocCallCollectionResponse: - title: Collection of adhocCall - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.adhocCall' microsoft.graph.callRecords.callRecordCollectionResponse: title: Collection of callRecord type: object @@ -1015541,17 +1025443,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation' - microsoft.graph.onlineMeetingCollectionResponse: - title: Collection of onlineMeeting - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onlineMeeting' microsoft.graph.presenceCollectionResponse: title: Collection of presence type: object @@ -1015629,8 +1025520,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' - microsoft.graph.contactFolderCollectionResponse: - title: Collection of contactFolder + microsoft.graph.configurationDriftCollectionResponse: + title: Collection of configurationDrift type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1015639,9 +1025530,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contactFolder' - microsoft.graph.contactCollectionResponse: - title: Collection of contact + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + microsoft.graph.configurationMonitoringResultCollectionResponse: + title: Collection of configurationMonitoringResult type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1015650,7 +1025541,40 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contact' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + microsoft.graph.configurationMonitorCollectionResponse: + title: Collection of configurationMonitor + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + microsoft.graph.configurationSnapshotJobCollectionResponse: + title: Collection of configurationSnapshotJob + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + microsoft.graph.configurationBaselineCollectionResponse: + title: Collection of configurationBaseline + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' microsoft.graph.contentTypeCollectionResponse: title: Collection of contentType type: object @@ -1015816,17 +1025740,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.channel' - microsoft.graph.managedDeviceCollectionResponse: - title: Collection of managedDevice - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedDevice' microsoft.graph.roleAssignmentCollectionResponse: title: Collection of roleAssignment type: object @@ -1015871,17 +1025784,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' - microsoft.graph.managedAppRegistrationCollectionResponse: - title: Collection of managedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' microsoft.graph.managedAppStatusCollectionResponse: title: Collection of managedAppStatus type: object @@ -1016234,17 +1026136,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - title: Collection of deviceManagementTroubleshootingEvent - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: title: Collection of userExperienceAnalyticsAppHealthApplicationPerformance type: object @@ -1016993,6 +1026884,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' + microsoft.graph.mailboxCollectionResponse: + title: Collection of mailbox + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: title: Collection of granularMailboxRestoreArtifact type: object @@ -1017026,6 +1026928,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + title: Collection of passkeyAuthenticationMethodTarget + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' + microsoft.graph.passkeyProfileCollectionResponse: + title: Collection of passkeyProfile + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -1017070,8 +1026994,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: - title: Collection of fileStorageContainerTypeAppPermissionGrant + microsoft.graph.sharePointGroupCollectionResponse: + title: Collection of sharePointGroup type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1017080,9 +1027004,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' - microsoft.graph.appRoleAssignmentCollectionResponse: - title: Collection of appRoleAssignment + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1017091,7 +1027015,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' microsoft.graph.conversationCollectionResponse: title: Collection of conversation type: object @@ -1017103,17 +1027027,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conversation' - microsoft.graph.profilePhotoCollectionResponse: - title: Collection of profilePhoto - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' microsoft.graph.horizontalSectionColumnCollectionResponse: title: Collection of horizontalSectionColumn type: object @@ -1017499,8 +1027412,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - microsoft.graph.mailFolderCollectionResponse: - title: Collection of mailFolder + microsoft.graph.mailboxFolderCollectionResponse: + title: Collection of mailboxFolder type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1017509,9 +1027422,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - microsoft.graph.messageRuleCollectionResponse: - title: Collection of messageRule + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + microsoft.graph.mailboxItemCollectionResponse: + title: Collection of mailboxItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1017520,9 +1027433,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.messageRule' - microsoft.graph.messageCollectionResponse: - title: Collection of message + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + microsoft.graph.messageRuleCollectionResponse: + title: Collection of messageRule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1017531,7 +1027444,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.message' + $ref: '#/components/schemas/microsoft.graph.messageRule' microsoft.graph.deviceCompliancePolicyStateCollectionResponse: title: Collection of deviceCompliancePolicyState type: object @@ -1017796,6 +1027709,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' + microsoft.graph.profileSourceCollectionResponse: + title: Collection of profileSource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' microsoft.graph.permissionGrantConditionSetCollectionResponse: title: Collection of permissionGrantConditionSet type: object @@ -1017851,17 +1027775,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' - microsoft.graph.claimsMappingPolicyCollectionResponse: - title: Collection of claimsMappingPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' microsoft.graph.featureRolloutPolicyCollectionResponse: title: Collection of featureRolloutPolicy type: object @@ -1018632,19 +1028545,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - title: Collection of delegatedPermissionClassification - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' - microsoft.graph.endpointCollectionResponse: - title: Collection of endpoint + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + title: Collection of serviceAnnouncementAttachment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1018653,9 +1028555,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.endpoint' - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: - title: Collection of serviceAnnouncementAttachment + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + microsoft.graph.sharePointGroupMemberCollectionResponse: + title: Collection of sharePointGroupMember type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -1018664,7 +1028566,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' microsoft.graph.sharePointMigrationEventCollectionResponse: title: Collection of sharePointMigrationEvent type: object @@ -1019061,61 +1028963,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' - microsoft.graph.userActivityCollectionResponse: - title: Collection of userActivity - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.userActivity' - microsoft.graph.calendarGroupCollectionResponse: - title: Collection of calendarGroup - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' - microsoft.graph.cloudPCCollectionResponse: - title: Collection of cloudPC - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - microsoft.graph.licenseDetailsCollectionResponse: - title: Collection of licenseDetails - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseDetails' - microsoft.graph.personCollectionResponse: - title: Collection of person - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.person' microsoft.graph.activityHistoryItemCollectionResponse: title: Collection of activityHistoryItem type: object @@ -1020304,6 +1030151,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + title: Collection of numberAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + title: Collection of telephoneNumberLongRunningOperation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' microsoft.graph.termStore.setCollectionResponse: title: Collection of set type: object @@ -1020348,6 +1030217,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.termStore.group' + microsoft.graph.agentIdentityBlueprintCollectionResponse: + title: Collection of agentIdentityBlueprint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprint' microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: title: Collection of emailAuthenticationMethodConfiguration type: object @@ -1020535,6 +1030415,39 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' + microsoft.graph.agentIdentityCollectionResponse: + title: Collection of agentIdentity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentity' + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + title: Collection of agentIdentityBlueprintPrincipal + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal' + microsoft.graph.agentUserCollectionResponse: + title: Collection of agentUser + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentUser' microsoft.graph.domainDnsCnameRecordCollectionResponse: title: Collection of domainDnsCnameRecord type: object @@ -1020722,6 +1030635,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onOtpSendCustomExtension' + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + title: Collection of onPasswordSubmitCustomExtension + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: title: Collection of onTokenIssuanceStartCustomExtension type: object @@ -1020766,6 +1030690,94 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openTypeExtension' + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + title: Collection of enrollmentTroubleshootingEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' + microsoft.graph.mailSearchFolderCollectionResponse: + title: Collection of mailSearchFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + title: Collection of androidManagedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + title: Collection of iosManagedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' + microsoft.graph.calendarSharingMessageCollectionResponse: + title: Collection of calendarSharingMessage + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' + microsoft.graph.eventMessageCollectionResponse: + title: Collection of eventMessage + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessage' + microsoft.graph.eventMessageRequestCollectionResponse: + title: Collection of eventMessageRequest + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' + microsoft.graph.eventMessageResponseCollectionResponse: + title: Collection of eventMessageResponse + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.managedAppConfigurationCollectionResponse: title: Collection of managedAppConfiguration type: object @@ -1021206,28 +1031218,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResult' - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - title: Collection of androidManagedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - title: Collection of iosManagedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' microsoft.graph.managedAppStatusRawCollectionResponse: title: Collection of managedAppStatusRaw type: object @@ -1021976,17 +1031966,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition' - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - title: Collection of enrollmentTroubleshootingEvent - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' microsoft.graph.educationFeedbackOutcomeCollectionResponse: title: Collection of educationFeedbackOutcome type: object @@ -1022185,6 +1032164,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + title: Collection of onPasswordSubmitListener + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListener' microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: title: Collection of onTokenIssuanceStartListener type: object @@ -1022295,61 +1032285,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosVppEBookAssignment' - microsoft.graph.mailSearchFolderCollectionResponse: - title: Collection of mailSearchFolder - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' - microsoft.graph.calendarSharingMessageCollectionResponse: - title: Collection of calendarSharingMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' - microsoft.graph.eventMessageCollectionResponse: - title: Collection of eventMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessage' - microsoft.graph.eventMessageRequestCollectionResponse: - title: Collection of eventMessageRequest - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' - microsoft.graph.eventMessageResponseCollectionResponse: - title: Collection of eventMessageResponse - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: title: Collection of windowsUniversalAppXContainedApp type: object @@ -1022911,6 +1032846,160 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettings' + microsoft.graph.addInCollectionResponse: + title: Collection of microsoft.graph.addIn + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.addIn' + microsoft.graph.appRoleCollectionResponse: + title: Collection of microsoft.graph.appRole + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRole' + microsoft.graph.keyCredentialCollectionResponse: + title: Collection of microsoft.graph.keyCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + microsoft.graph.permissionScopeCollectionResponse: + title: Collection of microsoft.graph.permissionScope + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionScope' + microsoft.graph.passwordCredentialCollectionResponse: + title: Collection of microsoft.graph.passwordCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + microsoft.graph.resourceSpecificPermissionCollectionResponse: + title: Collection of microsoft.graph.resourceSpecificPermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' + microsoft.graph.requiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.requiredResourceAccess + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' + microsoft.graph.assignedLicenseCollectionResponse: + title: Collection of microsoft.graph.assignedLicense + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedLicense' + microsoft.graph.assignedPlanCollectionResponse: + title: Collection of microsoft.graph.assignedPlan + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedPlan' + microsoft.graph.objectIdentityCollectionResponse: + title: Collection of microsoft.graph.objectIdentity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectIdentity' + microsoft.graph.licenseAssignmentStateCollectionResponse: + title: Collection of microsoft.graph.licenseAssignmentState + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.onPremisesProvisioningError + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' + microsoft.graph.provisionedPlanCollectionResponse: + title: Collection of microsoft.graph.provisionedPlan + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisionedPlan' + microsoft.graph.serviceProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.serviceProvisioningError + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' microsoft.graph.aiInteractionAttachmentCollectionResponse: title: Collection of microsoft.graph.aiInteractionAttachment type: object @@ -1023164,61 +1033253,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' - microsoft.graph.addInCollectionResponse: - title: Collection of microsoft.graph.addIn - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.addIn' - microsoft.graph.appRoleCollectionResponse: - title: Collection of microsoft.graph.appRole - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appRole' - microsoft.graph.keyCredentialCollectionResponse: - title: Collection of microsoft.graph.keyCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredential' - microsoft.graph.passwordCredentialCollectionResponse: - title: Collection of microsoft.graph.passwordCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - microsoft.graph.requiredResourceAccessCollectionResponse: - title: Collection of microsoft.graph.requiredResourceAccess - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' microsoft.graph.attendanceIntervalCollectionResponse: title: Collection of microsoft.graph.attendanceInterval type: object @@ -1023549,6 +1033583,50 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment' + microsoft.graph.baselineParameterCollectionResponse: + title: Collection of microsoft.graph.baselineParameter + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + microsoft.graph.baselineResourceCollectionResponse: + title: Collection of microsoft.graph.baselineResource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + microsoft.graph.driftedPropertyCollectionResponse: + title: Collection of microsoft.graph.driftedProperty + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + microsoft.graph.errorDetailCollectionResponse: + title: Collection of microsoft.graph.errorDetail + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' microsoft.graph.identitySourceCollectionResponse: title: Collection of microsoft.graph.identitySource type: object @@ -1023747,39 +1033825,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel' - microsoft.graph.assignedLicenseCollectionResponse: - title: Collection of microsoft.graph.assignedLicense - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedLicense' - microsoft.graph.assignedPlanCollectionResponse: - title: Collection of microsoft.graph.assignedPlan - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedPlan' - microsoft.graph.provisionedPlanCollectionResponse: - title: Collection of microsoft.graph.provisionedPlan - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.provisionedPlan' microsoft.graph.relatedContactCollectionResponse: title: Collection of microsoft.graph.relatedContact type: object @@ -1023835,28 +1033880,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.onPremisesProvisioningError - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - microsoft.graph.serviceProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.serviceProvisioningError - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' microsoft.graph.settingValueCollectionResponse: title: Collection of microsoft.graph.settingValue type: object @@ -1024154,6 +1034177,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotation' + microsoft.graph.profileSourceLocalizationCollectionResponse: + title: Collection of microsoft.graph.profileSourceLocalization + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' microsoft.graph.modifiedPropertyCollectionResponse: title: Collection of microsoft.graph.modifiedProperty type: object @@ -1024253,28 +1034287,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePost' - microsoft.graph.permissionScopeCollectionResponse: - title: Collection of microsoft.graph.permissionScope - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.permissionScope' - microsoft.graph.resourceSpecificPermissionCollectionResponse: - title: Collection of microsoft.graph.resourceSpecificPermission - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' microsoft.graph.sharingDetailCollectionResponse: title: Collection of microsoft.graph.sharingDetail type: object @@ -1024385,28 +1034397,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermission' - microsoft.graph.objectIdentityCollectionResponse: - title: Collection of microsoft.graph.objectIdentity - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.objectIdentity' - microsoft.graph.licenseAssignmentStateCollectionResponse: - title: Collection of microsoft.graph.licenseAssignmentState - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: title: Collection of microsoft.graph.userExperienceAnalyticsInsight type: object @@ -1024484,6 +1034474,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + title: Collection of microsoft.graph.x509CertificateAuthorityScope + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' microsoft.graph.x509CertificateUserBindingCollectionResponse: title: Collection of microsoft.graph.x509CertificateUserBinding type: object @@ -1025793,6 +1035794,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.x509CertificateRule' + microsoft.graph.includeTargetCollectionResponse: + title: Collection of microsoft.graph.includeTarget + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: title: Collection of microsoft.graph.callRecords.administrativeUnitInfo type: object @@ -1026255,6 +1036267,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumber' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + title: Collection of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' microsoft.graph.termStore.localizedNameCollectionResponse: title: Collection of microsoft.graph.termStore.localizedName type: object @@ -1026717,6 +1036740,174 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionCollectionResponse' + microsoft.graph.appManagementPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' + microsoft.graph.appRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + microsoft.graph.claimsMappingPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' + microsoft.graph.endpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' + microsoft.graph.federatedIdentityCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' + microsoft.graph.tokenIssuancePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' + microsoft.graph.tokenLifetimePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' + microsoft.graph.extensionPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' + microsoft.graph.inheritablePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inheritablePermissionCollectionResponse' + microsoft.graph.userActivityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' + microsoft.graph.adhocCallCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' + microsoft.graph.calendarGroupCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' + microsoft.graph.calendarCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' + microsoft.graph.eventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' + microsoft.graph.cloudPCCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' + microsoft.graph.contactFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' + microsoft.graph.contactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' + microsoft.graph.licenseDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' + microsoft.graph.mailFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' + microsoft.graph.managedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' + microsoft.graph.managedDeviceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' + microsoft.graph.messageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.onlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' + microsoft.graph.personCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' + microsoft.graph.profilePhotoCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.agreementFileLocalizationCollectionResponse: description: Retrieved collection content: @@ -1026849,42 +1037040,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequestCollectionResponse' - microsoft.graph.appManagementPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' - microsoft.graph.extensionPropertyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' - microsoft.graph.federatedIdentityCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' - microsoft.graph.tokenIssuancePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' - microsoft.graph.tokenLifetimePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' microsoft.graph.approvalStageCollectionResponse: description: Retrieved collection content: @@ -1027263,12 +1037418,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermissionCollectionResponse' - microsoft.graph.eventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: description: Retrieved collection content: @@ -1027281,12 +1037430,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' - microsoft.graph.calendarCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' microsoft.graph.attachmentCollectionResponse: description: Retrieved collection content: @@ -1027377,12 +1037520,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItemCollectionResponse' - microsoft.graph.adhocCallCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' microsoft.graph.callRecords.callRecordCollectionResponse: description: Retrieved collection content: @@ -1027401,12 +1037538,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversationCollectionResponse' - microsoft.graph.onlineMeetingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' microsoft.graph.presenceCollectionResponse: description: Retrieved collection content: @@ -1027449,18 +1037580,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplateCollectionResponse' - microsoft.graph.contactFolderCollectionResponse: + microsoft.graph.configurationDriftCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' - microsoft.graph.contactCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.configurationDriftCollectionResponse' + microsoft.graph.configurationMonitoringResultCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResultCollectionResponse' + microsoft.graph.configurationMonitorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitorCollectionResponse' + microsoft.graph.configurationSnapshotJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJobCollectionResponse' + microsoft.graph.configurationBaselineCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaselineCollectionResponse' microsoft.graph.contentTypeCollectionResponse: description: Retrieved collection content: @@ -1027551,12 +1037700,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channelCollectionResponse' - microsoft.graph.managedDeviceCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' microsoft.graph.roleAssignmentCollectionResponse: description: Retrieved collection content: @@ -1027581,12 +1037724,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtectionCollectionResponse' - microsoft.graph.managedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusCollectionResponse: description: Retrieved collection content: @@ -1027779,12 +1037916,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsCollectionResponse' - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: description: Retrieved collection content: @@ -1028193,6 +1038324,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.mailboxCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxCollectionResponse' microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: description: Retrieved collection content: @@ -1028211,6 +1038348,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse' + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse' + microsoft.graph.passkeyProfileCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyProfileCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -1028235,30 +1038384,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + microsoft.graph.sharePointGroupCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' - microsoft.graph.appRoleAssignmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.conversationCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationCollectionResponse' - microsoft.graph.profilePhotoCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.horizontalSectionColumnCollectionResponse: description: Retrieved collection content: @@ -1028469,24 +1038612,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersionCollectionResponse' - microsoft.graph.mailFolderCollectionResponse: + microsoft.graph.mailboxFolderCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' - microsoft.graph.messageRuleCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxFolderCollectionResponse' + microsoft.graph.mailboxItemCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' - microsoft.graph.messageCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxItemCollectionResponse' + microsoft.graph.messageRuleCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' microsoft.graph.deviceCompliancePolicyStateCollectionResponse: description: Retrieved collection content: @@ -1028631,6 +1038774,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardPropertyCollectionResponse' + microsoft.graph.profileSourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceCollectionResponse' microsoft.graph.permissionGrantConditionSetCollectionResponse: description: Retrieved collection content: @@ -1028661,12 +1038810,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' - microsoft.graph.claimsMappingPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' microsoft.graph.featureRolloutPolicyCollectionResponse: description: Retrieved collection content: @@ -1029087,24 +1039230,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessageCollectionResponse' - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' - microsoft.graph.endpointCollectionResponse: + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.sharePointGroupMemberCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMemberCollectionResponse' microsoft.graph.sharePointMigrationEventCollectionResponse: description: Retrieved collection content: @@ -1029321,36 +1039458,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' - microsoft.graph.userActivityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' - microsoft.graph.calendarGroupCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' - microsoft.graph.cloudPCCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' - microsoft.graph.licenseDetailsCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' - microsoft.graph.personCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' microsoft.graph.activityHistoryItemCollectionResponse: description: Retrieved collection content: @@ -1029999,6 +1040106,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' microsoft.graph.termStore.setCollectionResponse: description: Retrieved collection content: @@ -1030023,6 +1040142,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.groupCollectionResponse' + microsoft.graph.agentIdentityBlueprintCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintCollectionResponse' microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: description: Retrieved collection content: @@ -1030125,6 +1040250,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicyCollectionResponse' + microsoft.graph.agentIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityCollectionResponse' + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse' + microsoft.graph.agentUserCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentUserCollectionResponse' microsoft.graph.domainDnsCnameRecordCollectionResponse: description: Retrieved collection content: @@ -1030227,6 +1040370,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onOtpSendCustomExtensionCollectionResponse' + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse' microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: description: Retrieved collection content: @@ -1030251,6 +1040400,54 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openTypeExtensionCollectionResponse' + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' + microsoft.graph.mailSearchFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' + microsoft.graph.calendarSharingMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' + microsoft.graph.eventMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' + microsoft.graph.eventMessageRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' + microsoft.graph.eventMessageResponseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.managedAppConfigurationCollectionResponse: description: Retrieved collection content: @@ -1030491,18 +1040688,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResultCollectionResponse' - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusRawCollectionResponse: description: Retrieved collection content: @@ -1030911,12 +1041096,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinitionCollectionResponse' - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' microsoft.graph.educationFeedbackOutcomeCollectionResponse: description: Retrieved collection content: @@ -1031025,6 +1041204,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListenerCollectionResponse' + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListenerCollectionResponse' microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: description: Retrieved collection content: @@ -1031085,36 +1041270,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosVppEBookAssignmentCollectionResponse' - microsoft.graph.mailSearchFolderCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' - microsoft.graph.calendarSharingMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' - microsoft.graph.eventMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' - microsoft.graph.eventMessageRequestCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' - microsoft.graph.eventMessageResponseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: description: Retrieved collection content: @@ -1031421,6 +1041576,90 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettingsCollectionResponse' + microsoft.graph.addInCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' + microsoft.graph.appRoleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' + microsoft.graph.keyCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' + microsoft.graph.permissionScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' + microsoft.graph.passwordCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' + microsoft.graph.resourceSpecificPermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' + microsoft.graph.requiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' + microsoft.graph.assignedLicenseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' + microsoft.graph.assignedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' + microsoft.graph.objectIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' + microsoft.graph.licenseAssignmentStateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' + microsoft.graph.provisionedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' + microsoft.graph.serviceProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.aiInteractionAttachmentCollectionResponse: description: Retrieved collection content: @@ -1031559,36 +1041798,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScopeCollectionResponse' - microsoft.graph.addInCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' - microsoft.graph.appRoleCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' - microsoft.graph.keyCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' - microsoft.graph.passwordCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' - microsoft.graph.requiredResourceAccessCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' microsoft.graph.attendanceIntervalCollectionResponse: description: Retrieved collection content: @@ -1031769,6 +1041978,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignmentCollectionResponse' + microsoft.graph.baselineParameterCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineParameterCollectionResponse' + microsoft.graph.baselineResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineResourceCollectionResponse' + microsoft.graph.driftedPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driftedPropertyCollectionResponse' + microsoft.graph.errorDetailCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.errorDetailCollectionResponse' microsoft.graph.identitySourceCollectionResponse: description: Retrieved collection content: @@ -1031877,24 +1042110,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModelCollectionResponse' - microsoft.graph.assignedLicenseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' - microsoft.graph.assignedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' - microsoft.graph.provisionedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' microsoft.graph.relatedContactCollectionResponse: description: Retrieved collection content: @@ -1031925,18 +1042140,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.assignedLabelCollectionResponse' - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' - microsoft.graph.serviceProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.settingValueCollectionResponse: description: Retrieved collection content: @@ -1032099,6 +1042302,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotationCollectionResponse' + microsoft.graph.profileSourceLocalizationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalizationCollectionResponse' microsoft.graph.modifiedPropertyCollectionResponse: description: Retrieved collection content: @@ -1032153,18 +1042362,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePostCollectionResponse' - microsoft.graph.permissionScopeCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' - microsoft.graph.resourceSpecificPermissionCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' microsoft.graph.sharingDetailCollectionResponse: description: Retrieved collection content: @@ -1032225,18 +1042422,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermissionCollectionResponse' - microsoft.graph.objectIdentityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' - microsoft.graph.licenseAssignmentStateCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: description: Retrieved collection content: @@ -1032279,6 +1042464,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookSortFieldCollectionResponse' + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScopeCollectionResponse' microsoft.graph.x509CertificateUserBindingCollectionResponse: description: Retrieved collection content: @@ -1032993,6 +1043184,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.x509CertificateRuleCollectionResponse' + microsoft.graph.includeTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.includeTargetCollectionResponse' microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: description: Retrieved collection content: @@ -1033245,6 +1043442,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumberCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse' microsoft.graph.termStore.localizedNameCollectionResponse: description: Retrieved collection content: @@ -1033856,6 +1044059,8 @@ components: - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: + configurationManagement: + '@odata.type': microsoft.graph.configurationManagement edge: '@odata.type': microsoft.graph.edge exchange: @@ -1033903,6 +1044108,26 @@ components: microsoft.graph.adminReportSettings: value: displayConcealedNames: 'true' + microsoft.graph.agentIdentity: + value: + agentIdentityBlueprintId: String + createdByAppId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprint: + value: + createdByAppId: String + inheritablePermissions: + - '@odata.type': microsoft.graph.inheritablePermission + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprintPrincipal: + value: + createdByAppId: String + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentUser: { } microsoft.graph.agreement: value: acceptances: @@ -1035165,6 +1045390,8 @@ components: description: String displayName: String email: String + enabledApps: + - '@odata.type': microsoft.graph.teamsApp filesFolder: '@odata.type': microsoft.graph.driveItem isArchived: 'true' @@ -1035351,6 +1045578,8 @@ components: osBuildNumber: String osStatus: '@odata.type': microsoft.graph.cloudPcDeviceImageOsStatus + osVersionNumber: String + sizeInGB: '0' sourceImageResourceId: String status: '@odata.type': microsoft.graph.cloudPcDeviceImageStatus @@ -1035361,6 +1045590,7 @@ components: endDate: '0001-01-01' expirationDate: '0001-01-01' offerName: String + osVersionNumber: String publisherName: String sizeInGB: '0' skuName: String @@ -1035577,6 +1045807,87 @@ components: name: String scenarios: '@odata.type': microsoft.graph.templateScenarios + microsoft.graph.configurationBaseline: + value: + description: String + displayName: String + parameters: + - '@odata.type': microsoft.graph.baselineParameter + resources: + - '@odata.type': microsoft.graph.baselineResource + microsoft.graph.configurationDrift: + value: + baselineResourceDisplayName: String + driftedProperties: + - '@odata.type': microsoft.graph.driftedProperty + firstReportedDateTime: '0001-01-01T00:00:00.0000000+00:00' + monitorId: String + resourceInstanceIdentifier: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String + status: + '@odata.type': microsoft.graph.driftStatus + tenantId: String + microsoft.graph.configurationManagement: + value: + configurationDrifts: + - '@odata.type': microsoft.graph.configurationDrift + configurationMonitoringResults: + - '@odata.type': microsoft.graph.configurationMonitoringResult + configurationMonitors: + - '@odata.type': microsoft.graph.configurationMonitor + configurationSnapshotJobs: + - '@odata.type': microsoft.graph.configurationSnapshotJob + configurationSnapshots: + - '@odata.type': microsoft.graph.configurationBaseline + microsoft.graph.configurationMonitor: + value: + baseline: + '@odata.type': microsoft.graph.configurationBaseline + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + inactivationReason: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + mode: + '@odata.type': microsoft.graph.monitorMode + monitorRunFrequencyInHours: '0' + parameters: + '@odata.type': microsoft.graph.openComplexDictionaryType + status: + '@odata.type': microsoft.graph.monitorStatus + tenantId: String + microsoft.graph.configurationMonitoringResult: + value: + driftsCount: '0' + errorDetails: + - '@odata.type': microsoft.graph.errorDetail + monitorId: String + runCompletionDateTime: '0001-01-01T00:00:00.0000000+00:00' + runInitiationDateTime: '0001-01-01T00:00:00.0000000+00:00' + runStatus: + '@odata.type': microsoft.graph.monitorRunStatus + tenantId: String + microsoft.graph.configurationSnapshotJob: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + errorDetails: + - String + resourceLocation: String + resources: + - String + status: + '@odata.type': microsoft.graph.snapshotJobStatus + tenantId: String microsoft.graph.connectedOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1035633,11 +1045944,17 @@ components: personalNotes: String photo: '@odata.type': microsoft.graph.profilePhoto + primaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress profession: String + secondaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress singleValueExtendedProperties: - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty spouseName: String surname: String + tertiaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress title: String yomiCompanyName: String yomiGivenName: String @@ -1035771,6 +1046088,8 @@ components: '@odata.type': microsoft.graph.policyTemplate microsoft.graph.crossTenantAccessPolicyConfigurationDefault: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -1035786,10 +1046105,16 @@ components: invitationRedemptionIdentityProviderConfiguration: '@odata.type': microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration isServiceDefault: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions microsoft.graph.crossTenantAccessPolicyConfigurationPartner: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -1035806,6 +1046131,10 @@ components: '@odata.type': microsoft.graph.crossTenantAccessPolicyInboundTrust isInMultiTenantOrganization: 'true' isServiceProvider: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantId: String (identifier) tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions @@ -1037442,6 +1047771,8 @@ components: '@odata.type': microsoft.graph.responseType microsoft.graph.exchangeAdmin: value: + mailboxes: + - '@odata.type': microsoft.graph.mailbox tracing: '@odata.type': microsoft.graph.messageTracingRoot microsoft.graph.exchangeMessageTrace: @@ -1037480,6 +1047811,9 @@ components: - '@odata.type': microsoft.graph.mailboxRestoreArtifact mailboxRestoreArtifactsBulkAdditionRequests: - '@odata.type': microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest + microsoft.graph.exchangeSettings: + value: + primaryMailboxId: String microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -1037544,14 +1047878,19 @@ components: '@odata.type': microsoft.graph.attestationLevel displayName: String model: String + passkeyType: + '@odata.type': microsoft.graph.passkeyType microsoft.graph.fido2AuthenticationMethodConfiguration: value: + defaultPasskeyProfile: String includeTargets: - - '@odata.type': microsoft.graph.authenticationMethodTarget + - '@odata.type': microsoft.graph.passkeyAuthenticationMethodTarget isAttestationEnforced: 'true' isSelfServiceRegistrationAllowed: 'true' keyRestrictions: '@odata.type': microsoft.graph.fido2KeyRestrictions + passkeyProfiles: + - '@odata.type': microsoft.graph.passkeyProfile microsoft.graph.fido2CombinationConfiguration: value: allowedAAGUIDs: @@ -1037600,6 +1047939,8 @@ components: '@odata.type': microsoft.graph.recycleBin settings: '@odata.type': microsoft.graph.fileStorageContainerSettings + sharePointGroups: + - '@odata.type': microsoft.graph.sharePointGroup status: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: @@ -1037931,6 +1048272,11 @@ components: '@odata.type': microsoft.graph.bitlocker threatAssessmentRequests: - '@odata.type': microsoft.graph.threatAssessmentRequest + microsoft.graph.inheritablePermission: + value: + inheritableScopes: + '@odata.type': microsoft.graph.inheritableScopes + resourceAppId: String (identifier) microsoft.graph.insightsSettings: value: disabledForGroup: String @@ -1038584,6 +1048930,33 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailbox: + value: + folders: + - '@odata.type': microsoft.graph.mailboxFolder + microsoft.graph.mailboxFolder: + value: + childFolderCount: '0' + childFolders: + - '@odata.type': microsoft.graph.mailboxFolder + displayName: String + items: + - '@odata.type': microsoft.graph.mailboxItem + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + parentFolderId: String + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + totalItemCount: '0' + type: String + microsoft.graph.mailboxItem: + value: + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + size: '0' + type: String microsoft.graph.mailboxProtectionRule: value: mailboxExpression: String @@ -1039479,6 +1049852,11 @@ components: '@odata.type': microsoft.graph.engagementIdentitySet upvoteCount: '0' microsoft.graph.onOtpSendCustomExtension: { } + microsoft.graph.onPasswordSubmitCustomExtension: { } + microsoft.graph.onPasswordSubmitListener: + value: + handler: + '@odata.type': microsoft.graph.onPasswordSubmitHandler microsoft.graph.onPremisesConditionalAccessSettings: value: enabled: 'true' @@ -1039690,6 +1050068,19 @@ components: value: billing: '@odata.type': microsoft.graph.partners.billing.billing + microsoft.graph.passkeyAuthenticationMethodTarget: + value: + allowedPasskeyProfiles: + - 00000000-0000-0000-0000-000000000000 + microsoft.graph.passkeyProfile: + value: + attestationEnforcement: + '@odata.type': microsoft.graph.attestationEnforcement + keyRestrictions: + '@odata.type': microsoft.graph.fido2KeyRestrictions + name: String + passkeyTypes: + '@odata.type': microsoft.graph.passkeyTypes microsoft.graph.passwordAuthenticationMethod: value: password: String @@ -1039736,6 +1050127,8 @@ components: '@odata.type': microsoft.graph.insightsSettings profileCardProperties: - '@odata.type': microsoft.graph.profileCardProperty + profileSources: + - '@odata.type': microsoft.graph.profileSource pronouns: '@odata.type': microsoft.graph.pronounsSettings microsoft.graph.permission: @@ -1040325,6 +1050718,14 @@ components: value: height: '0' width: '0' + microsoft.graph.profileSource: + value: + displayName: String + kind: String + localizations: + - '@odata.type': microsoft.graph.profileSourceLocalization + sourceId: String + webUrl: String microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' @@ -1041271,6 +1051672,17 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointGroup: + value: + description: String + members: + - '@odata.type': microsoft.graph.sharePointGroupMember + principalId: String + title: String + microsoft.graph.sharePointGroupMember: + value: + identity: + '@odata.type': microsoft.graph.sharePointIdentitySet microsoft.graph.sharePointMigrationEvent: value: correlationId: String @@ -1042551,6 +1052963,7 @@ components: hireDate: '0001-01-01T00:00:00.0000000+00:00' identities: - '@odata.type': microsoft.graph.objectIdentity + identityParentId: String imAddresses: - String inferenceClassification: @@ -1043031,6 +1053444,8 @@ components: value: contributionToContentDiscoveryAsOrganizationDisabled: 'true' contributionToContentDiscoveryDisabled: 'true' + exchange: + '@odata.type': microsoft.graph.exchangeSettings itemInsights: '@odata.type': microsoft.graph.userInsightsSettings shiftPreferences: @@ -1044441,12 +1054856,16 @@ components: value: authenticationModeConfiguration: '@odata.type': microsoft.graph.x509CertificateAuthenticationModeConfiguration + certificateAuthorityScopes: + - '@odata.type': microsoft.graph.x509CertificateAuthorityScope certificateUserBindings: - '@odata.type': microsoft.graph.x509CertificateUserBinding crlValidationConfiguration: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfiguration includeTargets: - '@odata.type': microsoft.graph.authenticationMethodTarget + issuerHintsConfiguration: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsConfiguration microsoft.graph.x509CertificateCombinationConfiguration: value: allowedIssuerSkis: @@ -1044776,6 +1055195,7 @@ components: name: String type: String value: String + microsoft.graph.allAllowedScopes: { } microsoft.graph.allDeviceRegistrationMembership: { } microsoft.graph.allDevicesAssignmentTarget: { } microsoft.graph.allLicensedUsersAssignmentTarget: { } @@ -1045290,6 +1055710,18 @@ components: defaultLanguage: String endUserNotification: '@odata.type': microsoft.graph.endUserNotification + microsoft.graph.baselineParameter: + value: + description: String + displayName: String + parameterType: + '@odata.type': microsoft.graph.baselineParameterType + microsoft.graph.baselineResource: + value: + displayName: String + properties: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String microsoft.graph.basicAuthentication: value: password: String @@ -1046152,6 +1056584,10 @@ components: cloudInstance: String displayName: String tenantId: String + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + value: + applications: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyB2BSetting: value: applications: @@ -1046163,6 +1056599,14 @@ components: isCompliantDeviceAccepted: 'true' isHybridAzureADJoinedDeviceAccepted: 'true' isMfaAccepted: 'true' + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + value: + users: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + value: + usersAndGroups: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyTarget: value: target: String @@ -1046552,6 +1056996,13 @@ components: lastActionDateTime: '0001-01-01T00:00:00.0000000+00:00' operation: String status: String + microsoft.graph.driftedProperty: + value: + currentValue: + '@odata.type': microsoft.graph.Json + desiredValue: + '@odata.type': microsoft.graph.Json + propertyName: String microsoft.graph.driveItemSource: value: application: @@ -1046813,6 +1057264,15 @@ components: - String users: - String + microsoft.graph.enumeratedScopes: + value: + scopes: + - String + microsoft.graph.errorDetail: + value: + errorMessage: String + resourceInstanceName: String + resourceType: String microsoft.graph.eventMessageDetail: { } microsoft.graph.excludeTarget: value: @@ -1046826,6 +1057286,13 @@ components: endDateTime: '0001-01-01T00:00:00.0000000+00:00' type: '@odata.type': microsoft.graph.expirationPatternType + microsoft.graph.exportItemResponse: + value: + changeKey: String + data: Stream + error: + '@odata.type': microsoft.graph.mailTipsError + itemId: String microsoft.graph.expressionInputObject: value: definition: @@ -1047080,6 +1057547,11 @@ components: inboundAllowed: 'true' outboundAllowed: 'true' microsoft.graph.includeAllAccountTargetContent: { } + microsoft.graph.includeTarget: + value: + id: String + targetType: + '@odata.type': microsoft.graph.authenticationMethodTargetType microsoft.graph.incomingCallOptions: { } microsoft.graph.incomingContext: value: @@ -1047100,6 +1057572,10 @@ components: privacyStatementUrl: String supportUrl: String termsOfServiceUrl: String + microsoft.graph.inheritableScopes: + value: + kind: + '@odata.type': microsoft.graph.scopeCollectionKind microsoft.graph.initiator: value: initiatorType: @@ -1047443,6 +1057919,10 @@ components: value: emailAddress: String externalDirectoryObjectId: String + microsoft.graph.mailboxItemImportSession: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + importUrl: String microsoft.graph.mailboxSettings: value: archiveFolder: String @@ -1047848,6 +1058328,7 @@ components: '@odata.type': microsoft.graph.connectionStatus urlParameters: String microsoft.graph.noDeviceRegistrationMembership: { } + microsoft.graph.noScopes: { } microsoft.graph.notebookLinks: value: oneNoteClientUrl: @@ -1048043,6 +1058524,14 @@ components: customExtension: '@odata.type': microsoft.graph.onOtpSendCustomExtension microsoft.graph.onOtpSendHandler: { } + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + value: + configuration: + '@odata.type': microsoft.graph.customExtensionOverwriteConfiguration + customExtension: + '@odata.type': microsoft.graph.onPasswordSubmitCustomExtension + migrationPropertyId: String + microsoft.graph.onPasswordSubmitHandler: { } microsoft.graph.onPremisesAccidentalDeletionPrevention: value: alertThreshold: '0' @@ -1048111,6 +1058600,7 @@ components: userTypeToCreate: '@odata.type': microsoft.graph.userType microsoft.graph.onUserCreateStartHandler: { } + microsoft.graph.openComplexDictionaryType: { } microsoft.graph.openIdConnectSetting: value: clientId: String @@ -1048705,6 +1059195,11 @@ components: displayName: String localizations: - '@odata.type': microsoft.graph.displayNameLocalization + microsoft.graph.profileSourceLocalization: + value: + displayName: String + languageTag: String + webUrl: String microsoft.graph.prompt: { } microsoft.graph.protectedApplicationMetadata: value: @@ -1049463,6 +1059958,10 @@ components: cacheAccountsAboveDiskFreePercentage: '0' inactiveThresholdDays: '0' removeAccountsBelowDiskFreePercentage: '0' + microsoft.graph.sharePointGroupIdentity: + value: + principalId: String + title: String microsoft.graph.sharePointIdentity: value: loginName: String @@ -1049470,6 +1059969,8 @@ components: value: group: '@odata.type': microsoft.graph.identity + sharePointGroup: + '@odata.type': microsoft.graph.sharePointGroupIdentity siteGroup: '@odata.type': microsoft.graph.sharePointIdentity siteUser: @@ -1050895,12 +1061396,22 @@ components: '@odata.type': microsoft.graph.x509CertificateAuthenticationMode x509CertificateDefaultRequiredAffinityLevel: '@odata.type': microsoft.graph.x509CertificateAffinityLevel + microsoft.graph.x509CertificateAuthorityScope: + value: + includeTargets: + - '@odata.type': microsoft.graph.includeTarget + publicKeyInfrastructureIdentifier: String + subjectKeyIdentifier: String microsoft.graph.x509CertificateCRLValidationConfiguration: value: exemptedCertificateAuthoritiesSubjectKeyIdentifiers: - String state: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfigurationState + microsoft.graph.x509CertificateIssuerHintsConfiguration: + value: + state: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsState microsoft.graph.x509CertificateRule: value: identifier: String @@ -1051213,6 +1061724,8 @@ components: configuration: '@odata.type': microsoft.graph.externalConnectors.configuration connectorId: String + contentCategory: + '@odata.type': microsoft.graph.externalConnectors.contentCategory description: String groups: - '@odata.type': microsoft.graph.externalConnectors.externalGroup @@ -1051285,11 +1061798,21 @@ components: itemId: String urlMatchInfo: '@odata.type': microsoft.graph.externalConnectors.urlMatchInfo + microsoft.graph.externalConnectors.principal: + value: + email: String + entraDisplayName: String + entraId: String + externalId: String + externalName: String + tenantId: String + upn: String microsoft.graph.externalConnectors.properties: { } microsoft.graph.externalConnectors.property: value: aliases: - String + description: String isQueryable: 'true' isRefinable: 'true' isRetrievable: 'true' @@ -1053383,6 +1063906,34 @@ components: host: '@odata.type': microsoft.graph.security.host lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.teamsAdministration.numberAssignment: + value: + activationState: + '@odata.type': microsoft.graph.teamsAdministration.activationState + assignmentCategory: + '@odata.type': microsoft.graph.teamsAdministration.assignmentCategory + assignmentStatus: + '@odata.type': microsoft.graph.teamsAdministration.assignmentStatus + assignmentTargetId: String + capabilities: + - '@odata.type': microsoft.graph.teamsAdministration.numberCapability + city: String + civicAddressId: String + isoCountryCode: String + locationId: String + networkSiteId: String + numberSource: + '@odata.type': microsoft.graph.teamsAdministration.numberSource + numberType: + '@odata.type': microsoft.graph.teamsAdministration.numberType + operatorId: String + portInStatus: + '@odata.type': microsoft.graph.teamsAdministration.portInStatus + reverseNumberLookupOptions: + - '@odata.type': microsoft.graph.teamsAdministration.reverseNumberLookupOption + supportedCustomerActions: + - '@odata.type': microsoft.graph.teamsAdministration.customerAction + telephoneNumber: String microsoft.graph.teamsAdministration.policyIdentifierDetail: value: name: String @@ -1053391,6 +1063942,8 @@ components: value: policy: '@odata.type': microsoft.graph.teamsAdministration.teamsPolicyAssignment + telephoneNumberManagement: + '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberManagementRoot userConfigurations: - '@odata.type': microsoft.graph.teamsAdministration.teamsUserConfiguration microsoft.graph.teamsAdministration.teamsPolicyAssignment: @@ -1053419,6 +1063972,19 @@ components: user: '@odata.type': microsoft.graph.user userPrincipalName: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + value: + createdDateTime: String + numbers: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + value: + numberAssignments: + - '@odata.type': microsoft.graph.teamsAdministration.numberAssignment + operations: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation microsoft.graph.teamsAdministration.assignedTelephoneNumber: value: assignmentCategory: @@ -1053436,6 +1064002,12 @@ components: displayName: String groupId: String policyId: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + value: + resourceLocation: String + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + statusDetail: String microsoft.graph.termStore.group: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1053678,6 +1064250,8 @@ components: tags: - name: admin.admin x-ms-docs-toc-type: page + - name: admin.configurationManagement + x-ms-docs-toc-type: page - name: admin.edge x-ms-docs-toc-type: page - name: admin.exchangeAdmin diff --git a/openapi/v1.0/openapi.yaml b/openapi/v1.0/openapi.yaml index 9fd5dcd9..e4178a32 100644 --- a/openapi/v1.0/openapi.yaml +++ b/openapi/v1.0/openapi.yaml @@ -73,6 +73,1168 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/configurationManagement: + description: Provides operations to manage the configurationManagement property of the microsoft.graph.admin entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationManagement from admin + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + operationId: admin.GetConfigurationManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationManagement in admin + operationId: admin.UpdateConfigurationManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationManagement for admin + operationId: admin.DeleteConfigurationManagement + parameters: + - name: If-Match + in: header + description: 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/configurationManagement/configurationDrifts: + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationDrifts + description: Get a list of the configurationDrift objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationdrifts?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationDrifts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationDriftCollectionResponse' + 4XX: + $ref: '#/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.configurationManagement + summary: Create new navigation property to configurationDrifts for admin + operationId: admin.configurationManagement.CreateConfigurationDrifts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationDrifts/{configurationDrift-id}': + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationDrift + description: Get the properties and relationships of a configurationDrift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationdrift-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationDrifts + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationDrifts in admin + operationId: admin.configurationManagement.UpdateConfigurationDrifts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationDrifts for admin + operationId: admin.configurationManagement.DeleteConfigurationDrifts + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + /admin/configurationManagement/configurationDrifts/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationDrifts.GetCount-b132 + parameters: + - $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/configurationManagement/configurationMonitoringResults: + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitoringResults + description: Get a list of the configurationMonitoringResult objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitoringresults?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitoringResults + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationMonitoringResultCollectionResponse' + 4XX: + $ref: '#/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.configurationManagement + summary: Create new navigation property to configurationMonitoringResults for admin + operationId: admin.configurationManagement.CreateConfigurationMonitoringResults + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitoringResults/{configurationMonitoringResult-id}': + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitoringResult + description: Read the properties and relationships of a configurationMonitoringResult object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitoringresult-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitoringResults + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationMonitoringResults in admin + operationId: admin.configurationManagement.UpdateConfigurationMonitoringResults + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationMonitoringResults for admin + operationId: admin.configurationManagement.DeleteConfigurationMonitoringResults + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + /admin/configurationManagement/configurationMonitoringResults/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitoringResults.GetCount-0ec6 + parameters: + - $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/configurationManagement/configurationMonitors: + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitors + description: Get a list of the configurationMonitor objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationMonitorCollectionResponse' + 4XX: + $ref: '#/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.configurationManagement + summary: Create configurationMonitor + description: Create a new configurationMonitor object that runs periodically in the background at a scheduled frequency. You can create up to 30 configurationMonitor objects per tenant. Each monitor runs at a fixed interval of 6 hours and cannot be configured to run at any other frequency. An administrator can monitor up to 800 configuration resources per day per tenant across all monitors. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-post-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.CreateConfigurationMonitors + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}': + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitor + description: Get the properties and relationships of a configurationMonitor object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitors + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update configurationMonitor + description: 'Update the properties of a configurationMonitor object, including the monitor name, description, and baseline.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-update?view=graph-rest-1.0 + operationId: admin.configurationManagement.UpdateConfigurationMonitors + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationMonitor + description: Delete a configurationMonitor object permanently. A deleted configurationMonitor can't be restored. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationMonitors + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}/baseline': + description: Provides operations to manage the baseline property of the microsoft.graph.configurationMonitor entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationBaseline + description: Read the properties and relationships of a configurationBaseline object that is attached to a specific monitor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationbaseline-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.configurationMonitors.GetBaseline + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property baseline in admin + operationId: admin.configurationManagement.configurationMonitors.UpdateBaseline + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property baseline for admin + operationId: admin.configurationManagement.configurationMonitors.DeleteBaseline + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + /admin/configurationManagement/configurationMonitors/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitors.GetCount-e65d + parameters: + - $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/configurationManagement/configurationSnapshotJobs: + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshotJobs + description: Get a list of the configurationSnapshotJob objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshotjobs?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshotJobs + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationSnapshotJobCollectionResponse' + 4XX: + $ref: '#/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.configurationManagement + summary: Create new navigation property to configurationSnapshotJobs for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshotJobs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshotJobs/{configurationSnapshotJob-id}': + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshotJob + description: Read the properties and relationships of a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationSnapshotJobs + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshotJobs in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshotJobs + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationSnapshotJob + description: Delete a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationSnapshotJobs + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + /admin/configurationManagement/configurationSnapshotJobs/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshotJobs.GetCount-dec8 + parameters: + - $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/configurationManagement/configurationSnapshots: + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshots + description: Get a list of configurationBaseline objects that represent configuration snapshots and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshots?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshots + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationBaselineCollectionResponse' + 4XX: + $ref: '#/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.configurationManagement + summary: Create new navigation property to configurationSnapshots for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshots + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshots/{configurationBaseline-id}': + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshots from admin + description: A container for configuration snapshot baselines. + operationId: admin.configurationManagement.GetConfigurationSnapshots + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshots in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshots + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationSnapshots for admin + operationId: admin.configurationManagement.DeleteConfigurationSnapshots + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + /admin/configurationManagement/configurationSnapshots/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshots.GetCount-b397 + parameters: + - $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/edge: description: Provides operations to manage the edge property of the microsoft.graph.admin entity. get: @@ -840,110 +2002,1280 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.browserSite' + $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/exchange: + description: Provides operations to manage the exchange property of the microsoft.graph.admin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get exchange from admin + description: A container for the Exchange admin functionality. Read-only. + operationId: admin.GetExchange + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.exchangeAdmin + summary: Update the navigation property exchange in admin + operationId: admin.UpdateExchange + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property exchange for admin + operationId: admin.DeleteExchange + parameters: + - name: If-Match + in: header + description: 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/exchange/mailboxes: + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.ListMailboxes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxCollectionResponse' + 4XX: + $ref: '#/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.exchangeAdmin + summary: Create new navigation property to mailboxes for admin + operationId: admin.exchange.CreateMailboxes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}': + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.GetMailboxes + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.exchangeAdmin + summary: Update the navigation property mailboxes in admin + operationId: admin.exchange.UpdateMailboxes + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property mailboxes for admin + operationId: admin.exchange.DeleteMailboxes + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + '/admin/exchange/mailboxes/{mailbox-id}/folders': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.ListFolders + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxFolderCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.GetFolders + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.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.mailboxFolderCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.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.mailboxFolder' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.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.mailboxItemCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.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.mailboxItem' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.items.GetCount-de79 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.mailboxFolder.items.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 mailboxItem + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + 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: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.GetCount-268c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.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 mailboxFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + 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: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.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.mailboxItemCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.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.mailboxItem' 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' + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox 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: + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count': + description: Provides operations to count the resources in the collection. + get: 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 + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.items.GetCount-d4b5 parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - - name: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList - - name: browserSite-id + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id in: path - description: The unique identifier of browserSite + description: The unique identifier of mailboxFolder 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. + x-ms-docs-key-type: mailboxFolder + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()': + description: Provides operations to call the delta method. get: tags: - - admin.edge - summary: Get the number of the resource - operationId: admin.edge.internetExplorerMode.siteLists.sites.GetCount-da97 + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.items.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: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + title: Collection of mailboxItem + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' 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: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList - /admin/edge/internetExplorerMode/siteLists/$count: + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/$count': description: Provides operations to count the resources in the collection. get: tags: - - admin.edge + - admin.exchangeAdmin summary: Get the number of the resource - operationId: admin.edge.internetExplorerMode.siteLists.GetCount-d3d6 + operationId: admin.exchange.mailboxes.folders.GetCount-0a5e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -954,15 +3286,27 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /admin/exchange: - description: Provides operations to manage the exchange property of the microsoft.graph.admin entity. + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + '/admin/exchange/mailboxes/{mailbox-id}/folders/delta()': + description: Provides operations to call the delta method. get: tags: - admin.exchangeAdmin - summary: Get exchange from admin - description: A container for the Exchange admin functionality. Read-only. - operationId: admin.GetExchange + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.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 @@ -973,6 +3317,16 @@ paths: 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 @@ -985,27 +3339,85 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + title: Collection of mailboxFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()' + '/admin/exchange/mailboxes/{mailbox-id}/createImportSession': + description: Provides operations to call the createImportSession method. + post: tags: - admin.exchangeAdmin - summary: Update the navigation property exchange in admin - operationId: admin.UpdateExchange + summary: Invoke action createImportSession + operationId: admin.exchange.mailboxes.mailbox.createImportSession + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItemImportSession' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + '/admin/exchange/mailboxes/{mailbox-id}/exportItems': + description: Provides operations to call the exportItems method. + post: + tags: + - admin.exchangeAdmin + summary: Invoke action exportItems + operationId: admin.exchange.mailboxes.mailbox.exportItems requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + type: object + properties: + ItemIds: + type: array + items: + type: string required: true responses: 2XX: @@ -1013,31 +3425,48 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exportItemResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + /admin/exchange/mailboxes/$count: + description: Provides operations to count the resources in the collection. + get: tags: - admin.exchangeAdmin - summary: Delete navigation property exchange for admin - operationId: admin.DeleteExchange + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.GetCount-490f parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation /admin/exchange/tracing: description: Provides operations to manage the tracing property of the microsoft.graph.exchangeAdmin entity. get: @@ -1303,6 +3732,9 @@ paths: - admin.exchangeAdmin summary: Invoke function getDetailsByRecipient description: Get a list of exchangeMessageTraceDetail objects filtered on the recipient. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-1.0 operationId: admin.exchange.tracing.messageTraces.exchangeMessageTrace.getDetailsByRecipient parameters: - $ref: '#/components/parameters/top' @@ -1911,6 +4343,313 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + /admin/people/profileSources: + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: List profileSources + description: 'Get a list of the profileSource objects and their properties, which represent both external data sources and out-of-the-box Microsoft data sources configured for user profiles in an organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilesources?view=graph-rest-1.0 + operationId: admin.people.ListProfileSources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.profileSourceCollectionResponse' + 4XX: + $ref: '#/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 profileSource + description: Create a new profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilesources?view=graph-rest-1.0 + operationId: admin.people.CreateProfileSources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/people/profileSources/{profileSource-id}': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.GetProfileSources + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.UpdateProfileSources + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.DeleteProfileSources + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + x-ms-docs-grouped-path: + - '/admin/people/profileSources(sourceId=''{sourceId}'')' + '/admin/people/profileSources(sourceId=''{sourceId}'')': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.profileSources.GetBySourceId + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.profileSources.UpdateBySourceId + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.profileSources.DeleteBySourceId + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/admin/people/profileSources/{profileSource-id}' + /admin/people/profileSources/$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.profileSources.GetCount-e997 + parameters: + - $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: @@ -4190,7 +6929,344 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property userAssignments in admin + operationId: admin.teams.policy.UpdateUserAssignments + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property userAssignments for admin + operationId: admin.teams.policy.DeleteUserAssignments + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: teamsPolicyUserAssignment-id + in: path + description: The unique identifier of teamsPolicyUserAssignment + required: true + schema: + type: string + x-ms-docs-key-type: teamsPolicyUserAssignment + /admin/teams/policy/userAssignments/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.policy.userAssignments.GetCount-7d68 + parameters: + - $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/teams/policy/userAssignments/microsoft.graph.teamsAdministration.assign: + description: Provides operations to call the assign method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action assign + description: 'Assign a Teams policy to a user using the user ID, policy type, and policy ID.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-assign?view=graph-rest-1.0 + operationId: admin.teams.policy.userAssignments.assign + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.unassign: + description: Provides operations to call the unassign method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action unassign + description: Unassign a Teams policy from a user using the user ID and policy type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-unassign?view=graph-rest-1.0 + operationId: admin.teams.policy.userAssignments.unassign + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement: + description: Provides operations to manage the telephoneNumberManagement property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberManagement from admin + description: Represents a collection of available telephone number management operations. + operationId: admin.teams.GetTelephoneNumberManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property telephoneNumberManagement in admin + operationId: admin.teams.UpdateTelephoneNumberManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property telephoneNumberManagement for admin + operationId: admin.teams.DeleteTelephoneNumberManagement + parameters: + - name: If-Match + in: header + description: 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/teams/telephoneNumberManagement/numberAssignments: + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: List numberAssignments + description: Read the properties and relationships of microsoft.graph.teamsAdministration.numberAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumbermanagementroot-list-numberassignments?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.ListNumberAssignments + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + 4XX: + $ref: '#/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.teamsAdminRoot + summary: Create new navigation property to numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.CreateNumberAssignments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/numberAssignments/{numberAssignment-id}': + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get numberAssignments from admin + description: Represents a collection of synchronous telephone number management operations. + operationId: admin.teams.telephoneNumberManagement.GetNumberAssignments + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' 4XX: $ref: '#/components/responses/error' 5XX: @@ -4199,14 +7275,14 @@ paths: patch: tags: - admin.teamsAdminRoot - summary: Update the navigation property userAssignments in admin - operationId: admin.teams.policy.UpdateUserAssignments + summary: Update the navigation property numberAssignments in admin + operationId: admin.teams.telephoneNumberManagement.UpdateNumberAssignments requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' required: true responses: 2XX: @@ -4214,7 +7290,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' 4XX: $ref: '#/components/responses/error' 5XX: @@ -4223,8 +7299,8 @@ paths: delete: tags: - admin.teamsAdminRoot - summary: Delete navigation property userAssignments for admin - operationId: admin.teams.policy.DeleteUserAssignments + summary: Delete navigation property numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.DeleteNumberAssignments parameters: - name: If-Match in: header @@ -4240,20 +7316,20 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: teamsPolicyUserAssignment-id + - name: numberAssignment-id in: path - description: The unique identifier of teamsPolicyUserAssignment + description: The unique identifier of numberAssignment required: true schema: type: string - x-ms-docs-key-type: teamsPolicyUserAssignment - /admin/teams/policy/userAssignments/$count: + x-ms-docs-key-type: numberAssignment + /admin/teams/telephoneNumberManagement/numberAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.teamsAdminRoot summary: Get the number of the resource - operationId: admin.teams.policy.userAssignments.GetCount-7d68 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.GetCount-7adc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -4264,17 +7340,17 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.assign: - description: Provides operations to call the assign method. + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.assignNumber: + description: Provides operations to call the assignNumber method. post: tags: - admin.teamsAdminRoot - summary: Invoke action assign - description: 'Assign a Teams policy to a user using the user ID, policy type, and policy ID.' + summary: Invoke action assignNumber + description: Creates an asynchronous order to assign a telephone number to a user account. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-assign?view=graph-rest-1.0 - operationId: admin.teams.policy.userAssignments.assign + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-assignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.assignNumber requestBody: description: Action parameters content: @@ -4282,10 +7358,20 @@ paths: schema: type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + telephoneNumber: + type: string + assignmentTargetId: + type: string + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + locationId: + type: string + nullable: true required: true responses: '204': @@ -4295,17 +7381,17 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.unassign: - description: Provides operations to call the unassign method. + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.unassignNumber: + description: Provides operations to call the unassignNumber method. post: tags: - admin.teamsAdminRoot - summary: Invoke action unassign - description: Unassign a Teams policy from a user using the user ID and policy type. + summary: Invoke action unassignNumber + description: Creates an asynchronous order to unassign a telephone number from a user account. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-unassign?view=graph-rest-1.0 - operationId: admin.teams.policy.userAssignments.unassign + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-unassignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.unassignNumber requestBody: description: Action parameters content: @@ -4313,10 +7399,54 @@ paths: schema: type: object properties: - value: + telephoneNumber: + type: string + nullable: true + numberType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + - 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 + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.updateNumber: + description: Provides operations to call the updateNumber method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action updateNumber + description: 'This method is used to update an existing number with optional attributes. Currently supported attributes are locationId, networkSiteId, and reverseNumberLookupOptions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-updatenumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.updateNumber + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + telephoneNumber: + type: string + locationId: + type: string + nullable: true + networkSiteId: + type: string + nullable: true + reverseNumberLookupOptions: type: array items: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + type: string + nullable: true required: true responses: '204': @@ -4326,6 +7456,197 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/operations: + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + operationId: admin.teams.telephoneNumberManagement.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.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' + 4XX: + $ref: '#/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.teamsAdminRoot + summary: Create new navigation property to operations for admin + operationId: admin.teams.telephoneNumberManagement.CreateOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/operations/{telephoneNumberLongRunningOperation-id}': + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumberlongrunningoperation-get?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.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.teamsAdministration.telephoneNumberLongRunningOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property operations in admin + operationId: admin.teams.telephoneNumberManagement.UpdateOperations + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property operations for admin + operationId: admin.teams.telephoneNumberManagement.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: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + /admin/teams/telephoneNumberManagement/operations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.telephoneNumberManagement.operations.GetCount-d151 + parameters: + - $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/teams/userConfigurations: description: Provides operations to manage the userConfigurations property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. get: @@ -12480,10 +15801,10 @@ paths: tags: - applications.application.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, 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/application-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: applications.delta parameters: - $ref: '#/components/parameters/top' @@ -12527,7 +15848,7 @@ paths: content: application/json: schema: - title: Collection of application + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -12536,7 +15857,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.application' + $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: @@ -16755,6 +20076,66 @@ paths: x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/delta()' + '/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + 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/replyWithQuote' '/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -16861,6 +20242,59 @@ paths: x-ms-docs-key-type: chat x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + '/chats/{chat-id}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + 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: + - '/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote' '/chats/{chat-id}/hideForUser': description: Provides operations to call the hideForUser method. post: @@ -328565,6 +331999,173 @@ paths: - '/groups/{group-id}/team/members/remove' - '/groups/{group-id}/team/primaryChannel/allMembers/remove' - '/groups/{group-id}/team/primaryChannel/members/remove' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.channels.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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/enabledApps' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.channels.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-b387 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/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}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -330791,6 +334392,75 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() + '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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 + - 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/replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/replyWithQuote' '/groups/{group-id}/team/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -330924,6 +334594,68 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() + '/groups/{group-id}/team/channels/{channel-id}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/replyWithQuote' '/groups/{group-id}/team/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: @@ -334356,6 +338088,152 @@ paths: - '/groups/{group-id}/team/channels/{channel-id}/members/remove' - '/groups/{group-id}/team/members/remove' - '/groups/{group-id}/team/primaryChannel/members/remove' + '/groups/{group-id}/team/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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}/enabledApps' + '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/primaryChannel/enabledApps/$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.enabledApps.GetCount-593e + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/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/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -336379,6 +340257,68 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() + '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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: 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/replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/replyWithQuote' '/groups/{group-id}/team/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -336498,6 +340438,61 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - /groups/delta() - /groups/delta() + '/groups/{group-id}/team/primaryChannel/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' '/groups/{group-id}/team/primaryChannel/archive': description: Provides operations to call the archive method. post: @@ -419261,7 +423256,7 @@ paths: tags: - me.authentication summary: List fido2AuthenticationMethod - description: Retrieve a list of a user's FIDO2 security key authentication method objects and their properties. + description: Retrieve a list of a user's passkey (FIDO2) 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 @@ -419319,7 +423314,7 @@ paths: tags: - me.authentication summary: Get fido2AuthenticationMethod - description: Retrieve a user's single FIDO2 security key authentication method object. + description: Retrieve a user's single passkey (FIDO2) authentication method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 @@ -430956,6 +434951,70 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() + '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + 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/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/me/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -431094,6 +435153,63 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() + '/me/chats/{chat-id}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + 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/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/me/chats/{chat-id}/hideForUser': description: Provides operations to call the hideForUser method. post: @@ -441518,6 +445634,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -441545,6 +445667,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -441586,6 +445714,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -441610,6 +445744,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -441629,6 +445769,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: sharedInsight-id @@ -441677,6 +445823,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: sharedInsight-id @@ -441726,6 +445878,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: sharedInsight-id @@ -441752,6 +445910,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/insights/trending: description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: @@ -442046,6 +446210,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -442073,6 +446243,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -442114,6 +446290,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -442138,6 +446320,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -442157,6 +446345,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: usedInsight-id @@ -442206,6 +446400,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: usedInsight-id @@ -442232,6 +446432,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/joinedTeams: description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: @@ -443107,6 +447313,173 @@ paths: - '/me/joinedTeams/{team-id}/members/remove' - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/remove' - '/me/joinedTeams/{team-id}/primaryChannel/members/remove' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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/enabledApps' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-b537 + parameters: + - $ref: '#/components/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}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -445380,6 +449753,77 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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 + - 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/replyWithQuote' + - '/me/chats/{chat-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -445532,6 +449976,70 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/chats/{chat-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/me/joinedTeams/{team-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: @@ -448986,6 +453494,152 @@ paths: - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/remove' - '/me/joinedTeams/{team-id}/members/remove' - '/me/joinedTeams/{team-id}/primaryChannel/members/remove' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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}/enabledApps' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-dea8 + parameters: + - $ref: '#/components/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/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -451056,6 +455710,70 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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: 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/replyWithQuote' + - '/me/chats/{chat-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -451194,6 +455912,63 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/chats/{chat-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/archive': description: Provides operations to call the archive method. post: @@ -479920,6 +484695,46 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /me/settings/exchange: + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. + get: + tags: + - me.userSettings + summary: Get exchange from me + operationId: me.settings.GetExchange + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + 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: @@ -492264,7 +497079,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.GetPlace.AsRoomList parameters: - name: $select @@ -494341,7 +499160,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.ListPlace.AsRoomList parameters: - $ref: '#/components/parameters/top' @@ -638174,6 +642997,453 @@ paths: schema: type: string x-ms-docs-key-type: fileStorageContainer + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.ListSharePointGroups + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + 4XX: + $ref: '#/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 sharePointGroups for storage + operationId: storage.fileStorage.containers.CreateSharePointGroups + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + 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/deletedContainers/{fileStorageContainer-id}/sharePointGroups' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.GetSharePointGroups + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + 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 sharePointGroups in storage + operationId: storage.fileStorage.containers.UpdateSharePointGroups + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.containers.DeleteSharePointGroups + parameters: + - name: If-Match + in: header + description: ETag + schema: + 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: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.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.sharePointGroupMemberCollectionResponse' + 4XX: + $ref: '#/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 members for storage + operationId: storage.fileStorage.containers.sharePointGroups.CreateMembers + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + 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: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.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.sharePointGroupMember' + 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 members in storage + operationId: storage.fileStorage.containers.sharePointGroups.UpdateMembers + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.containers.sharePointGroups.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: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.sharePointGroups.members.GetCount-8cdc + parameters: + - $ref: '#/components/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: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/$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.sharePointGroups.GetCount-c255 + parameters: + - $ref: '#/components/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: @@ -641432,6 +646702,453 @@ paths: schema: type: string x-ms-docs-key-type: fileStorageContainer + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.ListSharePointGroups + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + 4XX: + $ref: '#/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 sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.CreateSharePointGroups + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + 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}/sharePointGroups' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.GetSharePointGroups + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + 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 sharePointGroups in storage + operationId: storage.fileStorage.deletedContainers.UpdateSharePointGroups + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.DeleteSharePointGroups + parameters: + - name: If-Match + in: header + description: ETag + schema: + 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: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.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.sharePointGroupMemberCollectionResponse' + 4XX: + $ref: '#/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 members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.CreateMembers + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + 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: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.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.sharePointGroupMember' + 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 members in storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.UpdateMembers + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.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: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.deletedContainers.sharePointGroups.members.GetCount-495f + parameters: + - $ref: '#/components/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: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/$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.deletedContainers.sharePointGroups.GetCount-f80e + parameters: + - $ref: '#/components/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/deletedContainers/$count: description: Provides operations to count the resources in the collection. get: @@ -643081,6 +648798,173 @@ paths: - '/teams/{team-id}/members/remove' - '/teams/{team-id}/primaryChannel/allMembers/remove' - '/teams/{team-id}/primaryChannel/members/remove' + '/teams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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/enabledApps' + '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + x-ms-docs-grouped-path: + - '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/teams/{team-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-6262 + parameters: + - $ref: '#/components/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}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -645351,6 +651235,75 @@ paths: - '/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/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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 + - 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/replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/replyWithQuote' '/teams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -645473,6 +651426,68 @@ paths: - '/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}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/replyWithQuote' '/teams/{team-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: @@ -648779,50 +654794,314 @@ paths: 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 allMembers in teams - operationId: teams.primaryChannel.UpdateAllMembers - 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 allMembers for teams - operationId: teams.primaryChannel.DeleteAllMembers - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $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 allMembers in teams + operationId: teams.primaryChannel.UpdateAllMembers + 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 allMembers for teams + operationId: teams.primaryChannel.DeleteAllMembers + parameters: + - name: If-Match + in: header + description: ETag + schema: + 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}/allMembers/{conversationMember-id}' + '/teams/{team-id}/primaryChannel/allMembers/$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.allMembers.GetCount-4cdd + parameters: + - $ref: '#/components/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/allMembers/add': + description: Provides operations to call the add method. + post: + tags: + - teams.channel + 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.allMembers.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}/allMembers/add' + - '/teams/{team-id}/channels/{channel-id}/members/add' + - '/teams/{team-id}/members/add' + - '/teams/{team-id}/primaryChannel/members/add' + '/teams/{team-id}/primaryChannel/allMembers/remove': + description: Provides operations to call the remove method. + post: + tags: + - teams.channel + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.allMembers.remove + 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}/allMembers/remove' + - '/teams/{team-id}/channels/{channel-id}/members/remove' + - '/teams/{team-id}/members/remove' + - '/teams/{team-id}/primaryChannel/members/remove' + '/teams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.primaryChannel.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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}/enabledApps' + '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.primaryChannel.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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: @@ -648836,22 +655115,22 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: conversationMember-id + - name: teamsApp-id in: path - description: The unique identifier of conversationMember + description: The unique identifier of teamsApp required: true schema: type: string - x-ms-docs-key-type: conversationMember + x-ms-docs-key-type: teamsApp x-ms-docs-grouped-path: - - '/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}' - '/teams/{team-id}/primaryChannel/allMembers/$count': + - '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/teams/{team-id}/primaryChannel/enabledApps/$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.allMembers.GetCount-4cdd + operationId: teams.primaryChannel.enabledApps.GetCount-412b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -648870,124 +655149,6 @@ paths: schema: type: string x-ms-docs-key-type: team - '/teams/{team-id}/primaryChannel/allMembers/add': - description: Provides operations to call the add method. - post: - tags: - - teams.channel - 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.allMembers.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}/allMembers/add' - - '/teams/{team-id}/channels/{channel-id}/members/add' - - '/teams/{team-id}/members/add' - - '/teams/{team-id}/primaryChannel/members/add' - '/teams/{team-id}/primaryChannel/allMembers/remove': - description: Provides operations to call the remove method. - post: - tags: - - teams.channel - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: teams.team.primaryChannel.allMembers.remove - 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}/allMembers/remove' - - '/teams/{team-id}/channels/{channel-id}/members/remove' - - '/teams/{team-id}/members/remove' - - '/teams/{team-id}/primaryChannel/members/remove' '/teams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -650998,6 +657159,68 @@ paths: - '/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/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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: 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/replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/replyWithQuote' '/teams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -651106,6 +657329,61 @@ paths: - '/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/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' '/teams/{team-id}/primaryChannel/archive': description: Provides operations to call the archive method. post: @@ -656406,7 +662684,364 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' + $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 allMembers for teamwork + operationId: teamwork.deletedTeams.channels.CreateAllMembers + 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}/allMembers/{conversationMember-id}': + description: Provides operations to manage the allMembers property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get allMembers from teamwork + description: 'A collection of membership records associated with the channel, including both direct and indirect members of shared channels.' + operationId: teamwork.deletedTeams.channels.GetAllMembers + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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 allMembers in teamwork + operationId: teamwork.deletedTeams.channels.UpdateAllMembers + 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 allMembers for teamwork + operationId: teamwork.deletedTeams.channels.DeleteAllMembers + parameters: + - name: If-Match + in: header + description: ETag + schema: + 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}/allMembers/$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.allMembers.GetCount-c12c + parameters: + - $ref: '#/components/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}/allMembers/add': + description: Provides operations to call the add method. + post: + tags: + - teamwork.deletedTeam + 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.allMembers.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 + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/remove': + description: Provides operations to call the remove method. + post: + tags: + - teamwork.deletedTeam + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.allMembers.remove + 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 + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/remove' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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: @@ -656415,30 +663050,6 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - teamwork.deletedTeam - summary: Create new navigation property to allMembers for teamwork - operationId: teamwork.deletedTeams.channels.CreateAllMembers - 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 @@ -656454,14 +663065,13 @@ paths: schema: type: string x-ms-docs-key-type: channel - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}': - description: Provides operations to manage the allMembers property of the microsoft.graph.channel entity. + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam - summary: Get allMembers from teamwork - description: 'A collection of membership records associated with the channel, including both direct and indirect members of shared channels.' - operationId: teamwork.deletedTeams.channels.GetAllMembers + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.GetEnabledApps parameters: - name: $select in: query @@ -656489,50 +663099,7 @@ paths: 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 allMembers in teamwork - operationId: teamwork.deletedTeams.channels.UpdateAllMembers - 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 allMembers for teamwork - operationId: teamwork.deletedTeams.channels.DeleteAllMembers - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: @@ -656553,20 +663120,20 @@ paths: schema: type: string x-ms-docs-key-type: channel - - name: conversationMember-id + - name: teamsApp-id in: path - description: The unique identifier of conversationMember + description: The unique identifier of teamsApp required: true schema: type: string - x-ms-docs-key-type: conversationMember - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/$count': + x-ms-docs-key-type: teamsApp + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/$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.allMembers.GetCount-c12c + operationId: teamwork.deletedTeams.channels.enabledApps.GetCount-bbef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -656592,132 +663159,6 @@ paths: schema: type: string x-ms-docs-key-type: channel - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/add': - description: Provides operations to call the add method. - post: - tags: - - teamwork.deletedTeam - 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.allMembers.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 - x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/remove': - description: Provides operations to call the remove method. - post: - tags: - - teamwork.deletedTeam - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.allMembers.remove - 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 - x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/remove' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -658885,6 +665326,73 @@ paths: 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/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teamwork.deletedTeam + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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 + - 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/replyWithQuote' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -659005,6 +665513,66 @@ paths: 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}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teamwork.deletedTeam + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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 + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: @@ -678268,6 +684836,77 @@ paths: - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() + '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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: 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/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/users/{user-id}/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -678422,6 +685061,70 @@ paths: - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() + '/users/{user-id}/chats/{chat-id}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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: 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}/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/users/{user-id}/chats/{chat-id}/hideForUser': description: Provides operations to call the hideForUser method. post: @@ -689975,6 +696678,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -690002,6 +696711,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: user-id @@ -690051,6 +696766,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -690075,6 +696796,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -690094,6 +696821,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: user-id @@ -690149,6 +696882,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: user-id @@ -690205,6 +696944,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: user-id @@ -690238,6 +696983,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' parameters: - name: user-id in: path @@ -690564,6 +697315,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -690591,6 +697348,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: user-id @@ -690640,6 +697403,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -690664,6 +697433,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -690683,6 +697458,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: user-id @@ -690739,6 +697520,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation parameters: - name: user-id @@ -690772,6 +697559,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' parameters: - name: user-id in: path @@ -691655,58 +698448,205 @@ paths: 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}/channels/{channel-id}/members/add' - - '/users/{user-id}/joinedTeams/{team-id}/members/add' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/add' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/add' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/remove': - description: Provides operations to call the remove method. - post: + - '/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/allMembers/add' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/add' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/remove': + description: Provides operations to call the remove method. + post: + tags: + - users.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.allMembers.remove + 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/remove' + - '/users/{user-id}/followedSites/remove' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/remove' + - '/users/{user-id}/joinedTeams/{team-id}/members/remove' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/remove' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/remove' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: tags: - users.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: users.user.joinedTeams.team.channels.channel.allMembers.remove - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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 + description: Retrieved navigation property content: application/json: schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' + $ref: '#/components/schemas/microsoft.graph.teamsApp' 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-operation-type: operation parameters: - name: user-id in: path @@ -691729,13 +698669,54 @@ paths: schema: type: string x-ms-docs-key-type: channel + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp x-ms-docs-grouped-path: - - '/users/{user-id}/chats/{chat-id}/members/remove' - - '/users/{user-id}/followedSites/remove' - - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/remove' - - '/users/{user-id}/joinedTeams/{team-id}/members/remove' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/remove' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/remove' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-0dff + parameters: + - $ref: '#/components/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}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -694214,6 +701195,84 @@ paths: - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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 + - 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/replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -694382,6 +701441,77 @@ paths: - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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}/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: @@ -698228,6 +705358,173 @@ paths: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/remove' - '/users/{user-id}/joinedTeams/{team-id}/members/remove' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/remove' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.ListEnabledApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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 + 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}/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.GetEnabledApps + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-40e4 + parameters: + - $ref: '#/components/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/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -700503,6 +707800,77 @@ paths: - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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: 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/replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -700657,6 +708025,70 @@ paths: - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.replyWithQuote + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - 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}/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/archive': description: Provides operations to call the archive method. post: @@ -732279,7 +739711,216 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' + $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: @@ -732287,15 +739928,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - users.scopedRoleMembership - summary: Update the navigation property scopedRoleMemberOf in users - operationId: users.UpdateScopedRoleMemberOf + - 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.scopedRoleMembership' + $ref: '#/components/schemas/microsoft.graph.userSettings' required: true responses: 2XX: @@ -732303,7 +739944,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' + $ref: '#/components/schemas/microsoft.graph.userSettings' 4XX: $ref: '#/components/responses/error' 5XX: @@ -732311,9 +739952,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - users.scopedRoleMembership - summary: Delete navigation property scopedRoleMemberOf for users - operationId: users.DeleteScopedRoleMemberOf + - users.userSettings + summary: Delete navigation property settings for users + operationId: users.DeleteSettings parameters: - name: If-Match in: header @@ -732336,131 +739977,13 @@ paths: 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. + '/users/{user-id}/settings/exchange': + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. get: tags: - users.userSettings - summary: Get settings from users - operationId: users.GetSettings + summary: Get exchange from users + operationId: users.settings.GetExchange parameters: - name: $select in: query @@ -732488,50 +740011,7 @@ paths: 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 + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' 4XX: $ref: '#/components/responses/error' 5XX: @@ -740459,6 +747939,13 @@ components: - '@odata.type' type: object properties: + configurationManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.configurationManagement' + - type: object + nullable: true + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + x-ms-navigationProperty: true edge: anyOf: - $ref: '#/components/schemas/microsoft.graph.edge' @@ -740643,6 +748130,100 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.adminReportSettings' + microsoft.graph.agentIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentity + required: + - '@odata.type' + type: object + properties: + agentIdentityBlueprintId: + type: string + description: The appId of the agent identity blueprint that defines the configuration for this agent identity. + createdByAppId: + type: string + description: The appId of the application that created this agent identity. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + 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 agent identity was created. Read-only. Inherited from servicePrincipal. + format: date-time + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.agentIdentity' + x-ms-discriminator-value: '#microsoft.graph.agentIdentity' + microsoft.graph.agentIdentityBlueprint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.application' + - title: agentIdentityBlueprint + required: + - '@odata.type' + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint. Set internally by Microsoft Entra ID. Read-only. Inherited from application. + nullable: true + inheritablePermissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + description: Defines scopes of a resource application that may be automatically granted to agent identities without additional consent. + x-ms-navigationProperty: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.agentIdentityBlueprint' + x-ms-discriminator-value: '#microsoft.graph.agentIdentityBlueprint' + microsoft.graph.agentIdentityBlueprintPrincipal: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentityBlueprintPrincipal + required: + - '@odata.type' + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint principal. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint principal. Sponsors are users or service principals who can authorize and manage the lifecycle of agent identity instances. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.agentIdentityBlueprintPrincipal' + x-ms-discriminator-value: '#microsoft.graph.agentIdentityBlueprintPrincipal' + microsoft.graph.agentUser: + allOf: + - $ref: '#/components/schemas/microsoft.graph.user' + - title: agentUser + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + default: '#microsoft.graph.agentUser' + description: Represents a Microsoft Entra user account. + x-ms-discriminator-value: '#microsoft.graph.agentUser' microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -742340,7 +749921,10 @@ components: '@odata.type': type: string default: '#microsoft.graph.application' - x-ms-discriminator-value: '#microsoft.graph.application' + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.agentIdentityBlueprint': '#/components/schemas/microsoft.graph.agentIdentityBlueprint' microsoft.graph.applicationTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -743164,6 +750748,7 @@ components: '#microsoft.graph.onEmailOtpSendListener': '#/components/schemas/microsoft.graph.onEmailOtpSendListener' '#microsoft.graph.onFraudProtectionLoadStartListener': '#/components/schemas/microsoft.graph.onFraudProtectionLoadStartListener' '#microsoft.graph.onInteractiveAuthFlowStartListener': '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' + '#microsoft.graph.onPasswordSubmitListener': '#/components/schemas/microsoft.graph.onPasswordSubmitListener' '#microsoft.graph.onTokenIssuanceStartListener': '#/components/schemas/microsoft.graph.onTokenIssuanceStartListener' '#microsoft.graph.onUserCreateStartListener': '#/components/schemas/microsoft.graph.onUserCreateStartListener' microsoft.graph.authenticationEventsFlow: @@ -743387,6 +750972,7 @@ components: propertyName: '@odata.type' mapping: '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget' + '#microsoft.graph.passkeyAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' '#microsoft.graph.smsAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget' microsoft.graph.authenticationStrengthPolicy: allOf: @@ -745531,6 +753117,11 @@ components: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: 'A collection of membership records associated with the channel, including both direct and indirect members of shared channels.' x-ms-navigationProperty: true + enabledApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + x-ms-navigationProperty: true filesFolder: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' @@ -746168,6 +753759,17 @@ components: - type: object nullable: true description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + osVersionNumber: + type: string + description: 'The operating system version of this image. For example, 10.0.22000.296. Read-only.' + nullable: true + sizeInGB: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The size of the image in GB. For example, 64. Read-only.' + format: int32 + nullable: true 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.' @@ -746213,6 +753815,10 @@ components: 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 + osVersionNumber: + type: string + description: 'The operating system version of this gallery image. For example, 10.0.22000.296. 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. @@ -747010,6 +754616,276 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.conditionalAccessTemplate' + microsoft.graph.configurationBaseline: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationBaseline + required: + - '@odata.type' + type: object + properties: + description: + type: string + description: User-friendly description of the baseline given by the user. + displayName: + type: string + description: User-friendly name given by the user to the baseline. + parameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + description: Collection of parameters attached to the baseline. + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + description: Collection of resources and their properties that are added to the baseline. At least one property of one resource must be present in the baseline. + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.configurationBaseline' + microsoft.graph.configurationDrift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationDrift + required: + - '@odata.type' + type: object + properties: + baselineResourceDisplayName: + type: string + description: 'Resource instance for which the drift is detected. Supports $filter (eq, ne, startsWith) and $orderby.' + readOnly: true + driftedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + description: Properties within one or more resource instances in which drift is detected. Returned only on $select. + readOnly: true + firstReportedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 drift is first detected. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + resourceInstanceIdentifier: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: 'Resource for which the drift is detected. Supports $filter (eq, ne, startsWith).' + readOnly: true + status: + $ref: '#/components/schemas/microsoft.graph.driftStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.configurationDrift' + microsoft.graph.configurationManagement: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationManagement + required: + - '@odata.type' + type: object + properties: + configurationDrifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + description: A container for configuration drift resources. + x-ms-navigationProperty: true + configurationMonitoringResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + description: A container for configuration monitoring results resources. + x-ms-navigationProperty: true + configurationMonitors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + description: A container for configuration monitor resources. + x-ms-navigationProperty: true + configurationSnapshotJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + description: A container for snapshot job resources. + x-ms-navigationProperty: true + configurationSnapshots: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + description: A container for configuration snapshot baselines. + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.configurationManagement' + microsoft.graph.configurationMonitor: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitor + required: + - '@odata.type' + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the monitor given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name given by the user to the monitor. Supports $filter (eq, ne, startsWith) and $orderby.' + inactivationReason: + type: string + description: The reason for the monitor's inactivation. Returned only on $select. + nullable: true + readOnly: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor was last modified. If no modifications are made to the monitor, it''s the same as createdDateTime. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + mode: + $ref: '#/components/schemas/microsoft.graph.monitorMode' + monitorRunFrequencyInHours: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Frequency at which the monitor runs. The default frequency is six hours. Regardless of when you create or update a monitor, it gets triggered within the next 6 hours. Currently, monitors are picked up at fixed times: 6 AM, 12 PM, 6 PM, and 12 AM (all in GMT). For example, if you create a monitor at 9 AM, it gets triggered around 12 PM. If you update a monitor at 4 PM, it gets triggered around 6 PM.' + format: int32 + readOnly: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + - type: object + nullable: true + description: Key-value pairs that contain parameter values which might be used in the baseline. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.monitorStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + baseline: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.configurationMonitor' + microsoft.graph.configurationMonitoringResult: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitoringResult + required: + - '@odata.type' + type: object + properties: + driftsCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Number of drifts observed during a monitor run. Supports $filter (eq, ne, ge, le) and $orderby.' + format: int32 + readOnly: true + errorDetails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' + description: All the error details that prevent the monitor from running successfully. The error details are a contained entity. Returned only on $select. + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + runCompletionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runInitiationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run initiated. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runStatus: + $ref: '#/components/schemas/microsoft.graph.monitorRunStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.configurationMonitoringResult' + microsoft.graph.configurationSnapshotJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationSnapshotJob + 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: 'The date and time when the snapshot job was completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 snapshot job 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the snapshot given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name provided by the user during snapshot creation. Supports $filter (eq, ne, startsWith) and $orderby.' + errorDetails: + type: array + items: + type: string + description: Details of errors related to the reasons why the snapshot can't complete. Returned only on $select. + readOnly: true + resourceLocation: + type: string + description: The URL at which the snapshot file resides. Returned only on $select. + readOnly: true + resources: + type: array + items: + type: string + description: The names of all resources included in the request body by the user who created the snapshot. Fetched by the system. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.snapshotJobStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the snapshot is created. Supports $filter (eq, ne).' + readOnly: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.configurationSnapshotJob' microsoft.graph.connectedOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -747191,10 +755067,22 @@ components: type: string description: The user's notes about the contact. nullable: true + primaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's primary email address. profession: type: string description: The contact's profession. nullable: true + secondaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's secondary email address. spouseName: type: string description: The name of the contact's spouse/partner. @@ -747203,6 +755091,12 @@ components: type: string description: The contact's surname. nullable: true + tertiaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's tertiary email address. title: type: string description: The contact's title. @@ -747744,6 +755638,11 @@ components: - '@odata.type' type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -747790,6 +755689,16 @@ components: type: boolean description: 'If true, the default configuration is set to the system default configuration. If false, the default settings are customized.' nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' @@ -747805,6 +755714,11 @@ components: - '@odata.type' type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -747849,6 +755763,16 @@ components: type: boolean description: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantId: type: string description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -747911,6 +755835,7 @@ components: '#microsoft.graph.onAttributeCollectionStartCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension' '#microsoft.graph.onAttributeCollectionSubmitCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension' '#microsoft.graph.onOtpSendCustomExtension': '#/components/schemas/microsoft.graph.onOtpSendCustomExtension' + '#microsoft.graph.onPasswordSubmitCustomExtension': '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' '#microsoft.graph.onTokenIssuanceStartCustomExtension': '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension' microsoft.graph.customCalloutExtension: allOf: @@ -747957,6 +755882,7 @@ components: '#microsoft.graph.onAttributeCollectionStartCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension' '#microsoft.graph.onAttributeCollectionSubmitCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension' '#microsoft.graph.onOtpSendCustomExtension': '#/components/schemas/microsoft.graph.onOtpSendCustomExtension' + '#microsoft.graph.onPasswordSubmitCustomExtension': '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' '#microsoft.graph.onTokenIssuanceStartCustomExtension': '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension' '#microsoft.graph.identityGovernance.customTaskExtension': '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' microsoft.graph.customExtensionStageSetting: @@ -750960,6 +758886,7 @@ components: mapping: '#microsoft.graph.administrativeUnit': '#/components/schemas/microsoft.graph.administrativeUnit' '#microsoft.graph.application': '#/components/schemas/microsoft.graph.application' + '#microsoft.graph.agentIdentityBlueprint': '#/components/schemas/microsoft.graph.agentIdentityBlueprint' '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment' '#microsoft.graph.certificateAuthorityDetail': '#/components/schemas/microsoft.graph.certificateAuthorityDetail' '#microsoft.graph.certificateBasedAuthPki': '#/components/schemas/microsoft.graph.certificateBasedAuthPki' @@ -750972,6 +758899,7 @@ components: '#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.mailbox': '#/components/schemas/microsoft.graph.mailbox' '#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' '#microsoft.graph.organization': '#/components/schemas/microsoft.graph.organization' '#microsoft.graph.orgContact': '#/components/schemas/microsoft.graph.orgContact' @@ -750990,7 +758918,10 @@ components: '#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.agentIdentity': '#/components/schemas/microsoft.graph.agentIdentity' + '#microsoft.graph.agentIdentityBlueprintPrincipal': '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal' '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user' + '#microsoft.graph.agentUser': '#/components/schemas/microsoft.graph.agentUser' microsoft.graph.directoryObjectPartnerReference: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -753916,6 +761847,7 @@ components: '#microsoft.graph.onEmailOtpSendListener': '#/components/schemas/microsoft.graph.onEmailOtpSendListener' '#microsoft.graph.onFraudProtectionLoadStartListener': '#/components/schemas/microsoft.graph.onFraudProtectionLoadStartListener' '#microsoft.graph.onInteractiveAuthFlowStartListener': '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' + '#microsoft.graph.onPasswordSubmitListener': '#/components/schemas/microsoft.graph.onPasswordSubmitListener' '#microsoft.graph.onTokenIssuanceStartListener': '#/components/schemas/microsoft.graph.onTokenIssuanceStartListener' '#microsoft.graph.onUserCreateStartListener': '#/components/schemas/microsoft.graph.onUserCreateStartListener' '#microsoft.graph.authenticationEventsFlow': '#/components/schemas/microsoft.graph.authenticationEventsFlow' @@ -753949,6 +761881,7 @@ components: '#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.passkeyAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' '#microsoft.graph.smsAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget' '#microsoft.graph.authenticationStrengthPolicy': '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' '#microsoft.graph.authenticationStrengthRoot': '#/components/schemas/microsoft.graph.authenticationStrengthRoot' @@ -754056,6 +761989,12 @@ components: '#microsoft.graph.whatIfAnalysisResult': '#/components/schemas/microsoft.graph.whatIfAnalysisResult' '#microsoft.graph.conditionalAccessRoot': '#/components/schemas/microsoft.graph.conditionalAccessRoot' '#microsoft.graph.conditionalAccessTemplate': '#/components/schemas/microsoft.graph.conditionalAccessTemplate' + '#microsoft.graph.configurationBaseline': '#/components/schemas/microsoft.graph.configurationBaseline' + '#microsoft.graph.configurationDrift': '#/components/schemas/microsoft.graph.configurationDrift' + '#microsoft.graph.configurationManagement': '#/components/schemas/microsoft.graph.configurationManagement' + '#microsoft.graph.configurationMonitor': '#/components/schemas/microsoft.graph.configurationMonitor' + '#microsoft.graph.configurationMonitoringResult': '#/components/schemas/microsoft.graph.configurationMonitoringResult' + '#microsoft.graph.configurationSnapshotJob': '#/components/schemas/microsoft.graph.configurationSnapshotJob' '#microsoft.graph.connectedOrganization': '#/components/schemas/microsoft.graph.connectedOrganization' '#microsoft.graph.contactFolder': '#/components/schemas/microsoft.graph.contactFolder' '#microsoft.graph.contentActivity': '#/components/schemas/microsoft.graph.contentActivity' @@ -754083,6 +762022,7 @@ components: '#microsoft.graph.onAttributeCollectionStartCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension' '#microsoft.graph.onAttributeCollectionSubmitCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension' '#microsoft.graph.onOtpSendCustomExtension': '#/components/schemas/microsoft.graph.onOtpSendCustomExtension' + '#microsoft.graph.onPasswordSubmitCustomExtension': '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' '#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' @@ -754183,6 +762123,7 @@ components: '#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.agentIdentityBlueprint': '#/components/schemas/microsoft.graph.agentIdentityBlueprint' '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment' '#microsoft.graph.certificateAuthorityDetail': '#/components/schemas/microsoft.graph.certificateAuthorityDetail' '#microsoft.graph.certificateBasedAuthPki': '#/components/schemas/microsoft.graph.certificateBasedAuthPki' @@ -754195,6 +762136,7 @@ components: '#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.mailbox': '#/components/schemas/microsoft.graph.mailbox' '#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' '#microsoft.graph.organization': '#/components/schemas/microsoft.graph.organization' '#microsoft.graph.orgContact': '#/components/schemas/microsoft.graph.orgContact' @@ -754213,7 +762155,10 @@ components: '#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.agentIdentity': '#/components/schemas/microsoft.graph.agentIdentity' + '#microsoft.graph.agentIdentityBlueprintPrincipal': '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal' '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user' + '#microsoft.graph.agentUser': '#/components/schemas/microsoft.graph.agentUser' '#microsoft.graph.domain': '#/components/schemas/microsoft.graph.domain' '#microsoft.graph.domainDnsRecord': '#/components/schemas/microsoft.graph.domainDnsRecord' '#microsoft.graph.domainDnsCnameRecord': '#/components/schemas/microsoft.graph.domainDnsCnameRecord' @@ -754263,6 +762208,7 @@ components: '#microsoft.graph.exchangeAdmin': '#/components/schemas/microsoft.graph.exchangeAdmin' '#microsoft.graph.exchangeMessageTrace': '#/components/schemas/microsoft.graph.exchangeMessageTrace' '#microsoft.graph.exchangeMessageTraceDetail': '#/components/schemas/microsoft.graph.exchangeMessageTraceDetail' + '#microsoft.graph.exchangeSettings': '#/components/schemas/microsoft.graph.exchangeSettings' '#microsoft.graph.extension': '#/components/schemas/microsoft.graph.extension' '#microsoft.graph.openTypeExtension': '#/components/schemas/microsoft.graph.openTypeExtension' '#microsoft.graph.externalDomainName': '#/components/schemas/microsoft.graph.externalDomainName' @@ -754331,6 +762277,7 @@ components: '#microsoft.graph.engagementAsyncOperation': '#/components/schemas/microsoft.graph.engagementAsyncOperation' '#microsoft.graph.richLongRunningOperation': '#/components/schemas/microsoft.graph.richLongRunningOperation' '#microsoft.graph.m365AppsInstallationOptions': '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' + '#microsoft.graph.mailboxFolder': '#/components/schemas/microsoft.graph.mailboxFolder' '#microsoft.graph.mailFolder': '#/components/schemas/microsoft.graph.mailFolder' '#microsoft.graph.mailSearchFolder': '#/components/schemas/microsoft.graph.mailSearchFolder' '#microsoft.graph.malwareStateForWindowsDevice': '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' @@ -754441,6 +762388,7 @@ components: '#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.mailboxItem': '#/components/schemas/microsoft.graph.mailboxItem' '#microsoft.graph.message': '#/components/schemas/microsoft.graph.message' '#microsoft.graph.calendarSharingMessage': '#/components/schemas/microsoft.graph.calendarSharingMessage' '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' @@ -754452,6 +762400,7 @@ components: '#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.passkeyProfile': '#/components/schemas/microsoft.graph.passkeyProfile' '#microsoft.graph.payload': '#/components/schemas/microsoft.graph.payload' '#microsoft.graph.peopleAdminSettings': '#/components/schemas/microsoft.graph.peopleAdminSettings' '#microsoft.graph.permission': '#/components/schemas/microsoft.graph.permission' @@ -754506,6 +762455,7 @@ components: '#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.profileSource': '#/components/schemas/microsoft.graph.profileSource' '#microsoft.graph.pronounsSettings': '#/components/schemas/microsoft.graph.pronounsSettings' '#microsoft.graph.protectionPolicyBase': '#/components/schemas/microsoft.graph.protectionPolicyBase' '#microsoft.graph.exchangeProtectionPolicy': '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' @@ -754586,6 +762536,8 @@ components: '#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.sharePointGroup': '#/components/schemas/microsoft.graph.sharePointGroup' + '#microsoft.graph.sharePointGroupMember': '#/components/schemas/microsoft.graph.sharePointGroupMember' '#microsoft.graph.sharePointMigrationEvent': '#/components/schemas/microsoft.graph.sharePointMigrationEvent' '#microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent': '#/components/schemas/microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent' '#microsoft.graph.sharePointMigrationJobCancelledEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobCancelledEvent' @@ -754910,11 +762862,14 @@ components: '#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.teamsAdministration.numberAssignment': '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' '#microsoft.graph.teamsAdministration.policyIdentifierDetail': '#/components/schemas/microsoft.graph.teamsAdministration.policyIdentifierDetail' '#microsoft.graph.teamsAdministration.teamsAdminRoot': '#/components/schemas/microsoft.graph.teamsAdministration.teamsAdminRoot' '#microsoft.graph.teamsAdministration.teamsPolicyAssignment': '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyAssignment' '#microsoft.graph.teamsAdministration.teamsPolicyUserAssignment': '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' '#microsoft.graph.teamsAdministration.teamsUserConfiguration': '#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration' + '#microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation': '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + '#microsoft.graph.teamsAdministration.telephoneNumberManagementRoot': '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' '#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' @@ -755296,6 +763251,11 @@ components: - '@odata.type' type: object properties: + mailboxes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' + x-ms-navigationProperty: true tracing: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageTracingRoot' @@ -755447,6 +763407,20 @@ components: type: string default: '#microsoft.graph.exchangeRestoreSession' x-ms-discriminator-value: '#microsoft.graph.exchangeRestoreSession' + microsoft.graph.exchangeSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: exchangeSettings + required: + - '@odata.type' + type: object + properties: + primaryMailboxId: + type: string + nullable: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.exchangeSettings' microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -755669,28 +763643,34 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as 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. + description: The attestation certificate or certificates attached to this passkey. attestationLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' + description: 'The attestation level of this passkey (FIDO2). The possible values are: attested, notAttested, unknownFutureValue.' 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. + description: The manufacturer-assigned model of the FIDO2 passkey. nullable: true + passkeyType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyType' + - type: object + nullable: true + description: 'The type of passkey. The possible values are: deviceBound, synced, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.fido2AuthenticationMethod' @@ -755703,26 +763683,36 @@ components: - '@odata.type' type: object properties: + defaultPasskeyProfile: + type: string + description: 'The non-deletable baseline passkey profile, within the passkey profile collection. It''s automatically created when migrating to passkey profiles and initially mirrors the tenant''s legacy global passkey (FIDO2) authentication methods policy settings.' + nullable: true isAttestationEnforced: type: boolean - description: Determines whether attestation must be enforced for FIDO2 security key registration. + description: Determines whether attestation must be enforced for passkey (FIDO2) registration. This property is deprecated and will be removed in October 2027. Use passkeyProfiles property. nullable: true isSelfServiceRegistrationAllowed: type: boolean - description: Determines if users can register new FIDO2 security keys. + description: Determines if users can register new passkeys (FIDO2). 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 (for example, make and model) of the authenticator.' + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. This property is deprecated and will be removed in October 2027. Use the passkeyProfiles property.' includeTargets: type: array items: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true + passkeyProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' + description: A collection of configuration profiles that control the registration of and authentication with passkeys (FIDO2). + x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.fido2AuthenticationMethodConfiguration' @@ -755922,6 +763912,11 @@ components: nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true + sharePointGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fileStorageContainer' @@ -757171,6 +765166,23 @@ components: x-ms-navigationProperty: true '@odata.type': type: string + microsoft.graph.inheritablePermission: + title: inheritablePermission + required: + - '@odata.type' + type: object + properties: + inheritableScopes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - type: object + nullable: true + description: 'Inheritance configuration for delegated permission scopes published by the resource application. Supports three patterns: allAllowedScopes (inherit all available scopes), enumeratedScopes (inherit only the listed scopes), and noScopes (inherit none). Each pattern exposes a kind discriminator for filtering.' + resourceAppId: + type: string + description: The appId of the resource application that publishes these scopes. Primary key. + '@odata.type': + type: string microsoft.graph.insightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -759678,6 +767690,104 @@ components: type: string default: '#microsoft.graph.mailAssessmentRequest' x-ms-discriminator-value: '#microsoft.graph.mailAssessmentRequest' + microsoft.graph.mailbox: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: mailbox + required: + - '@odata.type' + type: object + properties: + folders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.mailbox' + x-ms-discriminator-value: '#microsoft.graph.mailbox' + microsoft.graph.mailboxFolder: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mailboxFolder + required: + - '@odata.type' + type: object + properties: + childFolderCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + displayName: + type: string + nullable: true + parentFolderId: + type: string + nullable: true + totalItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + type: + type: string + nullable: true + childFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.mailboxFolder' + microsoft.graph.mailboxItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: mailboxItem + required: + - '@odata.type' + type: object + properties: + size: + type: number + format: int64 + nullable: true + type: + type: string + nullable: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.mailboxItem' + x-ms-discriminator-value: '#microsoft.graph.mailboxItem' microsoft.graph.mailboxProtectionRule: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' @@ -763390,6 +771500,36 @@ components: type: string default: '#microsoft.graph.onOtpSendCustomExtension' x-ms-discriminator-value: '#microsoft.graph.onOtpSendCustomExtension' + microsoft.graph.onPasswordSubmitCustomExtension: + allOf: + - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + - title: onPasswordSubmitCustomExtension + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + default: '#microsoft.graph.onPasswordSubmitCustomExtension' + x-ms-discriminator-value: '#microsoft.graph.onPasswordSubmitCustomExtension' + microsoft.graph.onPasswordSubmitListener: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' + - title: onPasswordSubmitListener + required: + - '@odata.type' + type: object + properties: + handler: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - type: object + nullable: true + description: 'Configuration for the handler to invoke when this listener is triggered. For JIT migration scenarios, this is typically an onPasswordMigrationCustomExtensionHandler.' + '@odata.type': + type: string + default: '#microsoft.graph.onPasswordSubmitListener' + x-ms-discriminator-value: '#microsoft.graph.onPasswordSubmitListener' microsoft.graph.onPremisesConditionalAccessSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -764095,6 +772235,7 @@ components: mapping: '#microsoft.graph.contact': '#/components/schemas/microsoft.graph.contact' '#microsoft.graph.event': '#/components/schemas/microsoft.graph.event' + '#microsoft.graph.mailboxItem': '#/components/schemas/microsoft.graph.mailboxItem' '#microsoft.graph.message': '#/components/schemas/microsoft.graph.message' '#microsoft.graph.calendarSharingMessage': '#/components/schemas/microsoft.graph.calendarSharingMessage' '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' @@ -764224,6 +772365,54 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.partners' + microsoft.graph.passkeyAuthenticationMethodTarget: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + - title: passkeyAuthenticationMethodTarget + required: + - '@odata.type' + type: object + properties: + allowedPasskeyProfiles: + 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: List of passkey profiles scoped to the targets. Required. + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.passkeyAuthenticationMethodTarget' + microsoft.graph.passkeyProfile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: passkeyProfile + required: + - '@odata.type' + type: object + properties: + attestationEnforcement: + $ref: '#/components/schemas/microsoft.graph.attestationEnforcement' + keyRestrictions: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fido2KeyRestrictions' + - type: object + nullable: true + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. Required.' + name: + type: string + description: Name of the passkey profile. Required. + nullable: true + passkeyTypes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyTypes' + - type: object + nullable: true + description: 'Specifies which types of passkeys are targeted in this passkey profile. Required. The possible values are: deviceBound, synced, unknownFutureValue.' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.passkeyProfile' microsoft.graph.passwordAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -764391,6 +772580,12 @@ components: $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 + profileSources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' + description: A collection of profile source settings configured by an administrator in an organization. + x-ms-navigationProperty: true pronouns: anyOf: - $ref: '#/components/schemas/microsoft.graph.pronounsSettings' @@ -766658,6 +774853,38 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.profilePhoto' + microsoft.graph.profileSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: profileSource + required: + - '@odata.type' + type: object + properties: + displayName: + type: string + description: Name of the profile source intended to inform users about the profile source name. + nullable: true + kind: + type: string + description: Type of the profile source. + nullable: true + localizations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' + description: Alternative localized labels specified by an administrator. + sourceId: + type: string + description: Profile source identifier used as an alternate key. + nullable: true + webUrl: + type: string + description: Web URL of the profile source that directs users to the page view of the profile data. + nullable: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.profileSource' microsoft.graph.pronounsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -769879,7 +778106,11 @@ components: '@odata.type': type: string default: '#microsoft.graph.servicePrincipal' - x-ms-discriminator-value: '#microsoft.graph.servicePrincipal' + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.agentIdentity': '#/components/schemas/microsoft.graph.agentIdentity' + '#microsoft.graph.agentIdentityBlueprintPrincipal': '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal' microsoft.graph.servicePrincipalRiskDetection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -770338,6 +778569,46 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sharepoint' + microsoft.graph.sharePointGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroup + required: + - '@odata.type' + type: object + properties: + description: + type: string + nullable: true + principalId: + type: string + nullable: true + title: + type: string + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.sharePointGroup' + microsoft.graph.sharePointGroupMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroupMember + required: + - '@odata.type' + type: object + properties: + identity: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' + - type: object + nullable: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.sharePointGroupMember' microsoft.graph.sharePointMigrationEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -775301,6 +783572,9 @@ components: 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.' + identityParentId: + type: string + nullable: true imAddresses: type: array items: @@ -775871,7 +784145,10 @@ components: type: string default: '#microsoft.graph.user' description: Represents a Microsoft Entra user account. - x-ms-discriminator-value: '#microsoft.graph.user' + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.agentUser': '#/components/schemas/microsoft.graph.agentUser' microsoft.graph.userActivity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -777577,6 +785854,12 @@ components: 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 work or school is affected. Users can control this setting in Office Delve.' + exchange: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + - type: object + nullable: true + x-ms-navigationProperty: true itemInsights: anyOf: - $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' @@ -782753,6 +791036,10 @@ components: - type: object nullable: true description: Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings. + certificateAuthorityScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' certificateUserBindings: type: array items: @@ -782760,6 +791047,11 @@ components: 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. crlValidationConfiguration: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfiguration' + issuerHintsConfiguration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsConfiguration' + - type: object + nullable: true includeTargets: type: array items: @@ -784124,6 +792416,18 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.allAllowedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: allAllowedScopes + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + default: '#microsoft.graph.allAllowedScopes' + x-ms-discriminator-value: '#microsoft.graph.allAllowedScopes' microsoft.graph.allDeviceRegistrationMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' @@ -786105,6 +794409,39 @@ components: '#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.baselineParameter: + title: baselineParameter + required: + - '@odata.type' + type: object + properties: + description: + type: string + description: User-friendly description of the parameter. + nullable: true + displayName: + type: string + description: Parameter names such as FQDN and Tenant ID. + parameterType: + $ref: '#/components/schemas/microsoft.graph.baselineParameterType' + '@odata.type': + type: string + microsoft.graph.baselineResource: + title: baselineResource + required: + - '@odata.type' + type: object + properties: + displayName: + type: string + description: Unique name of the resource. + properties: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: Name of the resource type. + '@odata.type': + type: string microsoft.graph.basicAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -789341,6 +797678,19 @@ components: type: string default: '#microsoft.graph.crossCloudAzureActiveDirectoryTenant' x-ms-discriminator-value: '#microsoft.graph.crossCloudAzureActiveDirectoryTenant' + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + title: crossTenantAccessPolicyAppServiceConnectSetting + required: + - '@odata.type' + type: object + properties: + applications: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true + '@odata.type': + type: string microsoft.graph.crossTenantAccessPolicyB2BSetting: title: crossTenantAccessPolicyB2BSetting required: @@ -789385,6 +797735,32 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + title: crossTenantAccessPolicyM365CollaborationInboundSetting + required: + - '@odata.type' + type: object + properties: + users: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true + '@odata.type': + type: string + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + title: crossTenantAccessPolicyM365CollaborationOutboundSetting + required: + - '@odata.type' + type: object + properties: + usersAndGroups: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true + '@odata.type': + type: string microsoft.graph.crossTenantAccessPolicyTarget: title: crossTenantAccessPolicyTarget required: @@ -790932,6 +799308,7 @@ components: mapping: '#microsoft.graph.customMetadataDictionary': '#/components/schemas/microsoft.graph.customMetadataDictionary' '#microsoft.graph.fileStorageContainerCustomPropertyDictionary': '#/components/schemas/microsoft.graph.fileStorageContainerCustomPropertyDictionary' + '#microsoft.graph.openComplexDictionaryType': '#/components/schemas/microsoft.graph.openComplexDictionaryType' '#microsoft.graph.resultTemplateDictionary': '#/components/schemas/microsoft.graph.resultTemplateDictionary' microsoft.graph.disableAndDeleteUserApplyAction: allOf: @@ -791104,6 +799481,24 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.driftedProperty: + title: driftedProperty + required: + - '@odata.type' + type: object + properties: + currentValue: + description: The current value of the property. + readOnly: true + desiredValue: + description: The desired value of the property as specified by admins in the baseline of the monitor body. + readOnly: true + propertyName: + type: string + description: The name of the property. + readOnly: true + '@odata.type': + type: string microsoft.graph.driveItemSource: title: driveItemSource required: @@ -792260,6 +800655,43 @@ components: type: string default: '#microsoft.graph.enumeratedDeviceRegistrationMembership' x-ms-discriminator-value: '#microsoft.graph.enumeratedDeviceRegistrationMembership' + microsoft.graph.enumeratedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: enumeratedScopes + required: + - '@odata.type' + type: object + properties: + scopes: + type: array + items: + type: string + description: Required. Nonempty list of delegated permission scope identifiers published by the resource application to inherit. Entries must be unique and must not include any globally blocked scopes. + '@odata.type': + type: string + default: '#microsoft.graph.enumeratedScopes' + x-ms-discriminator-value: '#microsoft.graph.enumeratedScopes' + microsoft.graph.errorDetail: + title: errorDetail + required: + - '@odata.type' + type: object + properties: + errorMessage: + type: string + description: The message that describes the error to help the admin take action. + readOnly: true + resourceInstanceName: + type: string + description: The resource type identifier. + readOnly: true + resourceType: + type: string + description: Name of the resource type. + readOnly: true + '@odata.type': + type: string microsoft.graph.eventMessageDetail: title: eventMessageDetail required: @@ -792353,6 +800785,29 @@ components: description: 'The requestor''s desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration.' '@odata.type': type: string + microsoft.graph.exportItemResponse: + title: exportItemResponse + required: + - '@odata.type' + type: object + properties: + changeKey: + type: string + nullable: true + data: + type: string + format: base64url + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.mailTipsError' + - type: object + nullable: true + itemId: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.expressionInputObject: title: expressionInputObject required: @@ -793259,6 +801714,7 @@ components: '#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.sharePointGroupIdentity': '#/components/schemas/microsoft.graph.sharePointGroupIdentity' '#microsoft.graph.sharePointIdentity': '#/components/schemas/microsoft.graph.sharePointIdentity' '#microsoft.graph.teamworkApplicationIdentity': '#/components/schemas/microsoft.graph.teamworkApplicationIdentity' '#microsoft.graph.teamworkConversationIdentity': '#/components/schemas/microsoft.graph.teamworkConversationIdentity' @@ -793464,6 +801920,18 @@ components: type: string default: '#microsoft.graph.includeAllAccountTargetContent' x-ms-discriminator-value: '#microsoft.graph.includeAllAccountTargetContent' + microsoft.graph.includeTarget: + title: includeTarget + required: + - '@odata.type' + type: object + properties: + id: + type: string + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' + '@odata.type': + type: string microsoft.graph.incomingCallOptions: allOf: - $ref: '#/components/schemas/microsoft.graph.callOptions' @@ -793550,6 +802018,22 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.inheritableScopes: + title: inheritableScopes + required: + - '@odata.type' + type: object + properties: + kind: + $ref: '#/components/schemas/microsoft.graph.scopeCollectionKind' + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.allAllowedScopes': '#/components/schemas/microsoft.graph.allAllowedScopes' + '#microsoft.graph.enumeratedScopes': '#/components/schemas/microsoft.graph.enumeratedScopes' + '#microsoft.graph.noScopes': '#/components/schemas/microsoft.graph.noScopes' microsoft.graph.initiator: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -794977,6 +803461,22 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.mailboxItemImportSession: + title: mailboxItemImportSession + 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 + format: date-time + nullable: true + importUrl: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.mailboxSettings: title: mailboxSettings required: @@ -796440,6 +804940,18 @@ components: type: string default: '#microsoft.graph.noDeviceRegistrationMembership' x-ms-discriminator-value: '#microsoft.graph.noDeviceRegistrationMembership' + microsoft.graph.noScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: noScopes + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + default: '#microsoft.graph.noScopes' + x-ms-discriminator-value: '#microsoft.graph.noScopes' microsoft.graph.notebookLinks: title: notebookLinks required: @@ -797295,6 +805807,45 @@ components: propertyName: '@odata.type' mapping: '#microsoft.graph.onOtpSendCustomExtensionHandler': '#/components/schemas/microsoft.graph.onOtpSendCustomExtensionHandler' + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - title: onPasswordMigrationCustomExtensionHandler + required: + - '@odata.type' + type: object + properties: + configuration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration' + - type: object + nullable: true + description: 'Configuration that overrides the default settings from the referenced custom extension, such as timeout and retry values. Optional.' + migrationPropertyId: + type: string + description: 'The name of the custom extension attribute that indicates whether a user requires migration. This property must reference a valid custom attribute on the user object (for example, extensionrequiresMigration). Required.' + customExtension: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' + - type: object + nullable: true + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.onPasswordMigrationCustomExtensionHandler' + x-ms-discriminator-value: '#microsoft.graph.onPasswordMigrationCustomExtensionHandler' + microsoft.graph.onPasswordSubmitHandler: + title: onPasswordSubmitHandler + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.onPasswordMigrationCustomExtensionHandler': '#/components/schemas/microsoft.graph.onPasswordMigrationCustomExtensionHandler' microsoft.graph.onPremisesAccidentalDeletionPrevention: title: onPremisesAccidentalDeletionPrevention required: @@ -797585,6 +806136,17 @@ components: propertyName: '@odata.type' mapping: '#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp': '#/components/schemas/microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp' + microsoft.graph.openComplexDictionaryType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.Dictionary' + - title: openComplexDictionaryType + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.openComplexDictionaryType' microsoft.graph.openIdConnectSetting: title: openIdConnectSetting required: @@ -799935,6 +808497,26 @@ components: 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.profileSourceLocalization: + title: profileSourceLocalization + required: + - '@odata.type' + type: object + properties: + displayName: + type: string + description: Localized display name. + nullable: true + languageTag: + type: string + description: Language locale. + nullable: true + webUrl: + type: string + description: Localized profile source URL. + nullable: true + '@odata.type': + type: string microsoft.graph.prompt: title: prompt required: @@ -802909,6 +811491,24 @@ components: '@odata.type': type: string description: SharedPC Account Manager Policy. Only applies when the account manager is enabled. + microsoft.graph.sharePointGroupIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: sharePointGroupIdentity + required: + - '@odata.type' + type: object + properties: + principalId: + type: string + nullable: true + title: + type: string + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.sharePointGroupIdentity' + x-ms-discriminator-value: '#microsoft.graph.sharePointGroupIdentity' microsoft.graph.sharePointIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -802939,6 +811539,11 @@ components: - type: object nullable: true description: The group associated with this action. Optional. + sharePointGroup: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointGroupIdentity' + - type: object + nullable: true siteGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentity' @@ -808706,6 +817311,24 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.x509CertificateAuthorityScope: + title: x509CertificateAuthorityScope + required: + - '@odata.type' + type: object + properties: + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' + publicKeyInfrastructureIdentifier: + type: string + nullable: true + subjectKeyIdentifier: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.x509CertificateCRLValidationConfiguration: title: x509CertificateCRLValidationConfiguration required: @@ -808722,6 +817345,19 @@ components: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfigurationState' '@odata.type': type: string + microsoft.graph.x509CertificateIssuerHintsConfiguration: + title: x509CertificateIssuerHintsConfiguration + required: + - '@odata.type' + type: object + properties: + state: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsState' + - type: object + nullable: true + '@odata.type': + type: string microsoft.graph.x509CertificateRule: title: x509CertificateRule required: @@ -809499,6 +818135,13 @@ components: - optional - resource type: string + microsoft.graph.attestationEnforcement: + title: attestationEnforcement + enum: + - disabled + - registrationOnly + - unknownFutureValue + type: string microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -809792,6 +818435,21 @@ components: - unknownFutureValue - qrCodePin type: string + microsoft.graph.baselineParameterType: + title: baselineParameterType + enum: + - string + - integer + - boolean + - unknownFutureValue + type: string + x-ms-enum: + name: baselineParameterType + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.binaryOperator: title: binaryOperator enum: @@ -811966,6 +820624,20 @@ components: - sPSharingGenerateIncidentReport - restrictWebGrounding type: string + microsoft.graph.driftStatus: + title: driftStatus + enum: + - active + - fixed + - unknownFutureValue + type: string + x-ms-enum: + name: driftStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.driveItemSourceApplication: title: driveItemSourceApplication enum: @@ -813889,6 +822561,48 @@ components: - data - unknownFutureValue type: string + microsoft.graph.monitorMode: + title: monitorMode + enum: + - monitorOnly + - unknownFutureValue + type: string + x-ms-enum: + name: monitorMode + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorRunStatus: + title: monitorRunStatus + enum: + - successful + - partiallySuccessful + - failed + - unknownFutureValue + type: string + x-ms-enum: + name: monitorRunStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorStatus: + title: monitorStatus + enum: + - active + - inactive + - unknownFutureValue + type: string + x-ms-enum: + name: monitorStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.multiFactorAuthConfiguration: title: multiFactorAuthConfiguration enum: @@ -814248,6 +822962,22 @@ components: - valueAddedResellerPartnerDelegatedAdmin - unknownFutureValue type: string + microsoft.graph.passkeyType: + title: passkeyType + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + microsoft.graph.passkeyTypes: + title: passkeyTypes + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.payloadBrand: title: payloadBrand enum: @@ -816901,6 +825631,15 @@ components: - selfRenew - unknownFutureValue type: string + microsoft.graph.scopeCollectionKind: + title: scopeCollectionKind + enum: + - allAllowed + - enumerated + - none + - scopeKindNotSet + - unknownFutureValue + type: string microsoft.graph.scopeOperatorMultiValuedComparisonType: title: scopeOperatorMultiValuedComparisonType enum: @@ -817306,6 +826045,23 @@ components: - value: high description: High. name: high + microsoft.graph.snapshotJobStatus: + title: snapshotJobStatus + enum: + - notStarted + - running + - succeeded + - failed + - partiallySuccessful + - unknownFutureValue + type: string + x-ms-enum: + name: snapshotJobStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.socialIdentitySourceType: title: socialIdentitySourceType enum: @@ -819881,6 +828637,13 @@ components: - enabled - unknownFutureValue type: string + microsoft.graph.x509CertificateIssuerHintsState: + title: x509CertificateIssuerHintsState + enum: + - disabled + - enabled + - unknownFutureValue + type: string microsoft.graph.x509CertificateRuleType: title: x509CertificateRuleType enum: @@ -821412,6 +830175,8 @@ components: type: string description: The Teams app ID. Optional. nullable: true + contentCategory: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.contentCategory' description: type: string description: Description of the connection displayed in the Microsoft 365 admin center. Optional. @@ -821653,6 +830418,35 @@ components: type: string default: '#microsoft.graph.externalConnectors.itemIdResolver' x-ms-discriminator-value: '#microsoft.graph.externalConnectors.itemIdResolver' + microsoft.graph.externalConnectors.principal: + title: principal + required: + - '@odata.type' + type: object + properties: + email: + type: string + nullable: true + entraDisplayName: + type: string + nullable: true + entraId: + type: string + nullable: true + externalId: + type: string + nullable: true + externalName: + type: string + nullable: true + tenantId: + type: string + nullable: true + upn: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.externalConnectors.properties: title: properties required: @@ -821673,6 +830467,10 @@ components: type: string nullable: true description: 'A set of aliases or a friendly name for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, '', '', <, >, `, ^. Optional.' + description: + type: string + description: 'Specifies a human-readable description that explains the purpose, usage, or guidance related to the property. This property enhances semantic understanding by helping Copilot interpret queries and accurately map them to properties that results in more relevant and precise responses. Optional but we recommend that you use this property for queryable properties. The maximum supported length is 200 characters.' + nullable: true isQueryable: type: boolean description: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. @@ -821809,6 +830607,25 @@ components: - limitExceeded - unknownFutureValue type: string + microsoft.graph.externalConnectors.contentCategory: + title: contentCategory + enum: + - uncategorized + - knowledgeBase + - wikis + - fileRepository + - qna + - crm + - dashboard + - people + - media + - email + - messaging + - meetingTranscripts + - taskManagement + - learningManagement + - unknownFutureValue + type: string microsoft.graph.externalConnectors.externalActivityType: title: externalActivityType enum: @@ -821846,7 +830663,45 @@ components: - fileName - fileExtension - unknownFutureValue + - containerName + - containerUrl - iconUrl + - assignedToPeople + - closedBy + - closedDate + - priority + - sprintName + - tags + - severity + - state + - dueDate + - itemParentId + - itemPath + - itemType + - numberOfReactions + - parentUrl + - priorityNormalized + - reportedBy + - secondaryId + - personEmails + - personAddresses + - personAnniversaries + - personName + - personNote + - personPhones + - personCurrentPosition + - personWebAccounts + - personWebSite + - personSkills + - personProjects + - personAccount + - personAwards + - personCertifications + - personAssistants + - personColleagues + - personManager + - personAlternateContacts + - personEmergencyContacts type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -821861,6 +830716,8 @@ components: - doubleCollection - dateTimeCollection - unknownFutureValue + - principal + - principalCollection type: string microsoft.graph.externalConnectors.ruleOperation: title: ruleOperation @@ -830960,6 +839817,90 @@ components: - clientUpdateProhibited - unknownFutureValue type: string + microsoft.graph.teamsAdministration.numberAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: numberAssignment + required: + - '@odata.type' + type: object + properties: + activationState: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.activationState' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + description: 'Contains the assignment category such as Primary or Private. The possible values are: primary, private, alternate, unknownFutureValue.' + assignmentStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentStatus' + - type: object + nullable: true + description: 'The assignment status of the phone number. The possible values are: unassigned, internalError, userAssigned, conferenceAssigned, voiceApplicationAssigned, thirdPartyAppAssigned, policyAssigned, unknownFutureValue.' + assignmentTargetId: + type: string + description: 'The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account, or the policy instance ID of a Teams shared calling routing policy instance.' + nullable: true + capabilities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberCapability' + description: The list of capabilities assigned to the phone number. + city: + type: string + description: The city where the phone number is located or associated with. + nullable: true + civicAddressId: + type: string + description: The ID of the civic address assigned to the phone number. + nullable: true + isoCountryCode: + type: string + description: The ISO country code assigned to the phone number. + nullable: true + locationId: + type: string + description: The ID of the location assigned to the phone number. + nullable: true + networkSiteId: + type: string + description: This property is reserved for internal Microsoft use. + nullable: true + numberSource: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberSource' + - type: object + nullable: true + description: 'The source of the phone number. online is used for phone numbers assigned in Microsoft 365, and onPremises is used for phone numbers assigned in AD on-premises, which are synchronized into Microsoft 365. The possible values are: online, onPremises, unknownFutureValue.' + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + operatorId: + type: string + description: The ID of the operator. + portInStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.portInStatus' + - type: object + nullable: true + description: 'The status of any port in order covering the phone number. The possible values are: completed, firmOrderCommitmentAccepted, unknownFutureValue.' + reverseNumberLookupOptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.reverseNumberLookupOption' + description: 'Status of Reverse Number Lookup (RNL). If set to skipInternalVoip, calls are routed through the external Public Switched Telephone Network (PSTN) instead of using internal VoIP resolution.' + supportedCustomerActions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.customerAction' + description: Indicates what customer actions are available to modify the number. + telephoneNumber: + type: string + description: 'The telephone number in the record. The recorded telephone number is always displayed with a ''+'' prefix, regardless of whether it was originally assigned with one.' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.teamsAdministration.numberAssignment' microsoft.graph.teamsAdministration.policyIdentifierDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -830992,6 +839933,13 @@ components: nullable: true description: Represents a navigation property to the Teams policy assignment object. x-ms-navigationProperty: true + telephoneNumberManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + - type: object + nullable: true + description: Represents a collection of available telephone number management operations. + x-ms-navigationProperty: true userConfigurations: type: array items: @@ -831095,6 +840043,50 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamsAdministration.teamsUserConfiguration' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberLongRunningOperation + required: + - '@odata.type' + type: object + properties: + createdDateTime: + type: string + description: Date and time when the asynchronous operation was created. + numbers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' + description: Asynchronous operation details. + status: + $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberManagementRoot + required: + - '@odata.type' + type: object + properties: + numberAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + description: Represents a collection of synchronous telephone number management operations. + x-ms-navigationProperty: true + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + description: Represents a collection of asynchronous telephone number management operations. + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' microsoft.graph.teamsAdministration.assignedTelephoneNumber: title: assignedTelephoneNumber required: @@ -831141,6 +840133,28 @@ components: description: Represents the unique identifier for the policy. '@odata.type': type: string + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + title: telephoneNumberLongRunningOperationDetails + required: + - '@odata.type' + type: object + properties: + resourceLocation: + type: string + description: Location of the asynchronous operation. It includes the operation identifier. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + - type: object + nullable: true + description: 'status of the asynchronous operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.' + statusDetail: + type: string + description: Indicates the asynchronous operation details. + nullable: true + '@odata.type': + type: string microsoft.graph.teamsAdministration.accountType: title: accountType enum: @@ -831152,6 +840166,16 @@ components: - unknownFutureValue - ineligibleUser type: string + microsoft.graph.teamsAdministration.activationState: + title: activationState + enum: + - activated + - assignmentPending + - assignmentFailed + - updatePending + - updateFailed + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentCategory: title: assignmentCategory enum: @@ -831160,6 +840184,18 @@ components: - alternate - unknownFutureValue type: string + microsoft.graph.teamsAdministration.assignmentStatus: + title: assignmentStatus + enum: + - unassigned + - internalError + - userAssigned + - conferenceAssigned + - voiceApplicationAssigned + - thirdPartyAppAssigned + - policyAssigned + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentType: title: assignmentType enum: @@ -831167,6 +840203,51 @@ components: - group - unknownFutureValue type: string + microsoft.graph.teamsAdministration.customerAction: + title: customerAction + enum: + - locationUpdate + - release + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberCapability: + title: numberCapability + enum: + - conferenceAssignment + - voiceApplicationAssignment + - userAssignment + - teamsPhoneMobile + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberSource: + title: numberSource + enum: + - online + - onPremises + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberType: + title: numberType + enum: + - internalError + - directRouting + - callingPlan + - operatorConnect + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.portInStatus: + title: portInStatus + enum: + - completed + - firmOrderCommitmentAccepted + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.reverseNumberLookupOption: + title: reverseNumberLookupOption + enum: + - skipInternalVoip + - unknownFutureValue + type: string microsoft.graph.termStore.group: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -832188,6 +841269,314 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' + microsoft.graph.appManagementPolicyCollectionResponse: + title: Collection of appManagementPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + microsoft.graph.appRoleAssignmentCollectionResponse: + title: Collection of appRoleAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + microsoft.graph.claimsMappingPolicyCollectionResponse: + title: Collection of claimsMappingPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + title: Collection of delegatedPermissionClassification + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + microsoft.graph.endpointCollectionResponse: + title: Collection of endpoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.endpoint' + microsoft.graph.federatedIdentityCredentialCollectionResponse: + title: Collection of federatedIdentityCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + title: Collection of homeRealmDiscoveryPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + microsoft.graph.tokenIssuancePolicyCollectionResponse: + title: Collection of tokenIssuancePolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' + microsoft.graph.tokenLifetimePolicyCollectionResponse: + title: Collection of tokenLifetimePolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + microsoft.graph.extensionPropertyCollectionResponse: + title: Collection of extensionProperty + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' + microsoft.graph.inheritablePermissionCollectionResponse: + title: Collection of inheritablePermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + microsoft.graph.userActivityCollectionResponse: + title: Collection of userActivity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + microsoft.graph.adhocCallCollectionResponse: + title: Collection of adhocCall + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + microsoft.graph.calendarGroupCollectionResponse: + title: Collection of calendarGroup + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + microsoft.graph.calendarCollectionResponse: + title: Collection of calendar + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendar' + microsoft.graph.eventCollectionResponse: + title: Collection of event + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + microsoft.graph.cloudPCCollectionResponse: + title: Collection of cloudPC + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + microsoft.graph.contactFolderCollectionResponse: + title: Collection of contactFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contactFolder' + microsoft.graph.contactCollectionResponse: + title: Collection of contact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contact' + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + title: Collection of deviceManagementTroubleshootingEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + microsoft.graph.licenseDetailsCollectionResponse: + title: Collection of licenseDetails + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' + microsoft.graph.mailFolderCollectionResponse: + title: Collection of mailFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailFolder' + microsoft.graph.managedAppRegistrationCollectionResponse: + title: Collection of managedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + microsoft.graph.managedDeviceCollectionResponse: + title: Collection of managedDevice + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + microsoft.graph.messageCollectionResponse: + title: Collection of message + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.message' + microsoft.graph.onlineMeetingCollectionResponse: + title: Collection of onlineMeeting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + microsoft.graph.personCollectionResponse: + title: Collection of person + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.person' + microsoft.graph.profilePhotoCollectionResponse: + title: Collection of profilePhoto + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' microsoft.graph.agreementFileLocalizationCollectionResponse: title: Collection of agreementFileLocalization type: object @@ -832430,72 +841819,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' - microsoft.graph.appManagementPolicyCollectionResponse: - title: Collection of appManagementPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' - microsoft.graph.extensionPropertyCollectionResponse: - title: Collection of extensionProperty - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extensionProperty' - microsoft.graph.federatedIdentityCredentialCollectionResponse: - title: Collection of federatedIdentityCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - title: Collection of homeRealmDiscoveryPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - microsoft.graph.tokenIssuancePolicyCollectionResponse: - title: Collection of tokenIssuancePolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - microsoft.graph.tokenLifetimePolicyCollectionResponse: - title: Collection of tokenLifetimePolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' microsoft.graph.approvalStageCollectionResponse: title: Collection of approvalStage type: object @@ -833189,17 +842512,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarPermission' - microsoft.graph.eventCollectionResponse: - title: Collection of event - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.event' microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: title: Collection of multiValueLegacyExtendedProperty type: object @@ -833222,17 +842534,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' - microsoft.graph.calendarCollectionResponse: - title: Collection of calendar - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendar' microsoft.graph.attachmentCollectionResponse: title: Collection of attachment type: object @@ -833398,17 +842699,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' - microsoft.graph.adhocCallCollectionResponse: - title: Collection of adhocCall - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.adhocCall' microsoft.graph.callRecords.callRecordCollectionResponse: title: Collection of callRecord type: object @@ -833442,17 +842732,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation' - microsoft.graph.onlineMeetingCollectionResponse: - title: Collection of onlineMeeting - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onlineMeeting' microsoft.graph.presenceCollectionResponse: title: Collection of presence type: object @@ -833530,8 +842809,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' - microsoft.graph.contactFolderCollectionResponse: - title: Collection of contactFolder + microsoft.graph.configurationDriftCollectionResponse: + title: Collection of configurationDrift type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -833540,9 +842819,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contactFolder' - microsoft.graph.contactCollectionResponse: - title: Collection of contact + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + microsoft.graph.configurationMonitoringResultCollectionResponse: + title: Collection of configurationMonitoringResult type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -833551,7 +842830,40 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contact' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + microsoft.graph.configurationMonitorCollectionResponse: + title: Collection of configurationMonitor + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + microsoft.graph.configurationSnapshotJobCollectionResponse: + title: Collection of configurationSnapshotJob + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + microsoft.graph.configurationBaselineCollectionResponse: + title: Collection of configurationBaseline + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' microsoft.graph.contentTypeCollectionResponse: title: Collection of contentType type: object @@ -833717,17 +843029,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.channel' - microsoft.graph.managedDeviceCollectionResponse: - title: Collection of managedDevice - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedDevice' microsoft.graph.roleAssignmentCollectionResponse: title: Collection of roleAssignment type: object @@ -833772,17 +843073,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' - microsoft.graph.managedAppRegistrationCollectionResponse: - title: Collection of managedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' microsoft.graph.managedAppStatusCollectionResponse: title: Collection of managedAppStatus type: object @@ -834135,17 +843425,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - title: Collection of deviceManagementTroubleshootingEvent - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: title: Collection of userExperienceAnalyticsAppHealthApplicationPerformance type: object @@ -834894,6 +844173,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' + microsoft.graph.mailboxCollectionResponse: + title: Collection of mailbox + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: title: Collection of granularMailboxRestoreArtifact type: object @@ -834927,6 +844217,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + title: Collection of passkeyAuthenticationMethodTarget + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' + microsoft.graph.passkeyProfileCollectionResponse: + title: Collection of passkeyProfile + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -834971,8 +844283,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: - title: Collection of fileStorageContainerTypeAppPermissionGrant + microsoft.graph.sharePointGroupCollectionResponse: + title: Collection of sharePointGroup type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -834981,9 +844293,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' - microsoft.graph.appRoleAssignmentCollectionResponse: - title: Collection of appRoleAssignment + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -834992,7 +844304,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' microsoft.graph.conversationCollectionResponse: title: Collection of conversation type: object @@ -835004,17 +844316,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conversation' - microsoft.graph.profilePhotoCollectionResponse: - title: Collection of profilePhoto - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' microsoft.graph.horizontalSectionColumnCollectionResponse: title: Collection of horizontalSectionColumn type: object @@ -835400,8 +844701,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - microsoft.graph.mailFolderCollectionResponse: - title: Collection of mailFolder + microsoft.graph.mailboxFolderCollectionResponse: + title: Collection of mailboxFolder type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -835410,9 +844711,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - microsoft.graph.messageRuleCollectionResponse: - title: Collection of messageRule + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + microsoft.graph.mailboxItemCollectionResponse: + title: Collection of mailboxItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -835421,9 +844722,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.messageRule' - microsoft.graph.messageCollectionResponse: - title: Collection of message + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + microsoft.graph.messageRuleCollectionResponse: + title: Collection of messageRule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -835432,7 +844733,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.message' + $ref: '#/components/schemas/microsoft.graph.messageRule' microsoft.graph.deviceCompliancePolicyStateCollectionResponse: title: Collection of deviceCompliancePolicyState type: object @@ -835697,6 +844998,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' + microsoft.graph.profileSourceCollectionResponse: + title: Collection of profileSource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' microsoft.graph.permissionGrantConditionSetCollectionResponse: title: Collection of permissionGrantConditionSet type: object @@ -835752,17 +845064,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' - microsoft.graph.claimsMappingPolicyCollectionResponse: - title: Collection of claimsMappingPolicy - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' microsoft.graph.featureRolloutPolicyCollectionResponse: title: Collection of featureRolloutPolicy type: object @@ -836533,19 +845834,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - title: Collection of delegatedPermissionClassification - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' - microsoft.graph.endpointCollectionResponse: - title: Collection of endpoint + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + title: Collection of serviceAnnouncementAttachment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -836554,9 +845844,9 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.endpoint' - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: - title: Collection of serviceAnnouncementAttachment + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + microsoft.graph.sharePointGroupMemberCollectionResponse: + title: Collection of sharePointGroupMember type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' @@ -836565,7 +845855,7 @@ components: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' microsoft.graph.sharePointMigrationEventCollectionResponse: title: Collection of sharePointMigrationEvent type: object @@ -836962,61 +846252,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' - microsoft.graph.userActivityCollectionResponse: - title: Collection of userActivity - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.userActivity' - microsoft.graph.calendarGroupCollectionResponse: - title: Collection of calendarGroup - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' - microsoft.graph.cloudPCCollectionResponse: - title: Collection of cloudPC - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - microsoft.graph.licenseDetailsCollectionResponse: - title: Collection of licenseDetails - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseDetails' - microsoft.graph.personCollectionResponse: - title: Collection of person - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.person' microsoft.graph.activityHistoryItemCollectionResponse: title: Collection of activityHistoryItem type: object @@ -838205,6 +847440,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + title: Collection of numberAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + title: Collection of telephoneNumberLongRunningOperation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' microsoft.graph.termStore.setCollectionResponse: title: Collection of set type: object @@ -838249,6 +847506,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.termStore.group' + microsoft.graph.agentIdentityBlueprintCollectionResponse: + title: Collection of agentIdentityBlueprint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprint' microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: title: Collection of emailAuthenticationMethodConfiguration type: object @@ -838436,6 +847704,39 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' + microsoft.graph.agentIdentityCollectionResponse: + title: Collection of agentIdentity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentity' + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + title: Collection of agentIdentityBlueprintPrincipal + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal' + microsoft.graph.agentUserCollectionResponse: + title: Collection of agentUser + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentUser' microsoft.graph.domainDnsCnameRecordCollectionResponse: title: Collection of domainDnsCnameRecord type: object @@ -838623,6 +847924,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onOtpSendCustomExtension' + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + title: Collection of onPasswordSubmitCustomExtension + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: title: Collection of onTokenIssuanceStartCustomExtension type: object @@ -838667,6 +847979,94 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openTypeExtension' + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + title: Collection of enrollmentTroubleshootingEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' + microsoft.graph.mailSearchFolderCollectionResponse: + title: Collection of mailSearchFolder + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + title: Collection of androidManagedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + title: Collection of iosManagedAppRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' + microsoft.graph.calendarSharingMessageCollectionResponse: + title: Collection of calendarSharingMessage + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' + microsoft.graph.eventMessageCollectionResponse: + title: Collection of eventMessage + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessage' + microsoft.graph.eventMessageRequestCollectionResponse: + title: Collection of eventMessageRequest + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' + microsoft.graph.eventMessageResponseCollectionResponse: + title: Collection of eventMessageResponse + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.managedAppConfigurationCollectionResponse: title: Collection of managedAppConfiguration type: object @@ -839107,28 +848507,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResult' - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - title: Collection of androidManagedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - title: Collection of iosManagedAppRegistration - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' microsoft.graph.managedAppStatusRawCollectionResponse: title: Collection of managedAppStatusRaw type: object @@ -839877,17 +849255,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition' - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - title: Collection of enrollmentTroubleshootingEvent - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' microsoft.graph.educationFeedbackOutcomeCollectionResponse: title: Collection of educationFeedbackOutcome type: object @@ -840086,6 +849453,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + title: Collection of onPasswordSubmitListener + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListener' microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: title: Collection of onTokenIssuanceStartListener type: object @@ -840196,61 +849574,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosVppEBookAssignment' - microsoft.graph.mailSearchFolderCollectionResponse: - title: Collection of mailSearchFolder - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' - microsoft.graph.calendarSharingMessageCollectionResponse: - title: Collection of calendarSharingMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' - microsoft.graph.eventMessageCollectionResponse: - title: Collection of eventMessage - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessage' - microsoft.graph.eventMessageRequestCollectionResponse: - title: Collection of eventMessageRequest - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' - microsoft.graph.eventMessageResponseCollectionResponse: - title: Collection of eventMessageResponse - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: title: Collection of windowsUniversalAppXContainedApp type: object @@ -840812,6 +850135,160 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettings' + microsoft.graph.addInCollectionResponse: + title: Collection of microsoft.graph.addIn + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.addIn' + microsoft.graph.appRoleCollectionResponse: + title: Collection of microsoft.graph.appRole + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRole' + microsoft.graph.keyCredentialCollectionResponse: + title: Collection of microsoft.graph.keyCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + microsoft.graph.permissionScopeCollectionResponse: + title: Collection of microsoft.graph.permissionScope + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionScope' + microsoft.graph.passwordCredentialCollectionResponse: + title: Collection of microsoft.graph.passwordCredential + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + microsoft.graph.resourceSpecificPermissionCollectionResponse: + title: Collection of microsoft.graph.resourceSpecificPermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' + microsoft.graph.requiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.requiredResourceAccess + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' + microsoft.graph.assignedLicenseCollectionResponse: + title: Collection of microsoft.graph.assignedLicense + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedLicense' + microsoft.graph.assignedPlanCollectionResponse: + title: Collection of microsoft.graph.assignedPlan + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedPlan' + microsoft.graph.objectIdentityCollectionResponse: + title: Collection of microsoft.graph.objectIdentity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectIdentity' + microsoft.graph.licenseAssignmentStateCollectionResponse: + title: Collection of microsoft.graph.licenseAssignmentState + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.onPremisesProvisioningError + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' + microsoft.graph.provisionedPlanCollectionResponse: + title: Collection of microsoft.graph.provisionedPlan + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisionedPlan' + microsoft.graph.serviceProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.serviceProvisioningError + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' microsoft.graph.aiInteractionAttachmentCollectionResponse: title: Collection of microsoft.graph.aiInteractionAttachment type: object @@ -841065,61 +850542,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' - microsoft.graph.addInCollectionResponse: - title: Collection of microsoft.graph.addIn - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.addIn' - microsoft.graph.appRoleCollectionResponse: - title: Collection of microsoft.graph.appRole - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appRole' - microsoft.graph.keyCredentialCollectionResponse: - title: Collection of microsoft.graph.keyCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredential' - microsoft.graph.passwordCredentialCollectionResponse: - title: Collection of microsoft.graph.passwordCredential - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - microsoft.graph.requiredResourceAccessCollectionResponse: - title: Collection of microsoft.graph.requiredResourceAccess - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' microsoft.graph.attendanceIntervalCollectionResponse: title: Collection of microsoft.graph.attendanceInterval type: object @@ -841450,6 +850872,50 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment' + microsoft.graph.baselineParameterCollectionResponse: + title: Collection of microsoft.graph.baselineParameter + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + microsoft.graph.baselineResourceCollectionResponse: + title: Collection of microsoft.graph.baselineResource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + microsoft.graph.driftedPropertyCollectionResponse: + title: Collection of microsoft.graph.driftedProperty + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + microsoft.graph.errorDetailCollectionResponse: + title: Collection of microsoft.graph.errorDetail + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' microsoft.graph.identitySourceCollectionResponse: title: Collection of microsoft.graph.identitySource type: object @@ -841648,39 +851114,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel' - microsoft.graph.assignedLicenseCollectionResponse: - title: Collection of microsoft.graph.assignedLicense - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedLicense' - microsoft.graph.assignedPlanCollectionResponse: - title: Collection of microsoft.graph.assignedPlan - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedPlan' - microsoft.graph.provisionedPlanCollectionResponse: - title: Collection of microsoft.graph.provisionedPlan - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.provisionedPlan' microsoft.graph.relatedContactCollectionResponse: title: Collection of microsoft.graph.relatedContact type: object @@ -841736,28 +851169,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.onPremisesProvisioningError - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - microsoft.graph.serviceProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.serviceProvisioningError - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' microsoft.graph.settingValueCollectionResponse: title: Collection of microsoft.graph.settingValue type: object @@ -842055,6 +851466,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotation' + microsoft.graph.profileSourceLocalizationCollectionResponse: + title: Collection of microsoft.graph.profileSourceLocalization + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' microsoft.graph.modifiedPropertyCollectionResponse: title: Collection of microsoft.graph.modifiedProperty type: object @@ -842154,28 +851576,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePost' - microsoft.graph.permissionScopeCollectionResponse: - title: Collection of microsoft.graph.permissionScope - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.permissionScope' - microsoft.graph.resourceSpecificPermissionCollectionResponse: - title: Collection of microsoft.graph.resourceSpecificPermission - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' microsoft.graph.sharingDetailCollectionResponse: title: Collection of microsoft.graph.sharingDetail type: object @@ -842286,28 +851686,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermission' - microsoft.graph.objectIdentityCollectionResponse: - title: Collection of microsoft.graph.objectIdentity - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.objectIdentity' - microsoft.graph.licenseAssignmentStateCollectionResponse: - title: Collection of microsoft.graph.licenseAssignmentState - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: title: Collection of microsoft.graph.userExperienceAnalyticsInsight type: object @@ -842385,6 +851763,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + title: Collection of microsoft.graph.x509CertificateAuthorityScope + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' microsoft.graph.x509CertificateUserBindingCollectionResponse: title: Collection of microsoft.graph.x509CertificateUserBinding type: object @@ -843694,6 +853083,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.x509CertificateRule' + microsoft.graph.includeTargetCollectionResponse: + title: Collection of microsoft.graph.includeTarget + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: title: Collection of microsoft.graph.callRecords.administrativeUnitInfo type: object @@ -844156,6 +853556,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumber' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + title: Collection of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' microsoft.graph.termStore.localizedNameCollectionResponse: title: Collection of microsoft.graph.termStore.localizedName type: object @@ -844622,6 +854033,174 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionCollectionResponse' + microsoft.graph.appManagementPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' + microsoft.graph.appRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + microsoft.graph.claimsMappingPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' + microsoft.graph.endpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' + microsoft.graph.federatedIdentityCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' + microsoft.graph.tokenIssuancePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' + microsoft.graph.tokenLifetimePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' + microsoft.graph.extensionPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' + microsoft.graph.inheritablePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inheritablePermissionCollectionResponse' + microsoft.graph.userActivityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' + microsoft.graph.adhocCallCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' + microsoft.graph.calendarGroupCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' + microsoft.graph.calendarCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' + microsoft.graph.eventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' + microsoft.graph.cloudPCCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' + microsoft.graph.contactFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' + microsoft.graph.contactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' + microsoft.graph.licenseDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' + microsoft.graph.mailFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' + microsoft.graph.managedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' + microsoft.graph.managedDeviceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' + microsoft.graph.messageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.onlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' + microsoft.graph.personCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' + microsoft.graph.profilePhotoCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.agreementFileLocalizationCollectionResponse: description: Retrieved collection content: @@ -844754,42 +854333,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequestCollectionResponse' - microsoft.graph.appManagementPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' - microsoft.graph.extensionPropertyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' - microsoft.graph.federatedIdentityCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' - microsoft.graph.tokenIssuancePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' - microsoft.graph.tokenLifetimePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' microsoft.graph.approvalStageCollectionResponse: description: Retrieved collection content: @@ -845168,12 +854711,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermissionCollectionResponse' - microsoft.graph.eventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: description: Retrieved collection content: @@ -845186,12 +854723,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' - microsoft.graph.calendarCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' microsoft.graph.attachmentCollectionResponse: description: Retrieved collection content: @@ -845282,12 +854813,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItemCollectionResponse' - microsoft.graph.adhocCallCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' microsoft.graph.callRecords.callRecordCollectionResponse: description: Retrieved collection content: @@ -845306,12 +854831,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversationCollectionResponse' - microsoft.graph.onlineMeetingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' microsoft.graph.presenceCollectionResponse: description: Retrieved collection content: @@ -845354,18 +854873,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplateCollectionResponse' - microsoft.graph.contactFolderCollectionResponse: + microsoft.graph.configurationDriftCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' - microsoft.graph.contactCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.configurationDriftCollectionResponse' + microsoft.graph.configurationMonitoringResultCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResultCollectionResponse' + microsoft.graph.configurationMonitorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitorCollectionResponse' + microsoft.graph.configurationSnapshotJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJobCollectionResponse' + microsoft.graph.configurationBaselineCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaselineCollectionResponse' microsoft.graph.contentTypeCollectionResponse: description: Retrieved collection content: @@ -845456,12 +854993,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channelCollectionResponse' - microsoft.graph.managedDeviceCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' microsoft.graph.roleAssignmentCollectionResponse: description: Retrieved collection content: @@ -845486,12 +855017,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtectionCollectionResponse' - microsoft.graph.managedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusCollectionResponse: description: Retrieved collection content: @@ -845684,12 +855209,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsCollectionResponse' - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: description: Retrieved collection content: @@ -846098,6 +855617,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.mailboxCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxCollectionResponse' microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: description: Retrieved collection content: @@ -846116,6 +855641,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse' + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse' + microsoft.graph.passkeyProfileCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyProfileCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -846140,30 +855677,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + microsoft.graph.sharePointGroupCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' - microsoft.graph.appRoleAssignmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.conversationCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationCollectionResponse' - microsoft.graph.profilePhotoCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.horizontalSectionColumnCollectionResponse: description: Retrieved collection content: @@ -846374,24 +855905,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersionCollectionResponse' - microsoft.graph.mailFolderCollectionResponse: + microsoft.graph.mailboxFolderCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' - microsoft.graph.messageRuleCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxFolderCollectionResponse' + microsoft.graph.mailboxItemCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' - microsoft.graph.messageCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxItemCollectionResponse' + microsoft.graph.messageRuleCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' microsoft.graph.deviceCompliancePolicyStateCollectionResponse: description: Retrieved collection content: @@ -846536,6 +856067,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardPropertyCollectionResponse' + microsoft.graph.profileSourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceCollectionResponse' microsoft.graph.permissionGrantConditionSetCollectionResponse: description: Retrieved collection content: @@ -846566,12 +856103,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' - microsoft.graph.claimsMappingPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' microsoft.graph.featureRolloutPolicyCollectionResponse: description: Retrieved collection content: @@ -846992,24 +856523,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessageCollectionResponse' - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' - microsoft.graph.endpointCollectionResponse: + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.sharePointGroupMemberCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMemberCollectionResponse' microsoft.graph.sharePointMigrationEventCollectionResponse: description: Retrieved collection content: @@ -847226,36 +856751,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' - microsoft.graph.userActivityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' - microsoft.graph.calendarGroupCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' - microsoft.graph.cloudPCCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' - microsoft.graph.licenseDetailsCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' - microsoft.graph.personCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' microsoft.graph.activityHistoryItemCollectionResponse: description: Retrieved collection content: @@ -847904,6 +857399,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' microsoft.graph.termStore.setCollectionResponse: description: Retrieved collection content: @@ -847928,6 +857435,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.groupCollectionResponse' + microsoft.graph.agentIdentityBlueprintCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintCollectionResponse' microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: description: Retrieved collection content: @@ -848030,6 +857543,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicyCollectionResponse' + microsoft.graph.agentIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityCollectionResponse' + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse' + microsoft.graph.agentUserCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentUserCollectionResponse' microsoft.graph.domainDnsCnameRecordCollectionResponse: description: Retrieved collection content: @@ -848132,6 +857663,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onOtpSendCustomExtensionCollectionResponse' + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse' microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: description: Retrieved collection content: @@ -848156,6 +857693,54 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openTypeExtensionCollectionResponse' + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' + microsoft.graph.mailSearchFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' + microsoft.graph.calendarSharingMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' + microsoft.graph.eventMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' + microsoft.graph.eventMessageRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' + microsoft.graph.eventMessageResponseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.managedAppConfigurationCollectionResponse: description: Retrieved collection content: @@ -848396,18 +857981,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResultCollectionResponse' - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusRawCollectionResponse: description: Retrieved collection content: @@ -848816,12 +858389,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinitionCollectionResponse' - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' microsoft.graph.educationFeedbackOutcomeCollectionResponse: description: Retrieved collection content: @@ -848930,6 +858497,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListenerCollectionResponse' + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListenerCollectionResponse' microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: description: Retrieved collection content: @@ -848990,36 +858563,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosVppEBookAssignmentCollectionResponse' - microsoft.graph.mailSearchFolderCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' - microsoft.graph.calendarSharingMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' - microsoft.graph.eventMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' - microsoft.graph.eventMessageRequestCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' - microsoft.graph.eventMessageResponseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: description: Retrieved collection content: @@ -849326,6 +858869,90 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettingsCollectionResponse' + microsoft.graph.addInCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' + microsoft.graph.appRoleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' + microsoft.graph.keyCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' + microsoft.graph.permissionScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' + microsoft.graph.passwordCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' + microsoft.graph.resourceSpecificPermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' + microsoft.graph.requiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' + microsoft.graph.assignedLicenseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' + microsoft.graph.assignedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' + microsoft.graph.objectIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' + microsoft.graph.licenseAssignmentStateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' + microsoft.graph.provisionedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' + microsoft.graph.serviceProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.aiInteractionAttachmentCollectionResponse: description: Retrieved collection content: @@ -849464,36 +859091,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScopeCollectionResponse' - microsoft.graph.addInCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' - microsoft.graph.appRoleCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' - microsoft.graph.keyCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' - microsoft.graph.passwordCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' - microsoft.graph.requiredResourceAccessCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' microsoft.graph.attendanceIntervalCollectionResponse: description: Retrieved collection content: @@ -849674,6 +859271,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignmentCollectionResponse' + microsoft.graph.baselineParameterCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineParameterCollectionResponse' + microsoft.graph.baselineResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineResourceCollectionResponse' + microsoft.graph.driftedPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driftedPropertyCollectionResponse' + microsoft.graph.errorDetailCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.errorDetailCollectionResponse' microsoft.graph.identitySourceCollectionResponse: description: Retrieved collection content: @@ -849782,24 +859403,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModelCollectionResponse' - microsoft.graph.assignedLicenseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' - microsoft.graph.assignedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' - microsoft.graph.provisionedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' microsoft.graph.relatedContactCollectionResponse: description: Retrieved collection content: @@ -849830,18 +859433,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.assignedLabelCollectionResponse' - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' - microsoft.graph.serviceProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.settingValueCollectionResponse: description: Retrieved collection content: @@ -850004,6 +859595,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotationCollectionResponse' + microsoft.graph.profileSourceLocalizationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalizationCollectionResponse' microsoft.graph.modifiedPropertyCollectionResponse: description: Retrieved collection content: @@ -850058,18 +859655,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePostCollectionResponse' - microsoft.graph.permissionScopeCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' - microsoft.graph.resourceSpecificPermissionCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' microsoft.graph.sharingDetailCollectionResponse: description: Retrieved collection content: @@ -850130,18 +859715,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermissionCollectionResponse' - microsoft.graph.objectIdentityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' - microsoft.graph.licenseAssignmentStateCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: description: Retrieved collection content: @@ -850184,6 +859757,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookSortFieldCollectionResponse' + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScopeCollectionResponse' microsoft.graph.x509CertificateUserBindingCollectionResponse: description: Retrieved collection content: @@ -850898,6 +860477,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.x509CertificateRuleCollectionResponse' + microsoft.graph.includeTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.includeTargetCollectionResponse' microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: description: Retrieved collection content: @@ -851150,6 +860735,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumberCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse' microsoft.graph.termStore.localizedNameCollectionResponse: description: Retrieved collection content: @@ -851716,6 +861307,8 @@ components: - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: + configurationManagement: + '@odata.type': microsoft.graph.configurationManagement edge: '@odata.type': microsoft.graph.edge exchange: @@ -851763,6 +861356,26 @@ components: microsoft.graph.adminReportSettings: value: displayConcealedNames: 'true' + microsoft.graph.agentIdentity: + value: + agentIdentityBlueprintId: String + createdByAppId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprint: + value: + createdByAppId: String + inheritablePermissions: + - '@odata.type': microsoft.graph.inheritablePermission + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprintPrincipal: + value: + createdByAppId: String + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentUser: { } microsoft.graph.agreement: value: acceptances: @@ -853025,6 +862638,8 @@ components: description: String displayName: String email: String + enabledApps: + - '@odata.type': microsoft.graph.teamsApp filesFolder: '@odata.type': microsoft.graph.driveItem isArchived: 'true' @@ -853211,6 +862826,8 @@ components: osBuildNumber: String osStatus: '@odata.type': microsoft.graph.cloudPcDeviceImageOsStatus + osVersionNumber: String + sizeInGB: '0' sourceImageResourceId: String status: '@odata.type': microsoft.graph.cloudPcDeviceImageStatus @@ -853221,6 +862838,7 @@ components: endDate: '0001-01-01' expirationDate: '0001-01-01' offerName: String + osVersionNumber: String publisherName: String sizeInGB: '0' skuName: String @@ -853437,6 +863055,87 @@ components: name: String scenarios: '@odata.type': microsoft.graph.templateScenarios + microsoft.graph.configurationBaseline: + value: + description: String + displayName: String + parameters: + - '@odata.type': microsoft.graph.baselineParameter + resources: + - '@odata.type': microsoft.graph.baselineResource + microsoft.graph.configurationDrift: + value: + baselineResourceDisplayName: String + driftedProperties: + - '@odata.type': microsoft.graph.driftedProperty + firstReportedDateTime: '0001-01-01T00:00:00.0000000+00:00' + monitorId: String + resourceInstanceIdentifier: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String + status: + '@odata.type': microsoft.graph.driftStatus + tenantId: String + microsoft.graph.configurationManagement: + value: + configurationDrifts: + - '@odata.type': microsoft.graph.configurationDrift + configurationMonitoringResults: + - '@odata.type': microsoft.graph.configurationMonitoringResult + configurationMonitors: + - '@odata.type': microsoft.graph.configurationMonitor + configurationSnapshotJobs: + - '@odata.type': microsoft.graph.configurationSnapshotJob + configurationSnapshots: + - '@odata.type': microsoft.graph.configurationBaseline + microsoft.graph.configurationMonitor: + value: + baseline: + '@odata.type': microsoft.graph.configurationBaseline + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + inactivationReason: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + mode: + '@odata.type': microsoft.graph.monitorMode + monitorRunFrequencyInHours: '0' + parameters: + '@odata.type': microsoft.graph.openComplexDictionaryType + status: + '@odata.type': microsoft.graph.monitorStatus + tenantId: String + microsoft.graph.configurationMonitoringResult: + value: + driftsCount: '0' + errorDetails: + - '@odata.type': microsoft.graph.errorDetail + monitorId: String + runCompletionDateTime: '0001-01-01T00:00:00.0000000+00:00' + runInitiationDateTime: '0001-01-01T00:00:00.0000000+00:00' + runStatus: + '@odata.type': microsoft.graph.monitorRunStatus + tenantId: String + microsoft.graph.configurationSnapshotJob: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + errorDetails: + - String + resourceLocation: String + resources: + - String + status: + '@odata.type': microsoft.graph.snapshotJobStatus + tenantId: String microsoft.graph.connectedOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -853493,11 +863192,17 @@ components: personalNotes: String photo: '@odata.type': microsoft.graph.profilePhoto + primaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress profession: String + secondaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress singleValueExtendedProperties: - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty spouseName: String surname: String + tertiaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress title: String yomiCompanyName: String yomiGivenName: String @@ -853631,6 +863336,8 @@ components: '@odata.type': microsoft.graph.policyTemplate microsoft.graph.crossTenantAccessPolicyConfigurationDefault: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -853646,10 +863353,16 @@ components: invitationRedemptionIdentityProviderConfiguration: '@odata.type': microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration isServiceDefault: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions microsoft.graph.crossTenantAccessPolicyConfigurationPartner: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -853666,6 +863379,10 @@ components: '@odata.type': microsoft.graph.crossTenantAccessPolicyInboundTrust isInMultiTenantOrganization: 'true' isServiceProvider: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantId: String (identifier) tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions @@ -855302,6 +865019,8 @@ components: '@odata.type': microsoft.graph.responseType microsoft.graph.exchangeAdmin: value: + mailboxes: + - '@odata.type': microsoft.graph.mailbox tracing: '@odata.type': microsoft.graph.messageTracingRoot microsoft.graph.exchangeMessageTrace: @@ -855340,6 +865059,9 @@ components: - '@odata.type': microsoft.graph.mailboxRestoreArtifact mailboxRestoreArtifactsBulkAdditionRequests: - '@odata.type': microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest + microsoft.graph.exchangeSettings: + value: + primaryMailboxId: String microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -855404,14 +865126,19 @@ components: '@odata.type': microsoft.graph.attestationLevel displayName: String model: String + passkeyType: + '@odata.type': microsoft.graph.passkeyType microsoft.graph.fido2AuthenticationMethodConfiguration: value: + defaultPasskeyProfile: String includeTargets: - - '@odata.type': microsoft.graph.authenticationMethodTarget + - '@odata.type': microsoft.graph.passkeyAuthenticationMethodTarget isAttestationEnforced: 'true' isSelfServiceRegistrationAllowed: 'true' keyRestrictions: '@odata.type': microsoft.graph.fido2KeyRestrictions + passkeyProfiles: + - '@odata.type': microsoft.graph.passkeyProfile microsoft.graph.fido2CombinationConfiguration: value: allowedAAGUIDs: @@ -855460,6 +865187,8 @@ components: '@odata.type': microsoft.graph.recycleBin settings: '@odata.type': microsoft.graph.fileStorageContainerSettings + sharePointGroups: + - '@odata.type': microsoft.graph.sharePointGroup status: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: @@ -855791,6 +865520,11 @@ components: '@odata.type': microsoft.graph.bitlocker threatAssessmentRequests: - '@odata.type': microsoft.graph.threatAssessmentRequest + microsoft.graph.inheritablePermission: + value: + inheritableScopes: + '@odata.type': microsoft.graph.inheritableScopes + resourceAppId: String (identifier) microsoft.graph.insightsSettings: value: disabledForGroup: String @@ -856444,6 +866178,33 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailbox: + value: + folders: + - '@odata.type': microsoft.graph.mailboxFolder + microsoft.graph.mailboxFolder: + value: + childFolderCount: '0' + childFolders: + - '@odata.type': microsoft.graph.mailboxFolder + displayName: String + items: + - '@odata.type': microsoft.graph.mailboxItem + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + parentFolderId: String + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + totalItemCount: '0' + type: String + microsoft.graph.mailboxItem: + value: + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + size: '0' + type: String microsoft.graph.mailboxProtectionRule: value: mailboxExpression: String @@ -857338,6 +867099,11 @@ components: '@odata.type': microsoft.graph.engagementIdentitySet upvoteCount: '0' microsoft.graph.onOtpSendCustomExtension: { } + microsoft.graph.onPasswordSubmitCustomExtension: { } + microsoft.graph.onPasswordSubmitListener: + value: + handler: + '@odata.type': microsoft.graph.onPasswordSubmitHandler microsoft.graph.onPremisesConditionalAccessSettings: value: enabled: 'true' @@ -857549,6 +867315,19 @@ components: value: billing: '@odata.type': microsoft.graph.partners.billing.billing + microsoft.graph.passkeyAuthenticationMethodTarget: + value: + allowedPasskeyProfiles: + - 00000000-0000-0000-0000-000000000000 + microsoft.graph.passkeyProfile: + value: + attestationEnforcement: + '@odata.type': microsoft.graph.attestationEnforcement + keyRestrictions: + '@odata.type': microsoft.graph.fido2KeyRestrictions + name: String + passkeyTypes: + '@odata.type': microsoft.graph.passkeyTypes microsoft.graph.passwordAuthenticationMethod: value: password: String @@ -857595,6 +867374,8 @@ components: '@odata.type': microsoft.graph.insightsSettings profileCardProperties: - '@odata.type': microsoft.graph.profileCardProperty + profileSources: + - '@odata.type': microsoft.graph.profileSource pronouns: '@odata.type': microsoft.graph.pronounsSettings microsoft.graph.permission: @@ -858184,6 +867965,14 @@ components: value: height: '0' width: '0' + microsoft.graph.profileSource: + value: + displayName: String + kind: String + localizations: + - '@odata.type': microsoft.graph.profileSourceLocalization + sourceId: String + webUrl: String microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' @@ -859130,6 +868919,17 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointGroup: + value: + description: String + members: + - '@odata.type': microsoft.graph.sharePointGroupMember + principalId: String + title: String + microsoft.graph.sharePointGroupMember: + value: + identity: + '@odata.type': microsoft.graph.sharePointIdentitySet microsoft.graph.sharePointMigrationEvent: value: correlationId: String @@ -860410,6 +870210,7 @@ components: hireDate: '0001-01-01T00:00:00.0000000+00:00' identities: - '@odata.type': microsoft.graph.objectIdentity + identityParentId: String imAddresses: - String inferenceClassification: @@ -860889,6 +870690,8 @@ components: value: contributionToContentDiscoveryAsOrganizationDisabled: 'true' contributionToContentDiscoveryDisabled: 'true' + exchange: + '@odata.type': microsoft.graph.exchangeSettings itemInsights: '@odata.type': microsoft.graph.userInsightsSettings shiftPreferences: @@ -862275,12 +872078,16 @@ components: value: authenticationModeConfiguration: '@odata.type': microsoft.graph.x509CertificateAuthenticationModeConfiguration + certificateAuthorityScopes: + - '@odata.type': microsoft.graph.x509CertificateAuthorityScope certificateUserBindings: - '@odata.type': microsoft.graph.x509CertificateUserBinding crlValidationConfiguration: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfiguration includeTargets: - '@odata.type': microsoft.graph.authenticationMethodTarget + issuerHintsConfiguration: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsConfiguration microsoft.graph.x509CertificateCombinationConfiguration: value: allowedIssuerSkis: @@ -862610,6 +872417,7 @@ components: name: String type: String value: String + microsoft.graph.allAllowedScopes: { } microsoft.graph.allDeviceRegistrationMembership: { } microsoft.graph.allDevicesAssignmentTarget: { } microsoft.graph.allLicensedUsersAssignmentTarget: { } @@ -863124,6 +872932,18 @@ components: defaultLanguage: String endUserNotification: '@odata.type': microsoft.graph.endUserNotification + microsoft.graph.baselineParameter: + value: + description: String + displayName: String + parameterType: + '@odata.type': microsoft.graph.baselineParameterType + microsoft.graph.baselineResource: + value: + displayName: String + properties: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String microsoft.graph.basicAuthentication: value: password: String @@ -863986,6 +873806,10 @@ components: cloudInstance: String displayName: String tenantId: String + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + value: + applications: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyB2BSetting: value: applications: @@ -863997,6 +873821,14 @@ components: isCompliantDeviceAccepted: 'true' isHybridAzureADJoinedDeviceAccepted: 'true' isMfaAccepted: 'true' + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + value: + users: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + value: + usersAndGroups: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyTarget: value: target: String @@ -864386,6 +874218,11 @@ components: lastActionDateTime: '0001-01-01T00:00:00.0000000+00:00' operation: String status: String + microsoft.graph.driftedProperty: + value: + currentValue: { } + desiredValue: { } + propertyName: String microsoft.graph.driveItemSource: value: application: @@ -864647,6 +874484,15 @@ components: - String users: - String + microsoft.graph.enumeratedScopes: + value: + scopes: + - String + microsoft.graph.errorDetail: + value: + errorMessage: String + resourceInstanceName: String + resourceType: String microsoft.graph.eventMessageDetail: { } microsoft.graph.excludeTarget: value: @@ -864660,6 +874506,13 @@ components: endDateTime: '0001-01-01T00:00:00.0000000+00:00' type: '@odata.type': microsoft.graph.expirationPatternType + microsoft.graph.exportItemResponse: + value: + changeKey: String + data: Stream + error: + '@odata.type': microsoft.graph.mailTipsError + itemId: String microsoft.graph.expressionInputObject: value: definition: @@ -864914,6 +874767,11 @@ components: inboundAllowed: 'true' outboundAllowed: 'true' microsoft.graph.includeAllAccountTargetContent: { } + microsoft.graph.includeTarget: + value: + id: String + targetType: + '@odata.type': microsoft.graph.authenticationMethodTargetType microsoft.graph.incomingCallOptions: { } microsoft.graph.incomingContext: value: @@ -864934,6 +874792,10 @@ components: privacyStatementUrl: String supportUrl: String termsOfServiceUrl: String + microsoft.graph.inheritableScopes: + value: + kind: + '@odata.type': microsoft.graph.scopeCollectionKind microsoft.graph.initiator: value: initiatorType: @@ -865277,6 +875139,10 @@ components: value: emailAddress: String externalDirectoryObjectId: String + microsoft.graph.mailboxItemImportSession: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + importUrl: String microsoft.graph.mailboxSettings: value: archiveFolder: String @@ -865681,6 +875547,7 @@ components: '@odata.type': microsoft.graph.connectionStatus urlParameters: String microsoft.graph.noDeviceRegistrationMembership: { } + microsoft.graph.noScopes: { } microsoft.graph.notebookLinks: value: oneNoteClientUrl: @@ -865876,6 +875743,14 @@ components: customExtension: '@odata.type': microsoft.graph.onOtpSendCustomExtension microsoft.graph.onOtpSendHandler: { } + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + value: + configuration: + '@odata.type': microsoft.graph.customExtensionOverwriteConfiguration + customExtension: + '@odata.type': microsoft.graph.onPasswordSubmitCustomExtension + migrationPropertyId: String + microsoft.graph.onPasswordSubmitHandler: { } microsoft.graph.onPremisesAccidentalDeletionPrevention: value: alertThreshold: '0' @@ -865944,6 +875819,7 @@ components: userTypeToCreate: '@odata.type': microsoft.graph.userType microsoft.graph.onUserCreateStartHandler: { } + microsoft.graph.openComplexDictionaryType: { } microsoft.graph.openIdConnectSetting: value: clientId: String @@ -866538,6 +876414,11 @@ components: displayName: String localizations: - '@odata.type': microsoft.graph.displayNameLocalization + microsoft.graph.profileSourceLocalization: + value: + displayName: String + languageTag: String + webUrl: String microsoft.graph.prompt: { } microsoft.graph.protectedApplicationMetadata: value: @@ -867295,6 +877176,10 @@ components: cacheAccountsAboveDiskFreePercentage: '0' inactiveThresholdDays: '0' removeAccountsBelowDiskFreePercentage: '0' + microsoft.graph.sharePointGroupIdentity: + value: + principalId: String + title: String microsoft.graph.sharePointIdentity: value: loginName: String @@ -867302,6 +877187,8 @@ components: value: group: '@odata.type': microsoft.graph.identity + sharePointGroup: + '@odata.type': microsoft.graph.sharePointGroupIdentity siteGroup: '@odata.type': microsoft.graph.sharePointIdentity siteUser: @@ -868724,12 +878611,22 @@ components: '@odata.type': microsoft.graph.x509CertificateAuthenticationMode x509CertificateDefaultRequiredAffinityLevel: '@odata.type': microsoft.graph.x509CertificateAffinityLevel + microsoft.graph.x509CertificateAuthorityScope: + value: + includeTargets: + - '@odata.type': microsoft.graph.includeTarget + publicKeyInfrastructureIdentifier: String + subjectKeyIdentifier: String microsoft.graph.x509CertificateCRLValidationConfiguration: value: exemptedCertificateAuthoritiesSubjectKeyIdentifiers: - String state: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfigurationState + microsoft.graph.x509CertificateIssuerHintsConfiguration: + value: + state: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsState microsoft.graph.x509CertificateRule: value: identifier: String @@ -869047,6 +878944,8 @@ components: configuration: '@odata.type': microsoft.graph.externalConnectors.configuration connectorId: String + contentCategory: + '@odata.type': microsoft.graph.externalConnectors.contentCategory description: String groups: - '@odata.type': microsoft.graph.externalConnectors.externalGroup @@ -869118,11 +879017,21 @@ components: itemId: String urlMatchInfo: '@odata.type': microsoft.graph.externalConnectors.urlMatchInfo + microsoft.graph.externalConnectors.principal: + value: + email: String + entraDisplayName: String + entraId: String + externalId: String + externalName: String + tenantId: String + upn: String microsoft.graph.externalConnectors.properties: { } microsoft.graph.externalConnectors.property: value: aliases: - String + description: String isQueryable: 'true' isRefinable: 'true' isRetrievable: 'true' @@ -871216,6 +881125,34 @@ components: host: '@odata.type': microsoft.graph.security.host lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.teamsAdministration.numberAssignment: + value: + activationState: + '@odata.type': microsoft.graph.teamsAdministration.activationState + assignmentCategory: + '@odata.type': microsoft.graph.teamsAdministration.assignmentCategory + assignmentStatus: + '@odata.type': microsoft.graph.teamsAdministration.assignmentStatus + assignmentTargetId: String + capabilities: + - '@odata.type': microsoft.graph.teamsAdministration.numberCapability + city: String + civicAddressId: String + isoCountryCode: String + locationId: String + networkSiteId: String + numberSource: + '@odata.type': microsoft.graph.teamsAdministration.numberSource + numberType: + '@odata.type': microsoft.graph.teamsAdministration.numberType + operatorId: String + portInStatus: + '@odata.type': microsoft.graph.teamsAdministration.portInStatus + reverseNumberLookupOptions: + - '@odata.type': microsoft.graph.teamsAdministration.reverseNumberLookupOption + supportedCustomerActions: + - '@odata.type': microsoft.graph.teamsAdministration.customerAction + telephoneNumber: String microsoft.graph.teamsAdministration.policyIdentifierDetail: value: name: String @@ -871224,6 +881161,8 @@ components: value: policy: '@odata.type': microsoft.graph.teamsAdministration.teamsPolicyAssignment + telephoneNumberManagement: + '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberManagementRoot userConfigurations: - '@odata.type': microsoft.graph.teamsAdministration.teamsUserConfiguration microsoft.graph.teamsAdministration.teamsPolicyAssignment: @@ -871252,6 +881191,19 @@ components: user: '@odata.type': microsoft.graph.user userPrincipalName: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + value: + createdDateTime: String + numbers: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + value: + numberAssignments: + - '@odata.type': microsoft.graph.teamsAdministration.numberAssignment + operations: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation microsoft.graph.teamsAdministration.assignedTelephoneNumber: value: assignmentCategory: @@ -871269,6 +881221,12 @@ components: displayName: String groupId: String policyId: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + value: + resourceLocation: String + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + statusDetail: String microsoft.graph.termStore.group: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -871511,6 +881469,8 @@ components: tags: - name: admin.admin x-ms-docs-toc-type: page + - name: admin.configurationManagement + x-ms-docs-toc-type: page - name: admin.edge x-ms-docs-toc-type: page - name: admin.exchangeAdmin diff --git a/openapi/v1.0/powershell_v2.yaml b/openapi/v1.0/powershell_v2.yaml index 74274cbc..e1a39f6e 100644 --- a/openapi/v1.0/powershell_v2.yaml +++ b/openapi/v1.0/powershell_v2.yaml @@ -69,6 +69,1180 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/configurationManagement: + description: Provides operations to manage the configurationManagement property of the microsoft.graph.admin entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationManagement from admin + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + operationId: admin.GetConfigurationManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationManagement in admin + operationId: admin.UpdateConfigurationManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationManagement' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationManagement for admin + operationId: admin.DeleteConfigurationManagement + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationDrifts: + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationDrifts + description: Get a list of the configurationDrift objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationdrifts?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationDrifts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationDriftCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationDrifts for admin + operationId: admin.configurationManagement.CreateConfigurationDrifts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationDrifts/{configurationDrift-id}': + description: Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationDrift + description: Get the properties and relationships of a configurationDrift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationdrift-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationDrifts in admin + operationId: admin.configurationManagement.UpdateConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationDrifts for admin + operationId: admin.configurationManagement.DeleteConfigurationDrifts + parameters: + - name: configurationDrift-id + in: path + description: The unique identifier of configurationDrift + required: true + schema: + type: string + x-ms-docs-key-type: configurationDrift + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationDrifts/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationDrifts.GetCount-b132 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationMonitoringResults: + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitoringResults + description: Get a list of the configurationMonitoringResult objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitoringresults?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitoringResults + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationMonitoringResultCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationMonitoringResults for admin + operationId: admin.configurationManagement.CreateConfigurationMonitoringResults + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitoringResults/{configurationMonitoringResult-id}': + description: Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitoringResult + description: Read the properties and relationships of a configurationMonitoringResult object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitoringresult-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationMonitoringResults in admin + operationId: admin.configurationManagement.UpdateConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationMonitoringResults for admin + operationId: admin.configurationManagement.DeleteConfigurationMonitoringResults + parameters: + - name: configurationMonitoringResult-id + in: path + description: The unique identifier of configurationMonitoringResult + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitoringResult + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationMonitoringResults/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitoringResults.GetCount-0ec6 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationMonitors: + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationMonitors + description: Get a list of the configurationMonitor objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationMonitors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationMonitorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create configurationMonitor + description: Create a new configurationMonitor object that runs periodically in the background at a scheduled frequency. You can create up to 30 configurationMonitor objects per tenant. Each monitor runs at a fixed interval of 6 hours and cannot be configured to run at any other frequency. An administrator can monitor up to 800 configuration resources per day per tenant across all monitors. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-post-configurationmonitors?view=graph-rest-1.0 + operationId: admin.configurationManagement.CreateConfigurationMonitors + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}': + description: Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationMonitor + description: Get the properties and relationships of a configurationMonitor object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update configurationMonitor + description: 'Update the properties of a configurationMonitor object, including the monitor name, description, and baseline.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-update?view=graph-rest-1.0 + operationId: admin.configurationManagement.UpdateConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationMonitor + description: Delete a configurationMonitor object permanently. A deleted configurationMonitor can't be restored. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmonitor-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationMonitors + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}/baseline': + description: Provides operations to manage the baseline property of the microsoft.graph.configurationMonitor entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationBaseline + description: Read the properties and relationships of a configurationBaseline object that is attached to a specific monitor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationbaseline-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.configurationMonitors.GetBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property baseline in admin + operationId: admin.configurationManagement.configurationMonitors.UpdateBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property baseline for admin + operationId: admin.configurationManagement.configurationMonitors.DeleteBaseline + parameters: + - name: configurationMonitor-id + in: path + description: The unique identifier of configurationMonitor + required: true + schema: + type: string + x-ms-docs-key-type: configurationMonitor + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationMonitors/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationMonitors.GetCount-e65d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationSnapshotJobs: + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshotJobs + description: Get a list of the configurationSnapshotJob objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshotjobs?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshotJobs + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationSnapshotJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationSnapshotJobs for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshotJobs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshotJobs/{configurationSnapshotJob-id}': + description: Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshotJob + description: Read the properties and relationships of a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-get?view=graph-rest-1.0 + operationId: admin.configurationManagement.GetConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshotJobs in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete configurationSnapshotJob + description: Delete a configurationSnapshotJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationsnapshotjob-delete?view=graph-rest-1.0 + operationId: admin.configurationManagement.DeleteConfigurationSnapshotJobs + parameters: + - name: configurationSnapshotJob-id + in: path + description: The unique identifier of configurationSnapshotJob + required: true + schema: + type: string + x-ms-docs-key-type: configurationSnapshotJob + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationSnapshotJobs/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshotJobs.GetCount-dec8 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/configurationManagement/configurationSnapshots: + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: List configurationSnapshots + description: Get a list of configurationBaseline objects that represent configuration snapshots and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshots?view=graph-rest-1.0 + operationId: admin.configurationManagement.ListConfigurationSnapshots + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.configurationBaselineCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.configurationManagement + summary: Create new navigation property to configurationSnapshots for admin + operationId: admin.configurationManagement.CreateConfigurationSnapshots + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/configurationManagement/configurationSnapshots/{configurationBaseline-id}': + description: Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity. + get: + tags: + - admin.configurationManagement + summary: Get configurationSnapshots from admin + description: A container for configuration snapshot baselines. + operationId: admin.configurationManagement.GetConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.configurationManagement + summary: Update the navigation property configurationSnapshots in admin + operationId: admin.configurationManagement.UpdateConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.configurationManagement + summary: Delete navigation property configurationSnapshots for admin + operationId: admin.configurationManagement.DeleteConfigurationSnapshots + parameters: + - name: configurationBaseline-id + in: path + description: The unique identifier of configurationBaseline + required: true + schema: + type: string + x-ms-docs-key-type: configurationBaseline + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/configurationManagement/configurationSnapshots/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.configurationManagement + summary: Get the number of the resource + operationId: admin.configurationManagement.configurationSnapshots.GetCount-b397 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/edge: description: Provides operations to manage the edge property of the microsoft.graph.admin entity. get: @@ -865,101 +2039,1256 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.browserSite' + $ref: '#/components/schemas/microsoft.graph.browserSite' + default: + $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 + 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 + 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' + default: + $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: 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 + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/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: + - name: browserSiteList-id + in: path + description: The unique identifier of browserSiteList + required: true + schema: + type: string + x-ms-docs-key-type: browserSiteList + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /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' + default: + $ref: '#/components/responses/error' + /admin/exchange: + description: Provides operations to manage the exchange property of the microsoft.graph.admin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get exchange from admin + description: A container for the Exchange admin functionality. Read-only. + operationId: admin.GetExchange + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.exchangeAdmin + summary: Update the navigation property exchange in admin + operationId: admin.UpdateExchange + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property exchange for admin + operationId: admin.DeleteExchange + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/exchange/mailboxes: + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.ListMailboxes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.exchangeAdmin + summary: Create new navigation property to mailboxes for admin + operationId: admin.exchange.CreateMailboxes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}': + description: Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity. + get: + tags: + - admin.exchangeAdmin + summary: Get mailboxes from admin + operationId: admin.exchange.GetMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.exchangeAdmin + summary: Update the navigation property mailboxes in admin + operationId: admin.exchange.UpdateMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailbox' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property mailboxes for admin + operationId: admin.exchange.DeleteMailboxes + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.ListFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxFolderCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}': + description: Provides operations to manage the folders property of the microsoft.graph.mailbox entity. + get: + tags: + - admin.exchangeAdmin + summary: Get folders from admin + operationId: admin.exchange.mailboxes.GetFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.ListChildFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxFolderCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}': + description: Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get childFolders from admin + operationId: admin.exchange.mailboxes.folders.GetChildFolders + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.ListItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxItemCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.childFolders.GetItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.items.GetCount-de79 + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.mailboxFolder.items.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $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 mailboxItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.childFolders.GetCount-268c + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.delta + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $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 mailboxFolder + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.ListItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxItemCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}': + description: Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity. + get: + tags: + - admin.exchangeAdmin + summary: Get items from admin + operationId: admin.exchange.mailboxes.folders.GetItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}' + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count': + description: Provides operations to count the resources in the collection. + get: 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 + - admin.exchangeAdmin + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.folders.items.GetCount-d4b5 parameters: - - name: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList - - name: browserSite-id + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id in: path - description: The unique identifier of browserSite + description: The unique identifier of mailboxFolder required: true schema: type: string - x-ms-docs-key-type: browserSite - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.browserSite' - required: true + x-ms-docs-key-type: mailboxFolder + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.browserSite' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: 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 + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.mailboxFolder.items.delta parameters: - - name: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList - - name: browserSite-id + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id in: path - description: The unique identifier of browserSite + description: The unique identifier of mailboxFolder required: true schema: type: string - x-ms-docs-key-type: browserSite - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: mailboxFolder + - $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: - type: string + 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: - '204': + 2XX: description: Success + content: + application/json: + schema: + title: Collection of mailboxItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/folders/$count': description: Provides operations to count the resources in the collection. get: tags: - - admin.edge + - admin.exchangeAdmin summary: Get the number of the resource - operationId: admin.edge.internetExplorerMode.siteLists.sites.GetCount-da97 + operationId: admin.exchange.mailboxes.folders.GetCount-0a5e parameters: - - name: browserSiteList-id + - name: mailbox-id in: path - description: The unique identifier of browserSiteList + description: The unique identifier of mailbox required: true schema: type: string - x-ms-docs-key-type: browserSiteList + x-ms-docs-key-type: mailbox - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -967,30 +3296,26 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /admin/edge/internetExplorerMode/siteLists/$count: - description: Provides operations to count the resources in the collection. + '/admin/exchange/mailboxes/{mailbox-id}/folders/microsoft.graph.delta()': + description: Provides operations to call the delta method. get: tags: - - admin.edge - summary: Get the number of the resource - operationId: admin.edge.internetExplorerMode.siteLists.GetCount-d3d6 + - admin.exchangeAdmin + summary: Invoke function delta + operationId: admin.exchange.mailboxes.mailbox.folders.delta parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /admin/exchange: - description: Provides operations to manage the exchange property of the microsoft.graph.admin entity. - get: - tags: - - admin.exchangeAdmin - summary: Get exchange from admin - description: A container for the Exchange admin functionality. Read-only. - operationId: admin.GetExchange - parameters: + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -1001,6 +3326,16 @@ paths: 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 @@ -1013,25 +3348,84 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + title: Collection of mailboxFolder + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/microsoft.graph.delta()' + - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/microsoft.graph.delta()' + '/admin/exchange/mailboxes/{mailbox-id}/microsoft.graph.createImportSession': + description: Provides operations to call the createImportSession method. + post: tags: - admin.exchangeAdmin - summary: Update the navigation property exchange in admin - operationId: admin.UpdateExchange + summary: Invoke action createImportSession + operationId: admin.exchange.mailboxes.mailbox.createImportSession + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxItemImportSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/admin/exchange/mailboxes/{mailbox-id}/microsoft.graph.exportItems': + description: Provides operations to call the exportItems method. + post: + tags: + - admin.exchangeAdmin + summary: Invoke action exportItems + operationId: admin.exchange.mailboxes.mailbox.exportItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + type: object + properties: + ItemIds: + type: array + items: + type: string required: true responses: 2XX: @@ -1039,27 +3433,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeAdmin' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exportItemResponse' + '@odata.nextLink': + type: string + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /admin/exchange/mailboxes/$count: + description: Provides operations to count the resources in the collection. + get: tags: - admin.exchangeAdmin - summary: Delete navigation property exchange for admin - operationId: admin.DeleteExchange + summary: Get the number of the resource + operationId: admin.exchange.mailboxes.GetCount-490f parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation /admin/exchange/tracing: description: Provides operations to manage the tracing property of the microsoft.graph.exchangeAdmin entity. get: @@ -1323,6 +3726,9 @@ paths: - admin.exchangeAdmin summary: Invoke function getDetailsByRecipient description: Get a list of exchangeMessageTraceDetail objects filtered on the recipient. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-1.0 operationId: admin.exchange.tracing.messageTraces.exchangeMessageTrace.getDetailsByRecipient parameters: - name: exchangeMessageTrace-id @@ -1908,6 +4314,323 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /admin/people/profileSources: + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: List profileSources + description: 'Get a list of the profileSource objects and their properties, which represent both external data sources and out-of-the-box Microsoft data sources configured for user profiles in an organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilesources?view=graph-rest-1.0 + operationId: admin.people.ListProfileSources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.profileSourceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.peopleAdminSettings + summary: Create profileSource + description: Create a new profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilesources?view=graph-rest-1.0 + operationId: admin.people.CreateProfileSources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/people/profileSources/{profileSource-id}': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.GetProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.UpdateProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.DeleteProfileSources + parameters: + - name: profileSource-id + in: path + description: The unique identifier of profileSource + required: true + schema: + type: string + x-ms-docs-key-type: profileSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/people/profileSources(sourceId=''{sourceId}'')' + '/admin/people/profileSources(sourceId=''{sourceId}'')': + description: Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity. + get: + tags: + - admin.peopleAdminSettings + summary: Get profileSources from admin + description: A collection of profile source settings configured by an administrator in an organization. + operationId: admin.people.profileSources.GetBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.peopleAdminSettings + summary: Update profileSource + description: Update the properties of a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0 + operationId: admin.people.profileSources.UpdateBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.peopleAdminSettings + summary: Delete profileSource + description: Delete a profileSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0 + operationId: admin.people.profileSources.DeleteBySourceId + parameters: + - name: sourceId + in: path + description: Alternate key of profileSource + required: true + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/admin/people/profileSources/{profileSource-id}' + /admin/people/profileSources/$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.profileSources.GetCount-e997 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/people/pronouns: description: Provides operations to manage the pronouns property of the microsoft.graph.peopleAdminSettings entity. get: @@ -4213,29 +6936,358 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property userAssignments in admin + operationId: admin.teams.policy.UpdateUserAssignments + parameters: + - name: teamsPolicyUserAssignment-id + in: path + description: The unique identifier of teamsPolicyUserAssignment + required: true + schema: + type: string + x-ms-docs-key-type: teamsPolicyUserAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property userAssignments for admin + operationId: admin.teams.policy.DeleteUserAssignments + parameters: + - name: teamsPolicyUserAssignment-id + in: path + description: The unique identifier of teamsPolicyUserAssignment + required: true + schema: + type: string + x-ms-docs-key-type: teamsPolicyUserAssignment + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/policy/userAssignments/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.policy.userAssignments.GetCount-7d68 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.assign: + description: Provides operations to call the assign method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action assign + description: 'Assign a Teams policy to a user using the user ID, policy type, and policy ID.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-assign?view=graph-rest-1.0 + operationId: admin.teams.policy.userAssignments.assign + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.unassign: + description: Provides operations to call the unassign method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action unassign + description: Unassign a Teams policy from a user using the user ID and policy type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-unassign?view=graph-rest-1.0 + operationId: admin.teams.policy.userAssignments.unassign + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement: + description: Provides operations to manage the telephoneNumberManagement property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberManagement from admin + description: Represents a collection of available telephone number management operations. + operationId: admin.teams.GetTelephoneNumberManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property telephoneNumberManagement in admin + operationId: admin.teams.UpdateTelephoneNumberManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property telephoneNumberManagement for admin + operationId: admin.teams.DeleteTelephoneNumberManagement + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/telephoneNumberManagement/numberAssignments: + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: List numberAssignments + description: Read the properties and relationships of microsoft.graph.teamsAdministration.numberAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumbermanagementroot-list-numberassignments?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.ListNumberAssignments + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.teamsAdminRoot + summary: Create new navigation property to numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.CreateNumberAssignments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/numberAssignments/{numberAssignment-id}': + description: Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get numberAssignments from admin + description: Represents a collection of synchronous telephone number management operations. + operationId: admin.teams.telephoneNumberManagement.GetNumberAssignments + parameters: + - name: numberAssignment-id + in: path + description: The unique identifier of numberAssignment + required: true + schema: + type: string + x-ms-docs-key-type: numberAssignment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.teamsAdminRoot - summary: Update the navigation property userAssignments in admin - operationId: admin.teams.policy.UpdateUserAssignments + summary: Update the navigation property numberAssignments in admin + operationId: admin.teams.telephoneNumberManagement.UpdateNumberAssignments parameters: - - name: teamsPolicyUserAssignment-id + - name: numberAssignment-id in: path - description: The unique identifier of teamsPolicyUserAssignment + description: The unique identifier of numberAssignment required: true schema: type: string - x-ms-docs-key-type: teamsPolicyUserAssignment + x-ms-docs-key-type: numberAssignment requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' required: true responses: 2XX: @@ -4243,23 +7295,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.teamsAdminRoot - summary: Delete navigation property userAssignments for admin - operationId: admin.teams.policy.DeleteUserAssignments + summary: Delete navigation property numberAssignments for admin + operationId: admin.teams.telephoneNumberManagement.DeleteNumberAssignments parameters: - - name: teamsPolicyUserAssignment-id + - name: numberAssignment-id in: path - description: The unique identifier of teamsPolicyUserAssignment + description: The unique identifier of numberAssignment required: true schema: type: string - x-ms-docs-key-type: teamsPolicyUserAssignment + x-ms-docs-key-type: numberAssignment - name: If-Match in: header description: ETag @@ -4271,13 +7323,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /admin/teams/policy/userAssignments/$count: + /admin/teams/telephoneNumberManagement/numberAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.teamsAdminRoot summary: Get the number of the resource - operationId: admin.teams.policy.userAssignments.GetCount-7d68 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.GetCount-7adc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -4286,17 +7338,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.assign: - description: Provides operations to call the assign method. + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.assignNumber: + description: Provides operations to call the assignNumber method. post: tags: - admin.teamsAdminRoot - summary: Invoke action assign - description: 'Assign a Teams policy to a user using the user ID, policy type, and policy ID.' + summary: Invoke action assignNumber + description: Creates an asynchronous order to assign a telephone number to a user account. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-assign?view=graph-rest-1.0 - operationId: admin.teams.policy.userAssignments.assign + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-assignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.assignNumber requestBody: description: Action parameters content: @@ -4304,10 +7356,20 @@ paths: schema: type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + telephoneNumber: + type: string + assignmentTargetId: + type: string + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + locationId: + type: string + nullable: true required: true responses: '204': @@ -4315,17 +7377,17 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.unassign: - description: Provides operations to call the unassign method. + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.unassignNumber: + description: Provides operations to call the unassignNumber method. post: tags: - admin.teamsAdminRoot - summary: Invoke action unassign - description: Unassign a Teams policy from a user using the user ID and policy type. + summary: Invoke action unassignNumber + description: Creates an asynchronous order to unassign a telephone number from a user account. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-unassign?view=graph-rest-1.0 - operationId: admin.teams.policy.userAssignments.unassign + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-unassignnumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.unassignNumber requestBody: description: Action parameters content: @@ -4333,10 +7395,52 @@ paths: schema: type: object properties: - value: + telephoneNumber: + type: string + nullable: true + numberType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.updateNumber: + description: Provides operations to call the updateNumber method. + post: + tags: + - admin.teamsAdminRoot + summary: Invoke action updateNumber + description: 'This method is used to update an existing number with optional attributes. Currently supported attributes are locationId, networkSiteId, and reverseNumberLookupOptions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-updatenumber?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.numberAssignments.updateNumber + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + telephoneNumber: + type: string + locationId: + type: string + nullable: true + networkSiteId: + type: string + nullable: true + reverseNumberLookupOptions: type: array items: - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment' + type: string + nullable: true required: true responses: '204': @@ -4344,6 +7448,199 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /admin/teams/telephoneNumberManagement/operations: + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + operationId: admin.teams.telephoneNumberManagement.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.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - admin.teamsAdminRoot + summary: Create new navigation property to operations for admin + operationId: admin.teams.telephoneNumberManagement.CreateOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/admin/teams/telephoneNumberManagement/operations/{telephoneNumberLongRunningOperation-id}': + description: Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity. + get: + tags: + - admin.teamsAdminRoot + summary: Get telephoneNumberLongRunningOperation + description: Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsadministration-telephonenumberlongrunningoperation-get?view=graph-rest-1.0 + operationId: admin.teams.telephoneNumberManagement.GetOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.teamsAdminRoot + summary: Update the navigation property operations in admin + operationId: admin.teams.telephoneNumberManagement.UpdateOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.teamsAdminRoot + summary: Delete navigation property operations for admin + operationId: admin.teams.telephoneNumberManagement.DeleteOperations + parameters: + - name: telephoneNumberLongRunningOperation-id + in: path + description: The unique identifier of telephoneNumberLongRunningOperation + required: true + schema: + type: string + x-ms-docs-key-type: telephoneNumberLongRunningOperation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /admin/teams/telephoneNumberManagement/operations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - admin.teamsAdminRoot + summary: Get the number of the resource + operationId: admin.teams.telephoneNumberManagement.operations.GetCount-d151 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /admin/teams/userConfigurations: description: Provides operations to manage the userConfigurations property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity. get: @@ -12909,10 +16206,10 @@ paths: tags: - applications.application.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, 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/application-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: applications.delta parameters: - $ref: '#/components/parameters/top' @@ -12956,13 +16253,13 @@ paths: content: application/json: schema: - title: Collection of application + title: Collection of directoryObject type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.application' + $ref: '#/components/schemas/microsoft.graph.directoryObject' '@odata.nextLink': type: string nullable: true @@ -17459,6 +20756,64 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/microsoft.graph.delta()' + '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' '/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -17562,6 +20917,57 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - chats.chatMessage + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: chats.chat.messages.replyWithQuote + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -278804,22 +282210,83 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/groups/{group-id}/sites/microsoft.graph.add' - - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add' - - '/groups/{group-id}/team/members/microsoft.graph.add' - - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.add' - - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add' - '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: + - '/groups/{group-id}/sites/microsoft.graph.add' + - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add' + - '/groups/{group-id}/team/members/microsoft.graph.add' + - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.add' + - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add' + '/groups/{group-id}/team/channels/{channel-id}/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - groups.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.allMembers.remove + 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 + 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 + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionResultPart' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/groups/{group-id}/sites/microsoft.graph.remove' + - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' + - '/groups/{group-id}/team/members/microsoft.graph.remove' + - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.remove' + - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: tags: - groups.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: groups.group.team.channels.channel.allMembers.remove + summary: Get enabledApps from groups + operationId: groups.team.channels.ListEnabledApps parameters: - name: group-id in: path @@ -278835,45 +282302,142 @@ paths: schema: type: string x-ms-docs-key-type: channel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/groups/{group-id}/sites/microsoft.graph.remove' - - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' - - '/groups/{group-id}/team/members/microsoft.graph.remove' - - '/groups/{group-id}/team/primaryChannel/allMembers/microsoft.graph.remove' - - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + - '/groups/{group-id}/team/primaryChannel/enabledApps' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-b387 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -281523,6 +285087,73 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -281659,6 +285290,66 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -285227,6 +288918,143 @@ paths: - '/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.remove' - '/groups/{group-id}/team/members/microsoft.graph.remove' - '/groups/{group-id}/team/primaryChannel/members/microsoft.graph.remove' + '/groups/{group-id}/team/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.ListEnabledApps + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/enabledApps' + '/groups/{group-id}/team/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - groups.team + summary: Get enabledApps from groups + operationId: groups.team.primaryChannel.GetEnabledApps + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/groups/{group-id}/team/primaryChannel/enabledApps/$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.enabledApps.GetCount-593e + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -287526,6 +291354,66 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -287648,6 +291536,59 @@ paths: - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - /groups/microsoft.graph.delta() - /groups/microsoft.graph.delta() + '/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - groups.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: groups.group.team.primaryChannel.messages.replyWithQuote + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/groups/{group-id}/team/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -374849,7 +378790,7 @@ paths: tags: - me.authentication summary: List fido2AuthenticationMethod - description: Retrieve a list of a user's FIDO2 security key authentication method objects and their properties. + description: Retrieve a list of a user's passkey (FIDO2) 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 @@ -374905,7 +378846,7 @@ paths: tags: - me.authentication summary: Get fido2AuthenticationMethod - description: Retrieve a user's single FIDO2 security key authentication method object. + description: Retrieve a user's single passkey (FIDO2) authentication method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 @@ -387136,6 +391077,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -387277,6 +391280,61 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.chats.chat.messages.replyWithQuote + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -418262,6 +422320,12 @@ paths: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -418287,6 +422351,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -418333,6 +422403,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -418363,6 +422439,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -418387,6 +422469,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. @@ -418432,6 +422520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. @@ -418478,6 +422572,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation /me/insights/shared/$count: description: Provides operations to count the resources in the collection. @@ -418494,6 +422594,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/insights/trending: description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: @@ -418785,6 +422891,12 @@ paths: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -418810,6 +422922,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' 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. @@ -418856,6 +422974,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -418886,6 +423010,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -418910,6 +423040,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/me/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. @@ -418956,6 +423092,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation /me/insights/used/$count: description: Provides operations to count the resources in the collection. @@ -418972,6 +423114,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' /me/joinedTeams: description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: @@ -419906,6 +424054,164 @@ paths: - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/primaryChannel/enabledApps' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-b537 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/me/joinedTeams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -422602,6 +426908,75 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -422757,6 +427132,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -426282,23 +430719,78 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/me/chats/{chat-id}/members/microsoft.graph.add' - - /me/followedSites/microsoft.graph.add - - '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add' - - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' - - '/me/joinedTeams/{team-id}/members/microsoft.graph.add' - - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' - '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: + - '/me/chats/{chat-id}/members/microsoft.graph.add' + - /me/followedSites/microsoft.graph.add + - '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' + - '/me/joinedTeams/{team-id}/members/microsoft.graph.add' + - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' + '/me/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - me.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.allMembers.remove + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + 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 + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionResultPart' + '@odata.nextLink': + type: string + nullable: true + default: + $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/microsoft.graph.remove' + - /me/followedSites/microsoft.graph.remove + - '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' + - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' + - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: tags: - me.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: me.joinedTeams.team.primaryChannel.allMembers.remove + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.ListEnabledApps parameters: - name: team-id in: path @@ -426307,46 +430799,128 @@ paths: schema: type: string x-ms-docs-key-type: team - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/me/chats/{chat-id}/members/microsoft.graph.remove' - - /me/followedSites/microsoft.graph.remove - - '/me/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove' - - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - - '/me/joinedTeams/{team-id}/members/microsoft.graph.remove' - - '/me/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - me.team + summary: Get enabledApps from me + operationId: me.joinedTeams.primaryChannel.GetEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/me/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/me/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-dea8 + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/me/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -428693,6 +433267,68 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -428834,6 +433470,61 @@ paths: - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() + '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - me.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: me.joinedTeams.team.primaryChannel.messages.replyWithQuote + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/me/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -458968,6 +463659,44 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /me/settings/exchange: + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. + get: + tags: + - me.userSettings + summary: Get exchange from me + operationId: me.settings.GetExchange + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + default: + $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: @@ -472084,7 +476813,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.GetPlace.AsRoomList parameters: - name: place-id @@ -474330,7 +479063,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection + summary: Get place + description: 'Read the properties of a place object specified by its ID. The place object can be one of the following types: The listed resources are derived from the place object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0 operationId: places.place.ListPlace.AsRoomList parameters: - $ref: '#/components/parameters/top' @@ -628396,6 +633133,518 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.ListSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + default: + $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 sharePointGroups for storage + operationId: storage.fileStorage.containers.CreateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.containers.GetSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property sharePointGroups in storage + operationId: storage.fileStorage.containers.UpdateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.containers.DeleteSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.ListMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointGroupMemberCollectionResponse' + default: + $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 members for storage + operationId: storage.fileStorage.containers.sharePointGroups.CreateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.containers.sharePointGroups.GetMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property members in storage + operationId: storage.fileStorage.containers.sharePointGroups.UpdateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.containers.sharePointGroups.DeleteMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.sharePointGroups.members.GetCount-8cdc + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/$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.sharePointGroups.GetCount-c255 + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /storage/fileStorage/containers/$count: description: Provides operations to count the resources in the collection. get: @@ -631791,6 +637040,518 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.ListSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointGroupCollectionResponse' + default: + $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 sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.CreateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}': + description: Provides operations to manage the sharePointGroups property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get sharePointGroups from storage + operationId: storage.fileStorage.deletedContainers.GetSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property sharePointGroups in storage + operationId: storage.fileStorage.deletedContainers.UpdateSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property sharePointGroups for storage + operationId: storage.fileStorage.deletedContainers.DeleteSharePointGroups + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.ListMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointGroupMemberCollectionResponse' + default: + $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 members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.CreateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}': + description: Provides operations to manage the members property of the microsoft.graph.sharePointGroup entity. + get: + tags: + - storage.fileStorage + summary: Get members from storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.GetMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property members in storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.UpdateMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property members for storage + operationId: storage.fileStorage.deletedContainers.sharePointGroups.DeleteMembers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - name: sharePointGroupMember-id + in: path + description: The unique identifier of sharePointGroupMember + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroupMember + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/{sharePointGroupMember-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/{sharePointGroup-id}/members/$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.deletedContainers.sharePointGroups.members.GetCount-495f + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: sharePointGroup-id + in: path + description: The unique identifier of sharePointGroup + required: true + schema: + type: string + x-ms-docs-key-type: sharePointGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/sharePointGroups/$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.deletedContainers.sharePointGroups.GetCount-f80e + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /storage/fileStorage/deletedContainers/$count: description: Provides operations to count the resources in the collection. get: @@ -633248,101 +639009,387 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - teams.channel - summary: Update the navigation property allMembers in teams - operationId: teams.channels.UpdateAllMembers - 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 - 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' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - teams.channel - summary: Delete navigation property allMembers for teams - operationId: teams.channels.DeleteAllMembers - 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 - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.conversationMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - teams.channel + summary: Update the navigation property allMembers in teams + operationId: teams.channels.UpdateAllMembers + 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 + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete navigation property allMembers for teams + operationId: teams.channels.DeleteAllMembers + 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 + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}' + '/teams/{team-id}/channels/{channel-id}/allMembers/$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.allMembers.GetCount-ea4d + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': + description: Provides operations to call the add method. + post: + tags: + - teams.channel + 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.allMembers.add + 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 + 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 + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionResultPart' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' + - '/teams/{team-id}/members/microsoft.graph.add' + - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' + - '/teams/{team-id}/primaryChannel/members/microsoft.graph.add' + '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - teams.channel + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: teams.team.channels.channel.allMembers.remove + 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 + 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 + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionResultPart' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' + - '/teams/{team-id}/members/microsoft.graph.remove' + - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' + - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/teams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/primaryChannel/enabledApps' + '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}' - '/teams/{team-id}/channels/{channel-id}/allMembers/$count': + - '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/teams/{team-id}/channels/{channel-id}/enabledApps/$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.allMembers.GetCount-ea4d + operationId: teams.channels.enabledApps.GetCount-6262 parameters: - name: team-id in: path @@ -633365,134 +639412,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': - description: Provides operations to call the add method. - post: - tags: - - teams.channel - 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.allMembers.add - 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 - 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 - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' - - '/teams/{team-id}/members/microsoft.graph.add' - - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' - - '/teams/{team-id}/primaryChannel/members/microsoft.graph.add' - '/teams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: - tags: - - teams.channel - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: teams.team.channels.channel.allMembers.remove - 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 - 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 - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - - '/teams/{team-id}/members/microsoft.graph.remove' - - '/teams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' '/teams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -636180,6 +642099,73 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -636299,6 +642285,66 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -639950,6 +645996,143 @@ paths: - '/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - '/teams/{team-id}/members/microsoft.graph.remove' - '/teams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/teams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.primaryChannel.ListEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/enabledApps' + '/teams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teams.channel + summary: Get enabledApps from teams + operationId: teams.primaryChannel.GetEnabledApps + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/teams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-412b + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/teams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -642230,6 +648413,66 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/teams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -642335,6 +648578,59 @@ paths: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/teams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - teams.channel + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teams.team.primaryChannel.messages.replyWithQuote + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/teams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -648326,6 +654622,160 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/microsoft.graph.remove' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - teamwork.deletedTeam + summary: Get enabledApps from teamwork + operationId: teamwork.deletedTeams.channels.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/enabledApps/$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.enabledApps.GetCount-bbef + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -650709,28 +657159,218 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage - - name: chatMessage-id1 - in: path - description: The unique identifier of chatMessage - required: true + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction': + description: Provides operations to call the unsetReaction method. + post: + tags: + - teamwork.deletedTeam + summary: Invoke action unsetReaction + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reactionType: + type: string + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.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: + - 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - teamwork.deletedTeam + summary: Invoke function delta + description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @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: + - 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 + - $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: - type: string - x-ms-docs-key-type: chatMessage + 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: - '204': + 2XX: description: Success + content: + application/json: + schema: + title: Collection of chatMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction': - description: Provides operations to call the unsetReaction method. + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. post: tags: - teamwork.deletedTeam - summary: Invoke action unsetReaction - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.replyWithQuote parameters: - name: deletedTeam-id in: path @@ -650753,13 +657393,6 @@ paths: 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 requestBody: description: Action parameters content: @@ -650767,25 +657400,38 @@ paths: schema: type: object properties: - reactionType: - type: string - nullable: true + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true required: true responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + '/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.replies.GetCount-32b1 + operationId: teamwork.deletedTeams.channels.messages.GetCount-d80c parameters: - name: deletedTeam-id in: path @@ -650801,13 +657447,6 @@ paths: 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 - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -650815,7 +657454,7 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()': description: Provides operations to call the delta method. get: tags: @@ -650825,7 +657464,7 @@ paths: 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 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.delta parameters: - name: deletedTeam-id in: path @@ -650841,13 +657480,6 @@ paths: 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 - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -650909,47 +657541,18 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.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: - - 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 - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()': - description: Provides operations to call the delta method. - get: + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: tags: - teamwork.deletedTeam - summary: Invoke function delta - description: 'Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @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 you acquire @odata.deltaLink). For more information, see the delta query documentation.' + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. 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 + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.replyWithQuote parameters: - name: deletedTeam-id in: path @@ -650965,68 +657568,38 @@ paths: schema: type: string x-ms-docs-key-type: channel - - $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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true responses: 2XX: description: Success content: application/json: schema: - title: Collection of chatMessage - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.chatMessage' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -671939,6 +678512,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -672096,6 +678738,68 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.chat + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.chats.chat.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/chats/{chat-id}/microsoft.graph.hideForUser': description: Provides operations to call the hideForUser method. post: @@ -707906,6 +714610,12 @@ paths: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -707939,6 +714649,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}': description: Provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity. @@ -707992,6 +714708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -708029,6 +714751,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -708060,6 +714788,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. @@ -708112,6 +714846,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. @@ -708165,6 +714905,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/shared/$count': description: Provides operations to count the resources in the collection. @@ -708188,6 +714934,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' '/users/{user-id}/insights/trending': description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: @@ -708530,6 +715282,12 @@ paths: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -708563,6 +715321,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/{usedInsight-id}': description: Provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity. @@ -708616,6 +715380,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation patch: tags: @@ -708653,6 +715423,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation delete: tags: @@ -708684,6 +715460,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. @@ -708737,6 +715519,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' x-ms-docs-operation-type: operation '/users/{user-id}/insights/used/$count': description: Provides operations to count the resources in the collection. @@ -708760,6 +715548,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2028-01-01' + date: '2026-01-28' + version: 2026-01/Removal + description: 'This API is deprecated and will stop returning data after January, 2028.' '/users/{user-id}/joinedTeams': description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: @@ -709685,97 +716479,309 @@ paths: schema: type: string x-ms-docs-key-type: channel - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': - description: Provides operations to call the add method. - post: - tags: - - users.team - 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.allMembers.add - parameters: - - name: user-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.add': + description: Provides operations to call the add method. + post: + tags: + - users.team + 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.allMembers.add + 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 + 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 + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionResultPart' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.add' + - '/users/{user-id}/followedSites/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': + description: Provides operations to call the remove method. + post: + tags: + - users.team + summary: Invoke action remove + description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.allMembers.remove + 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 + 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 + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionResultPart' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.remove' + - '/users/{user-id}/followedSites/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.channels.GetEnabledApps + 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: teamsApp-id in: path - description: The unique identifier of user + description: The unique identifier of teamsApp required: true schema: type: string - x-ms-docs-key-type: user - - name: team-id - in: path - description: The unique identifier of team - required: true + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: team - - name: channel-id - in: path - description: The unique identifier of channel - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: channel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/schemas/microsoft.graph.teamsApp' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.add' - - '/users/{user-id}/followedSites/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.add' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/allMembers/microsoft.graph.remove': - description: Provides operations to call the remove method. - post: + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/$count': + description: Provides operations to count the resources in the collection. + get: tags: - users.team - summary: Invoke action remove - description: Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0 - operationId: users.user.joinedTeams.team.channels.channel.allMembers.remove + summary: Get the number of the resource + operationId: users.joinedTeams.channels.enabledApps.GetCount-0dff parameters: - name: user-id in: path @@ -709798,46 +716804,13 @@ paths: schema: type: string x-ms-docs-key-type: channel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/users/{user-id}/chats/{chat-id}/members/microsoft.graph.remove' - - '/users/{user-id}/followedSites/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/allMembers/microsoft.graph.remove' - - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' '/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: @@ -712886,6 +719859,82 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -713057,6 +720106,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.channels.channel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -717221,6 +724339,164 @@ paths: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.remove' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.remove' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.ListEnabledApps + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/{teamsApp-id}': + description: Provides operations to manage the enabledApps property of the microsoft.graph.channel entity. + get: + tags: + - users.team + summary: Get enabledApps from users + operationId: users.joinedTeams.primaryChannel.GetEnabledApps + 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: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/enabledApps/{teamsApp-id}' + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/enabledApps/$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.enabledApps.GetCount-40e4 + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: @@ -719919,6 +727195,75 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: @@ -720076,6 +727421,68 @@ paths: - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.replyWithQuote': + description: Provides operations to call the replyWithQuote method. + post: + tags: + - users.team + summary: Invoke action replyWithQuote + description: Reply with quote to a single chat message or multiple chat messages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-1.0 + operationId: users.user.joinedTeams.team.primaryChannel.messages.replyWithQuote + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + messageIds: + type: array + items: + type: string + replyMessage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.chatMessage' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.replyWithQuote' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.replyWithQuote' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': description: Provides operations to call the archive method. post: @@ -755118,6 +762525,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/settings/exchange': + description: Provides operations to manage the exchange property of the microsoft.graph.userSettings entity. + get: + tags: + - users.userSettings + summary: Get exchange from users + operationId: users.settings.GetExchange + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/users/{user-id}/settings/itemInsights': description: Provides operations to manage the itemInsights property of the microsoft.graph.userSettings entity. get: @@ -763547,6 +770999,13 @@ components: title: admin type: object properties: + configurationManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.configurationManagement' + - type: object + nullable: true + description: A container for Tenant Configuration Management (TCM) resources. Read-only. + x-ms-navigationProperty: true edge: anyOf: - $ref: '#/components/schemas/microsoft.graph.edge' @@ -763708,6 +771167,75 @@ components: displayConcealedNames: type: boolean description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' + microsoft.graph.agentIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentity + type: object + properties: + agentIdentityBlueprintId: + type: string + description: The appId of the agent identity blueprint that defines the configuration for this agent identity. + createdByAppId: + type: string + description: The appId of the application that created this agent identity. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + 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 agent identity was created. Read-only. Inherited from servicePrincipal. + format: date-time + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity. + x-ms-navigationProperty: true + microsoft.graph.agentIdentityBlueprint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.application' + - title: agentIdentityBlueprint + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint. Set internally by Microsoft Entra ID. Read-only. Inherited from application. + nullable: true + inheritablePermissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + description: Defines scopes of a resource application that may be automatically granted to agent identities without additional consent. + x-ms-navigationProperty: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation. + x-ms-navigationProperty: true + microsoft.graph.agentIdentityBlueprintPrincipal: + allOf: + - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + - title: agentIdentityBlueprintPrincipal + type: object + properties: + createdByAppId: + type: string + description: The appId of the application that created this agent identity blueprint principal. Set internally by Microsoft Entra ID. Read-only. Inherited from servicePrincipal. + nullable: true + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The sponsors for this agent identity blueprint principal. Sponsors are users or service principals who can authorize and manage the lifecycle of agent identity instances. + x-ms-navigationProperty: true + microsoft.graph.agentUser: + allOf: + - $ref: '#/components/schemas/microsoft.graph.user' + - title: agentUser + type: object + description: Represents a Microsoft Entra user account. microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -767900,6 +775428,11 @@ components: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: 'A collection of membership records associated with the channel, including both direct and indirect members of shared channels.' x-ms-navigationProperty: true + enabledApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + x-ms-navigationProperty: true filesFolder: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' @@ -768465,6 +775998,17 @@ components: - type: object nullable: true description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + osVersionNumber: + type: string + description: 'The operating system version of this image. For example, 10.0.22000.296. Read-only.' + nullable: true + sizeInGB: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The size of the image in GB. For example, 64. Read-only.' + format: int32 + nullable: true 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.' @@ -768505,6 +776049,10 @@ components: 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 + osVersionNumber: + type: string + description: 'The operating system version of this gallery image. For example, 10.0.22000.296. 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. @@ -769201,6 +776749,246 @@ components: description: The user-friendly name of the template. scenarios: $ref: '#/components/schemas/microsoft.graph.templateScenarios' + microsoft.graph.configurationBaseline: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationBaseline + type: object + properties: + description: + type: string + description: User-friendly description of the baseline given by the user. + displayName: + type: string + description: User-friendly name given by the user to the baseline. + parameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + description: Collection of parameters attached to the baseline. + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + description: Collection of resources and their properties that are added to the baseline. At least one property of one resource must be present in the baseline. + microsoft.graph.configurationDrift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationDrift + type: object + properties: + baselineResourceDisplayName: + type: string + description: 'Resource instance for which the drift is detected. Supports $filter (eq, ne, startsWith) and $orderby.' + readOnly: true + driftedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + description: Properties within one or more resource instances in which drift is detected. Returned only on $select. + readOnly: true + firstReportedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 drift is first detected. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + resourceInstanceIdentifier: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: 'Resource for which the drift is detected. Supports $filter (eq, ne, startsWith).' + readOnly: true + status: + $ref: '#/components/schemas/microsoft.graph.driftStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + microsoft.graph.configurationManagement: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationManagement + type: object + properties: + configurationDrifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationDrift' + description: A container for configuration drift resources. + x-ms-navigationProperty: true + configurationMonitoringResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + description: A container for configuration monitoring results resources. + x-ms-navigationProperty: true + configurationMonitors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + description: A container for configuration monitor resources. + x-ms-navigationProperty: true + configurationSnapshotJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + description: A container for snapshot job resources. + x-ms-navigationProperty: true + configurationSnapshots: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + description: A container for configuration snapshot baselines. + x-ms-navigationProperty: true + microsoft.graph.configurationMonitor: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitor + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the monitor given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name given by the user to the monitor. Supports $filter (eq, ne, startsWith) and $orderby.' + inactivationReason: + type: string + description: The reason for the monitor's inactivation. Returned only on $select. + nullable: true + readOnly: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 monitor was last modified. If no modifications are made to the monitor, it''s the same as createdDateTime. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + mode: + $ref: '#/components/schemas/microsoft.graph.monitorMode' + monitorRunFrequencyInHours: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Frequency at which the monitor runs. The default frequency is six hours. Regardless of when you create or update a monitor, it gets triggered within the next 6 hours. Currently, monitors are picked up at fixed times: 6 AM, 12 PM, 6 PM, and 12 AM (all in GMT). For example, if you create a monitor at 9 AM, it gets triggered around 12 PM. If you update a monitor at 4 PM, it gets triggered around 6 PM.' + format: int32 + readOnly: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + - type: object + nullable: true + description: Key-value pairs that contain parameter values which might be used in the baseline. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.monitorStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + baseline: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' + microsoft.graph.configurationMonitoringResult: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationMonitoringResult + type: object + properties: + driftsCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Number of drifts observed during a monitor run. Supports $filter (eq, ne, ge, le) and $orderby.' + format: int32 + readOnly: true + errorDetails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' + description: All the error details that prevent the monitor from running successfully. The error details are a contained entity. Returned only on $select. + readOnly: true + monitorId: + type: string + description: 'Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).' + readOnly: true + runCompletionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runInitiationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 monitor run initiated. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + runStatus: + $ref: '#/components/schemas/microsoft.graph.monitorRunStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).' + readOnly: true + microsoft.graph.configurationSnapshotJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: configurationSnapshotJob + 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: 'The date and time when the snapshot job was completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 snapshot job 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. Supports $filter (eq, ne, ge, le) and $orderby.' + format: date-time + readOnly: true + description: + type: string + description: 'User-friendly description of the snapshot given by the user. Supports $filter (eq, ne, startsWith) and $orderby.' + displayName: + type: string + description: 'User-friendly name provided by the user during snapshot creation. Supports $filter (eq, ne, startsWith) and $orderby.' + errorDetails: + type: array + items: + type: string + description: Details of errors related to the reasons why the snapshot can't complete. Returned only on $select. + readOnly: true + resourceLocation: + type: string + description: The URL at which the snapshot file resides. Returned only on $select. + readOnly: true + resources: + type: array + items: + type: string + description: The names of all resources included in the request body by the user who created the snapshot. Fetched by the system. Returned only on $select. + status: + $ref: '#/components/schemas/microsoft.graph.snapshotJobStatus' + tenantId: + type: string + description: 'Globally unique identifier (GUID) of the tenant for which the snapshot is created. Supports $filter (eq, ne).' + readOnly: true microsoft.graph.connectedOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -769375,10 +777163,22 @@ components: type: string description: The user's notes about the contact. nullable: true + primaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's primary email address. profession: type: string description: The contact's profession. nullable: true + secondaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's secondary email address. spouseName: type: string description: The name of the contact's spouse/partner. @@ -769387,6 +777187,12 @@ components: type: string description: The contact's surname. nullable: true + tertiaryEmailAddress: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - type: object + nullable: true + description: The contact's tertiary email address. title: type: string description: The contact's title. @@ -769835,6 +777641,11 @@ components: - title: crossTenantAccessPolicyConfigurationDefault type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -769881,6 +777692,16 @@ components: type: boolean description: 'If true, the default configuration is set to the system default configuration. If false, the default settings are customized.' nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' @@ -769891,6 +777712,11 @@ components: title: crossTenantAccessPolicyConfigurationPartner type: object properties: + appServiceConnectInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting' + - type: object + nullable: true automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' @@ -769935,6 +777761,16 @@ components: type: boolean description: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. nullable: true + m365CollaborationInbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting' + - type: object + nullable: true + m365CollaborationOutbound: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting' + - type: object + nullable: true tenantId: type: string description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -775434,6 +783270,11 @@ components: - title: exchangeAdmin type: object properties: + mailboxes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' + x-ms-navigationProperty: true tracing: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageTracingRoot' @@ -775560,6 +783401,15 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' description: A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes. x-ms-navigationProperty: true + microsoft.graph.exchangeSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: exchangeSettings + type: object + properties: + primaryMailboxId: + type: string + nullable: true microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -775731,54 +783581,70 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as 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. + description: The attestation certificate or certificates attached to this passkey. attestationLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' + description: 'The attestation level of this passkey (FIDO2). The possible values are: attested, notAttested, unknownFutureValue.' 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. + description: The manufacturer-assigned model of the FIDO2 passkey. nullable: true + passkeyType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyType' + - type: object + nullable: true + description: 'The type of passkey. The possible values are: deviceBound, synced, unknownFutureValue.' microsoft.graph.fido2AuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: fido2AuthenticationMethodConfiguration type: object properties: + defaultPasskeyProfile: + type: string + description: 'The non-deletable baseline passkey profile, within the passkey profile collection. It''s automatically created when migrating to passkey profiles and initially mirrors the tenant''s legacy global passkey (FIDO2) authentication methods policy settings.' + nullable: true isAttestationEnforced: type: boolean - description: Determines whether attestation must be enforced for FIDO2 security key registration. + description: Determines whether attestation must be enforced for passkey (FIDO2) registration. This property is deprecated and will be removed in October 2027. Use passkeyProfiles property. nullable: true isSelfServiceRegistrationAllowed: type: boolean - description: Determines if users can register new FIDO2 security keys. + description: Determines if users can register new passkeys (FIDO2). 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 (for example, make and model) of the authenticator.' + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. This property is deprecated and will be removed in October 2027. Use the passkeyProfiles property.' includeTargets: type: array items: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true + passkeyProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' + description: A collection of configuration profiles that control the registration of and authentication with passkeys (FIDO2). + x-ms-navigationProperty: true microsoft.graph.fido2CombinationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' @@ -775943,6 +783809,11 @@ components: nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true + sharePointGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' + x-ms-navigationProperty: true microsoft.graph.fileStorageContainerType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -776980,6 +784851,19 @@ components: items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' x-ms-navigationProperty: true + microsoft.graph.inheritablePermission: + title: inheritablePermission + type: object + properties: + inheritableScopes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - type: object + nullable: true + description: 'Inheritance configuration for delegated permission scopes published by the resource application. Supports three patterns: allAllowedScopes (inherit all available scopes), enumeratedScopes (inherit only the listed scopes), and noScopes (inherit none). Each pattern exposes a kind discriminator for filtering.' + resourceAppId: + type: string + description: The appId of the resource application that publishes these scopes. Primary key. microsoft.graph.insightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -779153,6 +787037,87 @@ components: recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. + microsoft.graph.mailbox: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: mailbox + type: object + properties: + folders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + microsoft.graph.mailboxFolder: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mailboxFolder + type: object + properties: + childFolderCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + displayName: + type: string + nullable: true + parentFolderId: + type: string + nullable: true + totalItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + type: + type: string + nullable: true + childFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' + x-ms-navigationProperty: true + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxItem' + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true + microsoft.graph.mailboxItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: mailboxItem + type: object + properties: + size: + type: number + format: int64 + nullable: true + type: + type: string + nullable: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + x-ms-navigationProperty: true microsoft.graph.mailboxProtectionRule: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' @@ -782228,6 +790193,23 @@ components: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' - title: onOtpSendCustomExtension type: object + microsoft.graph.onPasswordSubmitCustomExtension: + allOf: + - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + - title: onPasswordSubmitCustomExtension + type: object + microsoft.graph.onPasswordSubmitListener: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' + - title: onPasswordSubmitListener + type: object + properties: + handler: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - type: object + nullable: true + description: 'Configuration for the handler to invoke when this listener is triggered. For JIT migration scenarios, this is typically an onPasswordMigrationCustomExtensionHandler.' microsoft.graph.onPremisesConditionalAccessSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -782924,6 +790906,44 @@ components: nullable: true description: Represents billing details for billed and unbilled data. x-ms-navigationProperty: true + microsoft.graph.passkeyAuthenticationMethodTarget: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' + - title: passkeyAuthenticationMethodTarget + type: object + properties: + allowedPasskeyProfiles: + 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: List of passkey profiles scoped to the targets. Required. + microsoft.graph.passkeyProfile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: passkeyProfile + type: object + properties: + attestationEnforcement: + $ref: '#/components/schemas/microsoft.graph.attestationEnforcement' + keyRestrictions: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fido2KeyRestrictions' + - type: object + nullable: true + description: 'Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. Required.' + name: + type: string + description: Name of the passkey profile. Required. + nullable: true + passkeyTypes: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.passkeyTypes' + - type: object + nullable: true + description: 'Specifies which types of passkeys are targeted in this passkey profile. Required. The possible values are: deviceBound, synced, unknownFutureValue.' microsoft.graph.passwordAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -783078,6 +791098,12 @@ components: $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 + profileSources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' + description: A collection of profile source settings configured by an administrator in an organization. + x-ms-navigationProperty: true pronouns: anyOf: - $ref: '#/components/schemas/microsoft.graph.pronounsSettings' @@ -784995,6 +793021,33 @@ components: description: The width of the photo. Read-only. format: int32 nullable: true + microsoft.graph.profileSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: profileSource + type: object + properties: + displayName: + type: string + description: Name of the profile source intended to inform users about the profile source name. + nullable: true + kind: + type: string + description: Type of the profile source. + nullable: true + localizations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' + description: Alternative localized labels specified by an administrator. + sourceId: + type: string + description: Profile source identifier used as an alternate key. + nullable: true + webUrl: + type: string + description: Web URL of the profile source that directs users to the page view of the profile data. + nullable: true microsoft.graph.pronounsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -788199,6 +796252,36 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.sharePointGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroup + type: object + properties: + description: + type: string + nullable: true + principalId: + type: string + nullable: true + title: + type: string + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' + x-ms-navigationProperty: true + microsoft.graph.sharePointGroupMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharePointGroupMember + type: object + properties: + identity: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' + - type: object + nullable: true microsoft.graph.sharePointMigrationEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -792433,6 +800516,9 @@ components: 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.' + identityParentId: + type: string + nullable: true imAddresses: type: array items: @@ -794533,6 +802619,12 @@ components: 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 work or school is affected. Users can control this setting in Office Delve.' + exchange: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.exchangeSettings' + - type: object + nullable: true + x-ms-navigationProperty: true itemInsights: anyOf: - $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' @@ -799165,6 +807257,10 @@ components: - type: object nullable: true description: Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings. + certificateAuthorityScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' certificateUserBindings: type: array items: @@ -799172,6 +807268,11 @@ components: 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. crlValidationConfiguration: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfiguration' + issuerHintsConfiguration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsConfiguration' + - type: object + nullable: true includeTargets: type: array items: @@ -800158,6 +808259,11 @@ components: type: string description: Value of the property serving as a detection trigger. nullable: true + microsoft.graph.allAllowedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: allAllowedScopes + type: object microsoft.graph.allDeviceRegistrationMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' @@ -801732,6 +809838,31 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.baselineParameter: + title: baselineParameter + type: object + properties: + description: + type: string + description: User-friendly description of the parameter. + nullable: true + displayName: + type: string + description: Parameter names such as FQDN and Tenant ID. + parameterType: + $ref: '#/components/schemas/microsoft.graph.baselineParameterType' + microsoft.graph.baselineResource: + title: baselineResource + type: object + properties: + displayName: + type: string + description: Unique name of the resource. + properties: + $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' + resourceType: + type: string + description: Name of the resource type. microsoft.graph.basicAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -804278,6 +812409,15 @@ components: type: string description: The ID of the Microsoft Entra tenant. Read only. nullable: true + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + title: crossTenantAccessPolicyAppServiceConnectSetting + type: object + properties: + applications: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true microsoft.graph.crossTenantAccessPolicyB2BSetting: title: crossTenantAccessPolicyB2BSetting type: object @@ -804310,6 +812450,24 @@ components: type: boolean description: Specifies whether MFA from external Microsoft Entra organizations is trusted. nullable: true + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + title: crossTenantAccessPolicyM365CollaborationInboundSetting + type: object + properties: + users: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + title: crossTenantAccessPolicyM365CollaborationOutboundSetting + type: object + properties: + usersAndGroups: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' + - type: object + nullable: true microsoft.graph.crossTenantAccessPolicyTarget: title: crossTenantAccessPolicyTarget type: object @@ -805669,6 +813827,28 @@ components: 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 + microsoft.graph.driftedProperty: + title: driftedProperty + type: object + properties: + currentValue: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true + description: The current value of the property. + readOnly: true + desiredValue: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true + description: The desired value of the property as specified by admins in the baseline of the monitor body. + readOnly: true + propertyName: + type: string + description: The name of the property. + readOnly: true microsoft.graph.driveItemSource: title: driveItemSource type: object @@ -806499,6 +814679,33 @@ components: items: type: string nullable: true + microsoft.graph.enumeratedScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: enumeratedScopes + type: object + properties: + scopes: + type: array + items: + type: string + description: Required. Nonempty list of delegated permission scope identifiers published by the resource application to inherit. Entries must be unique and must not include any globally blocked scopes. + microsoft.graph.errorDetail: + title: errorDetail + type: object + properties: + errorMessage: + type: string + description: The message that describes the error to help the admin take action. + readOnly: true + resourceInstanceName: + type: string + description: The resource type identifier. + readOnly: true + resourceType: + type: string + description: Name of the resource type. + readOnly: true microsoft.graph.eventMessageDetail: title: eventMessageDetail type: object @@ -806539,6 +814746,25 @@ components: - type: object nullable: true description: 'The requestor''s desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration.' + microsoft.graph.exportItemResponse: + title: exportItemResponse + type: object + properties: + changeKey: + type: string + nullable: true + data: + type: string + format: base64url + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.mailTipsError' + - type: object + nullable: true + itemId: + type: string + nullable: true microsoft.graph.expressionInputObject: title: expressionInputObject type: object @@ -807356,6 +815582,14 @@ components: - $ref: '#/components/schemas/microsoft.graph.accountTargetContent' - title: includeAllAccountTargetContent type: object + microsoft.graph.includeTarget: + title: includeTarget + type: object + properties: + id: + type: string + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' microsoft.graph.incomingCallOptions: allOf: - $ref: '#/components/schemas/microsoft.graph.callOptions' @@ -807423,6 +815657,12 @@ components: type: string description: 'Link to the application''s terms of service statement. For example, https://www.contoso.com/app/termsofservice' nullable: true + microsoft.graph.inheritableScopes: + title: inheritableScopes + type: object + properties: + kind: + $ref: '#/components/schemas/microsoft.graph.scopeCollectionKind' microsoft.graph.initiator: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -808528,6 +816768,18 @@ components: type: string description: The unique identifier of the mailbox in the external directory (such as Microsoft Entra). nullable: true + microsoft.graph.mailboxItemImportSession: + title: mailboxItemImportSession + 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 + format: date-time + nullable: true + importUrl: + type: string + nullable: true microsoft.graph.mailboxSettings: title: mailboxSettings type: object @@ -809701,6 +817953,11 @@ components: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - title: noDeviceRegistrationMembership type: object + microsoft.graph.noScopes: + allOf: + - $ref: '#/components/schemas/microsoft.graph.inheritableScopes' + - title: noScopes + type: object microsoft.graph.notebookLinks: title: notebookLinks type: object @@ -810291,6 +818548,30 @@ components: microsoft.graph.onOtpSendHandler: title: onOtpSendHandler type: object + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitHandler' + - title: onPasswordMigrationCustomExtensionHandler + type: object + properties: + configuration: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration' + - type: object + nullable: true + description: 'Configuration that overrides the default settings from the referenced custom extension, such as timeout and retry values. Optional.' + migrationPropertyId: + type: string + description: 'The name of the custom extension attribute that indicates whether a user requires migration. This property must reference a valid custom attribute on the user object (for example, extensionrequiresMigration). Required.' + customExtension: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.onPasswordSubmitHandler: + title: onPasswordSubmitHandler + type: object microsoft.graph.onPremisesAccidentalDeletionPrevention: title: onPremisesAccidentalDeletionPrevention type: object @@ -810527,6 +818808,11 @@ components: microsoft.graph.onUserCreateStartHandler: title: onUserCreateStartHandler type: object + microsoft.graph.openComplexDictionaryType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.Dictionary' + - title: openComplexDictionaryType + type: object microsoft.graph.openIdConnectSetting: title: openIdConnectSetting type: object @@ -812458,6 +820744,22 @@ components: 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.''' + microsoft.graph.profileSourceLocalization: + title: profileSourceLocalization + type: object + properties: + displayName: + type: string + description: Localized display name. + nullable: true + languageTag: + type: string + description: Language locale. + nullable: true + webUrl: + type: string + description: Localized profile source URL. + nullable: true microsoft.graph.prompt: title: prompt type: object @@ -814851,6 +823153,18 @@ components: format: int32 nullable: true description: SharedPC Account Manager Policy. Only applies when the account manager is enabled. + microsoft.graph.sharePointGroupIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: sharePointGroupIdentity + type: object + properties: + principalId: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.sharePointIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -814873,6 +823187,11 @@ components: - type: object nullable: true description: The group associated with this action. Optional. + sharePointGroup: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharePointGroupIdentity' + - type: object + nullable: true siteGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentity' @@ -819465,6 +827784,20 @@ components: - $ref: '#/components/schemas/microsoft.graph.x509CertificateAffinityLevel' - type: object nullable: true + microsoft.graph.x509CertificateAuthorityScope: + title: x509CertificateAuthorityScope + type: object + properties: + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' + publicKeyInfrastructureIdentifier: + type: string + nullable: true + subjectKeyIdentifier: + type: string + nullable: true microsoft.graph.x509CertificateCRLValidationConfiguration: title: x509CertificateCRLValidationConfiguration type: object @@ -819477,6 +827810,15 @@ components: description: Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a hexadecimal string. state: $ref: '#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfigurationState' + microsoft.graph.x509CertificateIssuerHintsConfiguration: + title: x509CertificateIssuerHintsConfiguration + type: object + properties: + state: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.x509CertificateIssuerHintsState' + - type: object + nullable: true microsoft.graph.x509CertificateRule: title: x509CertificateRule type: object @@ -820246,6 +828588,13 @@ components: - optional - resource type: string + microsoft.graph.attestationEnforcement: + title: attestationEnforcement + enum: + - disabled + - registrationOnly + - unknownFutureValue + type: string microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -820539,6 +828888,21 @@ components: - unknownFutureValue - qrCodePin type: string + microsoft.graph.baselineParameterType: + title: baselineParameterType + enum: + - string + - integer + - boolean + - unknownFutureValue + type: string + x-ms-enum: + name: baselineParameterType + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.binaryOperator: title: binaryOperator enum: @@ -822713,6 +831077,20 @@ components: - sPSharingGenerateIncidentReport - restrictWebGrounding type: string + microsoft.graph.driftStatus: + title: driftStatus + enum: + - active + - fixed + - unknownFutureValue + type: string + x-ms-enum: + name: driftStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.driveItemSourceApplication: title: driveItemSourceApplication enum: @@ -824636,6 +833014,48 @@ components: - data - unknownFutureValue type: string + microsoft.graph.monitorMode: + title: monitorMode + enum: + - monitorOnly + - unknownFutureValue + type: string + x-ms-enum: + name: monitorMode + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorRunStatus: + title: monitorRunStatus + enum: + - successful + - partiallySuccessful + - failed + - unknownFutureValue + type: string + x-ms-enum: + name: monitorRunStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue + microsoft.graph.monitorStatus: + title: monitorStatus + enum: + - active + - inactive + - unknownFutureValue + type: string + x-ms-enum: + name: monitorStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.multiFactorAuthConfiguration: title: multiFactorAuthConfiguration enum: @@ -824995,6 +833415,22 @@ components: - valueAddedResellerPartnerDelegatedAdmin - unknownFutureValue type: string + microsoft.graph.passkeyType: + title: passkeyType + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + microsoft.graph.passkeyTypes: + title: passkeyTypes + enum: + - deviceBound + - synced + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.payloadBrand: title: payloadBrand enum: @@ -827648,6 +836084,15 @@ components: - selfRenew - unknownFutureValue type: string + microsoft.graph.scopeCollectionKind: + title: scopeCollectionKind + enum: + - allAllowed + - enumerated + - none + - scopeKindNotSet + - unknownFutureValue + type: string microsoft.graph.scopeOperatorMultiValuedComparisonType: title: scopeOperatorMultiValuedComparisonType enum: @@ -828053,6 +836498,23 @@ components: - value: high description: High. name: high + microsoft.graph.snapshotJobStatus: + title: snapshotJobStatus + enum: + - notStarted + - running + - succeeded + - failed + - partiallySuccessful + - unknownFutureValue + type: string + x-ms-enum: + name: snapshotJobStatus + modelAsString: false + values: + - value: unknownFutureValue + description: A marker value for members added after the release of this API. + name: unknownFutureValue microsoft.graph.socialIdentitySourceType: title: socialIdentitySourceType enum: @@ -830628,6 +839090,13 @@ components: - enabled - unknownFutureValue type: string + microsoft.graph.x509CertificateIssuerHintsState: + title: x509CertificateIssuerHintsState + enum: + - disabled + - enabled + - unknownFutureValue + type: string microsoft.graph.x509CertificateRuleType: title: x509CertificateRuleType enum: @@ -832003,6 +840472,8 @@ components: type: string description: The Teams app ID. Optional. nullable: true + contentCategory: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.contentCategory' description: type: string description: Description of the connection displayed in the Microsoft 365 admin center. Optional. @@ -832195,6 +840666,31 @@ components: - type: object nullable: true description: Configurations to match and resolve URL. + microsoft.graph.externalConnectors.principal: + title: principal + type: object + properties: + email: + type: string + nullable: true + entraDisplayName: + type: string + nullable: true + entraId: + type: string + nullable: true + externalId: + type: string + nullable: true + externalName: + type: string + nullable: true + tenantId: + type: string + nullable: true + upn: + type: string + nullable: true microsoft.graph.externalConnectors.properties: title: properties type: object @@ -832208,6 +840704,10 @@ components: type: string nullable: true description: 'A set of aliases or a friendly name for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, '', '', <, >, `, ^. Optional.' + description: + type: string + description: 'Specifies a human-readable description that explains the purpose, usage, or guidance related to the property. This property enhances semantic understanding by helping Copilot interpret queries and accurately map them to properties that results in more relevant and precise responses. Optional but we recommend that you use this property for queryable properties. The maximum supported length is 200 characters.' + nullable: true isQueryable: type: boolean description: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. @@ -832322,6 +840822,25 @@ components: - limitExceeded - unknownFutureValue type: string + microsoft.graph.externalConnectors.contentCategory: + title: contentCategory + enum: + - uncategorized + - knowledgeBase + - wikis + - fileRepository + - qna + - crm + - dashboard + - people + - media + - email + - messaging + - meetingTranscripts + - taskManagement + - learningManagement + - unknownFutureValue + type: string microsoft.graph.externalConnectors.externalActivityType: title: externalActivityType enum: @@ -832359,7 +840878,45 @@ components: - fileName - fileExtension - unknownFutureValue + - containerName + - containerUrl - iconUrl + - assignedToPeople + - closedBy + - closedDate + - priority + - sprintName + - tags + - severity + - state + - dueDate + - itemParentId + - itemPath + - itemType + - numberOfReactions + - parentUrl + - priorityNormalized + - reportedBy + - secondaryId + - personEmails + - personAddresses + - personAnniversaries + - personName + - personNote + - personPhones + - personCurrentPosition + - personWebAccounts + - personWebSite + - personSkills + - personProjects + - personAccount + - personAwards + - personCertifications + - personAssistants + - personColleagues + - personManager + - personAlternateContacts + - personEmergencyContacts type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -832374,6 +840931,8 @@ components: - doubleCollection - dateTimeCollection - unknownFutureValue + - principal + - principalCollection type: string microsoft.graph.externalConnectors.ruleOperation: title: ruleOperation @@ -840026,6 +848585,85 @@ components: - clientUpdateProhibited - unknownFutureValue type: string + microsoft.graph.teamsAdministration.numberAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: numberAssignment + type: object + properties: + activationState: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.activationState' + assignmentCategory: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory' + - type: object + nullable: true + description: 'Contains the assignment category such as Primary or Private. The possible values are: primary, private, alternate, unknownFutureValue.' + assignmentStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignmentStatus' + - type: object + nullable: true + description: 'The assignment status of the phone number. The possible values are: unassigned, internalError, userAssigned, conferenceAssigned, voiceApplicationAssigned, thirdPartyAppAssigned, policyAssigned, unknownFutureValue.' + assignmentTargetId: + type: string + description: 'The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account, or the policy instance ID of a Teams shared calling routing policy instance.' + nullable: true + capabilities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberCapability' + description: The list of capabilities assigned to the phone number. + city: + type: string + description: The city where the phone number is located or associated with. + nullable: true + civicAddressId: + type: string + description: The ID of the civic address assigned to the phone number. + nullable: true + isoCountryCode: + type: string + description: The ISO country code assigned to the phone number. + nullable: true + locationId: + type: string + description: The ID of the location assigned to the phone number. + nullable: true + networkSiteId: + type: string + description: This property is reserved for internal Microsoft use. + nullable: true + numberSource: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberSource' + - type: object + nullable: true + description: 'The source of the phone number. online is used for phone numbers assigned in Microsoft 365, and onPremises is used for phone numbers assigned in AD on-premises, which are synchronized into Microsoft 365. The possible values are: online, onPremises, unknownFutureValue.' + numberType: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberType' + operatorId: + type: string + description: The ID of the operator. + portInStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.portInStatus' + - type: object + nullable: true + description: 'The status of any port in order covering the phone number. The possible values are: completed, firmOrderCommitmentAccepted, unknownFutureValue.' + reverseNumberLookupOptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.reverseNumberLookupOption' + description: 'Status of Reverse Number Lookup (RNL). If set to skipInternalVoip, calls are routed through the external Public Switched Telephone Network (PSTN) instead of using internal VoIP resolution.' + supportedCustomerActions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.customerAction' + description: Indicates what customer actions are available to modify the number. + telephoneNumber: + type: string + description: 'The telephone number in the record. The recorded telephone number is always displayed with a ''+'' prefix, regardless of whether it was originally assigned with one.' microsoft.graph.teamsAdministration.policyIdentifierDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -840051,6 +848689,13 @@ components: nullable: true description: Represents a navigation property to the Teams policy assignment object. x-ms-navigationProperty: true + telephoneNumberManagement: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot' + - type: object + nullable: true + description: Represents a collection of available telephone number management operations. + x-ms-navigationProperty: true userConfigurations: type: array items: @@ -840136,6 +848781,40 @@ components: nullable: true description: Represents an Entra user account. x-ms-navigationProperty: true + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberLongRunningOperation + type: object + properties: + createdDateTime: + type: string + description: Date and time when the asynchronous operation was created. + numbers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' + description: Asynchronous operation details. + status: + $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: telephoneNumberManagementRoot + type: object + properties: + numberAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + description: Represents a collection of synchronous telephone number management operations. + x-ms-navigationProperty: true + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + description: Represents a collection of asynchronous telephone number management operations. + x-ms-navigationProperty: true microsoft.graph.teamsAdministration.assignedTelephoneNumber: title: assignedTelephoneNumber type: object @@ -840170,6 +848849,24 @@ components: policyId: type: string description: Represents the unique identifier for the policy. + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + title: telephoneNumberLongRunningOperationDetails + type: object + properties: + resourceLocation: + type: string + description: Location of the asynchronous operation. It includes the operation identifier. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + - type: object + nullable: true + description: 'status of the asynchronous operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.' + statusDetail: + type: string + description: Indicates the asynchronous operation details. + nullable: true microsoft.graph.teamsAdministration.accountType: title: accountType enum: @@ -840181,6 +848878,16 @@ components: - unknownFutureValue - ineligibleUser type: string + microsoft.graph.teamsAdministration.activationState: + title: activationState + enum: + - activated + - assignmentPending + - assignmentFailed + - updatePending + - updateFailed + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentCategory: title: assignmentCategory enum: @@ -840189,6 +848896,18 @@ components: - alternate - unknownFutureValue type: string + microsoft.graph.teamsAdministration.assignmentStatus: + title: assignmentStatus + enum: + - unassigned + - internalError + - userAssigned + - conferenceAssigned + - voiceApplicationAssigned + - thirdPartyAppAssigned + - policyAssigned + - unknownFutureValue + type: string microsoft.graph.teamsAdministration.assignmentType: title: assignmentType enum: @@ -840196,6 +848915,51 @@ components: - group - unknownFutureValue type: string + microsoft.graph.teamsAdministration.customerAction: + title: customerAction + enum: + - locationUpdate + - release + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberCapability: + title: numberCapability + enum: + - conferenceAssignment + - voiceApplicationAssignment + - userAssignment + - teamsPhoneMobile + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberSource: + title: numberSource + enum: + - online + - onPremises + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.numberType: + title: numberType + enum: + - internalError + - directRouting + - callingPlan + - operatorConnect + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.portInStatus: + title: portInStatus + enum: + - completed + - firmOrderCommitmentAccepted + - unknownFutureValue + type: string + microsoft.graph.teamsAdministration.reverseNumberLookupOption: + title: reverseNumberLookupOption + enum: + - skipInternalVoip + - unknownFutureValue + type: string microsoft.graph.termStore.group: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -841161,6 +849925,314 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.appManagementPolicyCollectionResponse: + title: Collection of appManagementPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.appRoleAssignmentCollectionResponse: + title: Collection of appRoleAssignment + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.claimsMappingPolicyCollectionResponse: + title: Collection of claimsMappingPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + title: Collection of delegatedPermissionClassification + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.endpointCollectionResponse: + title: Collection of endpoint + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.endpoint' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.federatedIdentityCredentialCollectionResponse: + title: Collection of federatedIdentityCredential + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + title: Collection of homeRealmDiscoveryPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.tokenIssuancePolicyCollectionResponse: + title: Collection of tokenIssuancePolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.tokenLifetimePolicyCollectionResponse: + title: Collection of tokenLifetimePolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.extensionPropertyCollectionResponse: + title: Collection of extensionProperty + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.inheritablePermissionCollectionResponse: + title: Collection of inheritablePermission + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inheritablePermission' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.userActivityCollectionResponse: + title: Collection of userActivity + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.adhocCallCollectionResponse: + title: Collection of adhocCall + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.calendarGroupCollectionResponse: + title: Collection of calendarGroup + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.calendarCollectionResponse: + title: Collection of calendar + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendar' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.eventCollectionResponse: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.cloudPCCollectionResponse: + title: Collection of cloudPC + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.contactFolderCollectionResponse: + title: Collection of contactFolder + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contactFolder' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.contactCollectionResponse: + title: Collection of contact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contact' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + title: Collection of deviceManagementTroubleshootingEvent + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.licenseDetailsCollectionResponse: + title: Collection of licenseDetails + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailFolderCollectionResponse: + title: Collection of mailFolder + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailFolder' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.managedAppRegistrationCollectionResponse: + title: Collection of managedAppRegistration + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.managedDeviceCollectionResponse: + title: Collection of managedDevice + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.messageCollectionResponse: + title: Collection of message + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.message' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.onlineMeetingCollectionResponse: + title: Collection of onlineMeeting + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.personCollectionResponse: + title: Collection of person + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.person' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.profilePhotoCollectionResponse: + title: Collection of profilePhoto + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.agreementFileLocalizationCollectionResponse: title: Collection of agreementFileLocalization type: object @@ -841403,72 +850475,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.appManagementPolicyCollectionResponse: - title: Collection of appManagementPolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.extensionPropertyCollectionResponse: - title: Collection of extensionProperty - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extensionProperty' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.federatedIdentityCredentialCollectionResponse: - title: Collection of federatedIdentityCredential - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - title: Collection of homeRealmDiscoveryPolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.tokenIssuancePolicyCollectionResponse: - title: Collection of tokenIssuancePolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.tokenLifetimePolicyCollectionResponse: - title: Collection of tokenLifetimePolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.approvalStageCollectionResponse: title: Collection of approvalStage type: object @@ -842162,17 +851168,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.eventCollectionResponse: - title: Collection of event - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.event' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: title: Collection of multiValueLegacyExtendedProperty type: object @@ -842195,17 +851190,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.calendarCollectionResponse: - title: Collection of calendar - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendar' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.attachmentCollectionResponse: title: Collection of attachment type: object @@ -842371,17 +851355,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.adhocCallCollectionResponse: - title: Collection of adhocCall - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.adhocCall' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.callRecords.callRecordCollectionResponse: title: Collection of callRecord type: object @@ -842415,17 +851388,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.onlineMeetingCollectionResponse: - title: Collection of onlineMeeting - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.presenceCollectionResponse: title: Collection of presence type: object @@ -842503,25 +851465,58 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.contactFolderCollectionResponse: - title: Collection of contactFolder + microsoft.graph.configurationDriftCollectionResponse: + title: Collection of configurationDrift type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contactFolder' + $ref: '#/components/schemas/microsoft.graph.configurationDrift' '@odata.nextLink': type: string nullable: true - microsoft.graph.contactCollectionResponse: - title: Collection of contact + microsoft.graph.configurationMonitoringResultCollectionResponse: + title: Collection of configurationMonitoringResult type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.contact' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResult' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.configurationMonitorCollectionResponse: + title: Collection of configurationMonitor + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationMonitor' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.configurationSnapshotJobCollectionResponse: + title: Collection of configurationSnapshotJob + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJob' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.configurationBaselineCollectionResponse: + title: Collection of configurationBaseline + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationBaseline' '@odata.nextLink': type: string nullable: true @@ -842690,17 +851685,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.managedDeviceCollectionResponse: - title: Collection of managedDevice - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedDevice' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.roleAssignmentCollectionResponse: title: Collection of roleAssignment type: object @@ -842745,17 +851729,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.managedAppRegistrationCollectionResponse: - title: Collection of managedAppRegistration - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.managedAppStatusCollectionResponse: title: Collection of managedAppStatus type: object @@ -843108,17 +852081,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - title: Collection of deviceManagementTroubleshootingEvent - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: title: Collection of userExperienceAnalyticsAppHealthApplicationPerformance type: object @@ -843867,6 +852829,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.mailboxCollectionResponse: + title: Collection of mailbox + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailbox' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: title: Collection of granularMailboxRestoreArtifact type: object @@ -843900,6 +852873,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + title: Collection of passkeyAuthenticationMethodTarget + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.passkeyProfileCollectionResponse: + title: Collection of passkeyProfile + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passkeyProfile' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -843944,25 +852939,25 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: - title: Collection of fileStorageContainerTypeAppPermissionGrant + microsoft.graph.sharePointGroupCollectionResponse: + title: Collection of sharePointGroup type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + $ref: '#/components/schemas/microsoft.graph.sharePointGroup' '@odata.nextLink': type: string nullable: true - microsoft.graph.appRoleAssignmentCollectionResponse: - title: Collection of appRoleAssignment + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' '@odata.nextLink': type: string nullable: true @@ -843977,17 +852972,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.profilePhotoCollectionResponse: - title: Collection of profilePhoto - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.horizontalSectionColumnCollectionResponse: title: Collection of horizontalSectionColumn type: object @@ -844373,36 +853357,36 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.mailFolderCollectionResponse: - title: Collection of mailFolder + microsoft.graph.mailboxFolderCollectionResponse: + title: Collection of mailboxFolder type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.mailFolder' + $ref: '#/components/schemas/microsoft.graph.mailboxFolder' '@odata.nextLink': type: string nullable: true - microsoft.graph.messageRuleCollectionResponse: - title: Collection of messageRule + microsoft.graph.mailboxItemCollectionResponse: + title: Collection of mailboxItem type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.messageRule' + $ref: '#/components/schemas/microsoft.graph.mailboxItem' '@odata.nextLink': type: string nullable: true - microsoft.graph.messageCollectionResponse: - title: Collection of message + microsoft.graph.messageRuleCollectionResponse: + title: Collection of messageRule type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.message' + $ref: '#/components/schemas/microsoft.graph.messageRule' '@odata.nextLink': type: string nullable: true @@ -844670,6 +853654,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.profileSourceCollectionResponse: + title: Collection of profileSource + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSource' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.permissionGrantConditionSetCollectionResponse: title: Collection of permissionGrantConditionSet type: object @@ -844725,17 +853720,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.claimsMappingPolicyCollectionResponse: - title: Collection of claimsMappingPolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.featureRolloutPolicyCollectionResponse: title: Collection of featureRolloutPolicy type: object @@ -845506,36 +854490,25 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - title: Collection of delegatedPermissionClassification - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.endpointCollectionResponse: - title: Collection of endpoint + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + title: Collection of serviceAnnouncementAttachment type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.endpoint' + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' '@odata.nextLink': type: string nullable: true - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: - title: Collection of serviceAnnouncementAttachment + microsoft.graph.sharePointGroupMemberCollectionResponse: + title: Collection of sharePointGroupMember type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMember' '@odata.nextLink': type: string nullable: true @@ -845935,61 +854908,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.userActivityCollectionResponse: - title: Collection of userActivity - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.userActivity' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.calendarGroupCollectionResponse: - title: Collection of calendarGroup - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.cloudPCCollectionResponse: - title: Collection of cloudPC - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.licenseDetailsCollectionResponse: - title: Collection of licenseDetails - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseDetails' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.personCollectionResponse: - title: Collection of person - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.person' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.activityHistoryItemCollectionResponse: title: Collection of activityHistoryItem type: object @@ -847178,6 +856096,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + title: Collection of numberAssignment + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + title: Collection of telephoneNumberLongRunningOperation + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.termStore.setCollectionResponse: title: Collection of set type: object @@ -847222,6 +856162,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.agentIdentityBlueprintCollectionResponse: + title: Collection of agentIdentityBlueprint + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprint' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: title: Collection of emailAuthenticationMethodConfiguration type: object @@ -847409,6 +856360,39 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.agentIdentityCollectionResponse: + title: Collection of agentIdentity + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentity' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + title: Collection of agentIdentityBlueprintPrincipal + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.agentUserCollectionResponse: + title: Collection of agentUser + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentUser' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.domainDnsCnameRecordCollectionResponse: title: Collection of domainDnsCnameRecord type: object @@ -847596,6 +856580,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + title: Collection of onPasswordSubmitCustomExtension + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: title: Collection of onTokenIssuanceStartCustomExtension type: object @@ -847640,6 +856635,94 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + title: Collection of enrollmentTroubleshootingEvent + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailSearchFolderCollectionResponse: + title: Collection of mailSearchFolder + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + title: Collection of androidManagedAppRegistration + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + title: Collection of iosManagedAppRegistration + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.calendarSharingMessageCollectionResponse: + title: Collection of calendarSharingMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.eventMessageCollectionResponse: + title: Collection of eventMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessage' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.eventMessageRequestCollectionResponse: + title: Collection of eventMessageRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.eventMessageResponseCollectionResponse: + title: Collection of eventMessageResponse + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.managedAppConfigurationCollectionResponse: title: Collection of managedAppConfiguration type: object @@ -848080,28 +857163,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - title: Collection of androidManagedAppRegistration - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistration' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - title: Collection of iosManagedAppRegistration - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistration' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.managedAppStatusRawCollectionResponse: title: Collection of managedAppStatusRaw type: object @@ -848850,17 +857911,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - title: Collection of enrollmentTroubleshootingEvent - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.educationFeedbackOutcomeCollectionResponse: title: Collection of educationFeedbackOutcome type: object @@ -849059,6 +858109,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + title: Collection of onPasswordSubmitListener + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListener' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: title: Collection of onTokenIssuanceStartListener type: object @@ -849169,61 +858230,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.mailSearchFolderCollectionResponse: - title: Collection of mailSearchFolder - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolder' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.calendarSharingMessageCollectionResponse: - title: Collection of calendarSharingMessage - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessage' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.eventMessageCollectionResponse: - title: Collection of eventMessage - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessage' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.eventMessageRequestCollectionResponse: - title: Collection of eventMessageRequest - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequest' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.eventMessageResponseCollectionResponse: - title: Collection of eventMessageResponse - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponse' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: title: Collection of windowsUniversalAppXContainedApp type: object @@ -849785,6 +858791,160 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.addInCollectionResponse: + title: Collection of microsoft.graph.addIn + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.addIn' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.appRoleCollectionResponse: + title: Collection of microsoft.graph.appRole + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRole' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.keyCredentialCollectionResponse: + title: Collection of microsoft.graph.keyCredential + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.permissionScopeCollectionResponse: + title: Collection of microsoft.graph.permissionScope + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionScope' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.passwordCredentialCollectionResponse: + title: Collection of microsoft.graph.passwordCredential + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.resourceSpecificPermissionCollectionResponse: + title: Collection of microsoft.graph.resourceSpecificPermission + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.requiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.requiredResourceAccess + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.assignedLicenseCollectionResponse: + title: Collection of microsoft.graph.assignedLicense + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedLicense' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.assignedPlanCollectionResponse: + title: Collection of microsoft.graph.assignedPlan + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedPlan' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.objectIdentityCollectionResponse: + title: Collection of microsoft.graph.objectIdentity + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectIdentity' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.licenseAssignmentStateCollectionResponse: + title: Collection of microsoft.graph.licenseAssignmentState + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.onPremisesProvisioningError + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.provisionedPlanCollectionResponse: + title: Collection of microsoft.graph.provisionedPlan + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisionedPlan' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.serviceProvisioningErrorCollectionResponse: + title: Collection of microsoft.graph.serviceProvisioningError + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.aiInteractionAttachmentCollectionResponse: title: Collection of microsoft.graph.aiInteractionAttachment type: object @@ -850038,61 +859198,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.addInCollectionResponse: - title: Collection of microsoft.graph.addIn - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.addIn' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.appRoleCollectionResponse: - title: Collection of microsoft.graph.appRole - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.appRole' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.keyCredentialCollectionResponse: - title: Collection of microsoft.graph.keyCredential - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredential' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.passwordCredentialCollectionResponse: - title: Collection of microsoft.graph.passwordCredential - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.requiredResourceAccessCollectionResponse: - title: Collection of microsoft.graph.requiredResourceAccess - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.attendanceIntervalCollectionResponse: title: Collection of microsoft.graph.attendanceInterval type: object @@ -850423,6 +859528,50 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.baselineParameterCollectionResponse: + title: Collection of microsoft.graph.baselineParameter + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineParameter' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.baselineResourceCollectionResponse: + title: Collection of microsoft.graph.baselineResource + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baselineResource' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.driftedPropertyCollectionResponse: + title: Collection of microsoft.graph.driftedProperty + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driftedProperty' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.errorDetailCollectionResponse: + title: Collection of microsoft.graph.errorDetail + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.errorDetail' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.identitySourceCollectionResponse: title: Collection of microsoft.graph.identitySource type: object @@ -850621,39 +859770,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.assignedLicenseCollectionResponse: - title: Collection of microsoft.graph.assignedLicense - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedLicense' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.assignedPlanCollectionResponse: - title: Collection of microsoft.graph.assignedPlan - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.assignedPlan' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.provisionedPlanCollectionResponse: - title: Collection of microsoft.graph.provisionedPlan - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.relatedContactCollectionResponse: title: Collection of microsoft.graph.relatedContact type: object @@ -850709,28 +859825,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.onPremisesProvisioningError - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.serviceProvisioningErrorCollectionResponse: - title: Collection of microsoft.graph.serviceProvisioningError - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.settingValueCollectionResponse: title: Collection of microsoft.graph.settingValue type: object @@ -851028,6 +860122,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.profileSourceLocalizationCollectionResponse: + title: Collection of microsoft.graph.profileSourceLocalization + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalization' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.modifiedPropertyCollectionResponse: title: Collection of microsoft.graph.modifiedProperty type: object @@ -851127,28 +860232,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.permissionScopeCollectionResponse: - title: Collection of microsoft.graph.permissionScope - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.permissionScope' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.resourceSpecificPermissionCollectionResponse: - title: Collection of microsoft.graph.resourceSpecificPermission - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.sharingDetailCollectionResponse: title: Collection of microsoft.graph.sharingDetail type: object @@ -851259,28 +860342,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.objectIdentityCollectionResponse: - title: Collection of microsoft.graph.objectIdentity - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.objectIdentity' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.licenseAssignmentStateCollectionResponse: - title: Collection of microsoft.graph.licenseAssignmentState - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: title: Collection of microsoft.graph.userExperienceAnalyticsInsight type: object @@ -851358,6 +860419,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + title: Collection of microsoft.graph.x509CertificateAuthorityScope + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScope' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.x509CertificateUserBindingCollectionResponse: title: Collection of microsoft.graph.x509CertificateUserBinding type: object @@ -852667,6 +861739,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.includeTargetCollectionResponse: + title: Collection of microsoft.graph.includeTarget + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: title: Collection of microsoft.graph.callRecords.administrativeUnitInfo type: object @@ -853129,6 +862212,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + title: Collection of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.termStore.localizedNameCollectionResponse: title: Collection of microsoft.graph.termStore.localizedName type: object @@ -853574,6 +862668,174 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionCollectionResponse' + microsoft.graph.appManagementPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' + microsoft.graph.appRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + microsoft.graph.claimsMappingPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' + microsoft.graph.delegatedPermissionClassificationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' + microsoft.graph.endpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' + microsoft.graph.federatedIdentityCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' + microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' + microsoft.graph.tokenIssuancePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' + microsoft.graph.tokenLifetimePolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' + microsoft.graph.extensionPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' + microsoft.graph.inheritablePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inheritablePermissionCollectionResponse' + microsoft.graph.userActivityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' + microsoft.graph.adhocCallCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' + microsoft.graph.calendarGroupCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' + microsoft.graph.calendarCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' + microsoft.graph.eventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' + microsoft.graph.cloudPCCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' + microsoft.graph.contactFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' + microsoft.graph.contactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' + microsoft.graph.licenseDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' + microsoft.graph.mailFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' + microsoft.graph.managedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' + microsoft.graph.managedDeviceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' + microsoft.graph.messageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.onlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' + microsoft.graph.personCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' + microsoft.graph.profilePhotoCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.agreementFileLocalizationCollectionResponse: description: Retrieved collection content: @@ -853706,42 +862968,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequestCollectionResponse' - microsoft.graph.appManagementPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicyCollectionResponse' - microsoft.graph.extensionPropertyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extensionPropertyCollectionResponse' - microsoft.graph.federatedIdentityCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredentialCollectionResponse' - microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' - microsoft.graph.tokenIssuancePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicyCollectionResponse' - microsoft.graph.tokenLifetimePolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicyCollectionResponse' microsoft.graph.approvalStageCollectionResponse: description: Retrieved collection content: @@ -854120,12 +863346,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermissionCollectionResponse' - microsoft.graph.eventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventCollectionResponse' microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse: description: Retrieved collection content: @@ -854138,12 +863358,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' - microsoft.graph.calendarCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarCollectionResponse' microsoft.graph.attachmentCollectionResponse: description: Retrieved collection content: @@ -854234,12 +863448,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItemCollectionResponse' - microsoft.graph.adhocCallCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' microsoft.graph.callRecords.callRecordCollectionResponse: description: Retrieved collection content: @@ -854258,12 +863466,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversationCollectionResponse' - microsoft.graph.onlineMeetingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingCollectionResponse' microsoft.graph.presenceCollectionResponse: description: Retrieved collection content: @@ -854306,18 +863508,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplateCollectionResponse' - microsoft.graph.contactFolderCollectionResponse: + microsoft.graph.configurationDriftCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactFolderCollectionResponse' - microsoft.graph.contactCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.configurationDriftCollectionResponse' + microsoft.graph.configurationMonitoringResultCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.configurationMonitoringResultCollectionResponse' + microsoft.graph.configurationMonitorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationMonitorCollectionResponse' + microsoft.graph.configurationSnapshotJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationSnapshotJobCollectionResponse' + microsoft.graph.configurationBaselineCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.configurationBaselineCollectionResponse' microsoft.graph.contentTypeCollectionResponse: description: Retrieved collection content: @@ -854408,12 +863628,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channelCollectionResponse' - microsoft.graph.managedDeviceCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedDeviceCollectionResponse' microsoft.graph.roleAssignmentCollectionResponse: description: Retrieved collection content: @@ -854438,12 +863652,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtectionCollectionResponse' - microsoft.graph.managedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusCollectionResponse: description: Retrieved collection content: @@ -854636,12 +863844,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsCollectionResponse' - microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse: description: Retrieved collection content: @@ -855050,6 +864252,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.mailboxCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxCollectionResponse' microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: description: Retrieved collection content: @@ -855068,6 +864276,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse' + microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTargetCollectionResponse' + microsoft.graph.passkeyProfileCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passkeyProfileCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -855092,30 +864312,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' - microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + microsoft.graph.sharePointGroupCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' - microsoft.graph.appRoleAssignmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.sharePointGroupCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.conversationCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationCollectionResponse' - microsoft.graph.profilePhotoCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.profilePhotoCollectionResponse' microsoft.graph.horizontalSectionColumnCollectionResponse: description: Retrieved collection content: @@ -855326,24 +864540,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersionCollectionResponse' - microsoft.graph.mailFolderCollectionResponse: + microsoft.graph.mailboxFolderCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailFolderCollectionResponse' - microsoft.graph.messageRuleCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxFolderCollectionResponse' + microsoft.graph.mailboxItemCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' - microsoft.graph.messageCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.mailboxItemCollectionResponse' + microsoft.graph.messageRuleCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.messageRuleCollectionResponse' microsoft.graph.deviceCompliancePolicyStateCollectionResponse: description: Retrieved collection content: @@ -855488,6 +864702,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardPropertyCollectionResponse' + microsoft.graph.profileSourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceCollectionResponse' microsoft.graph.permissionGrantConditionSetCollectionResponse: description: Retrieved collection content: @@ -855518,12 +864738,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' - microsoft.graph.claimsMappingPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicyCollectionResponse' microsoft.graph.featureRolloutPolicyCollectionResponse: description: Retrieved collection content: @@ -855944,24 +865158,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessageCollectionResponse' - microsoft.graph.delegatedPermissionClassificationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassificationCollectionResponse' - microsoft.graph.endpointCollectionResponse: + microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.endpointCollectionResponse' - microsoft.graph.serviceAnnouncementAttachmentCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.sharePointGroupMemberCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.sharePointGroupMemberCollectionResponse' microsoft.graph.sharePointMigrationEventCollectionResponse: description: Retrieved collection content: @@ -856178,36 +865386,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' - microsoft.graph.userActivityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.userActivityCollectionResponse' - microsoft.graph.calendarGroupCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroupCollectionResponse' - microsoft.graph.cloudPCCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPCCollectionResponse' - microsoft.graph.licenseDetailsCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseDetailsCollectionResponse' - microsoft.graph.personCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.personCollectionResponse' microsoft.graph.activityHistoryItemCollectionResponse: description: Retrieved collection content: @@ -856856,6 +866034,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse' microsoft.graph.termStore.setCollectionResponse: description: Retrieved collection content: @@ -856880,6 +866070,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.groupCollectionResponse' + microsoft.graph.agentIdentityBlueprintCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintCollectionResponse' microsoft.graph.emailAuthenticationMethodConfigurationCollectionResponse: description: Retrieved collection content: @@ -856982,6 +866178,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicyCollectionResponse' + microsoft.graph.agentIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityCollectionResponse' + microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipalCollectionResponse' + microsoft.graph.agentUserCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentUserCollectionResponse' microsoft.graph.domainDnsCnameRecordCollectionResponse: description: Retrieved collection content: @@ -857084,6 +866298,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onOtpSendCustomExtensionCollectionResponse' + microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtensionCollectionResponse' microsoft.graph.onTokenIssuanceStartCustomExtensionCollectionResponse: description: Retrieved collection content: @@ -857108,6 +866328,54 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openTypeExtensionCollectionResponse' + microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' + microsoft.graph.mailSearchFolderCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' + microsoft.graph.androidManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' + microsoft.graph.iosManagedAppRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' + microsoft.graph.calendarSharingMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' + microsoft.graph.eventMessageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' + microsoft.graph.eventMessageRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' + microsoft.graph.eventMessageResponseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.managedAppConfigurationCollectionResponse: description: Retrieved collection content: @@ -857348,18 +866616,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResultCollectionResponse' - microsoft.graph.androidManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.androidManagedAppRegistrationCollectionResponse' - microsoft.graph.iosManagedAppRegistrationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.iosManagedAppRegistrationCollectionResponse' microsoft.graph.managedAppStatusRawCollectionResponse: description: Retrieved collection content: @@ -857768,12 +867024,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinitionCollectionResponse' - microsoft.graph.enrollmentTroubleshootingEventCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEventCollectionResponse' microsoft.graph.educationFeedbackOutcomeCollectionResponse: description: Retrieved collection content: @@ -857882,6 +867132,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListenerCollectionResponse' + microsoft.graph.onPasswordSubmitListenerCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPasswordSubmitListenerCollectionResponse' microsoft.graph.onTokenIssuanceStartListenerCollectionResponse: description: Retrieved collection content: @@ -857942,36 +867198,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosVppEBookAssignmentCollectionResponse' - microsoft.graph.mailSearchFolderCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailSearchFolderCollectionResponse' - microsoft.graph.calendarSharingMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageCollectionResponse' - microsoft.graph.eventMessageCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageCollectionResponse' - microsoft.graph.eventMessageRequestCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageRequestCollectionResponse' - microsoft.graph.eventMessageResponseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.eventMessageResponseCollectionResponse' microsoft.graph.windowsUniversalAppXContainedAppCollectionResponse: description: Retrieved collection content: @@ -858278,6 +867504,90 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettingsCollectionResponse' + microsoft.graph.addInCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' + microsoft.graph.appRoleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' + microsoft.graph.keyCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' + microsoft.graph.permissionScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' + microsoft.graph.passwordCredentialCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' + microsoft.graph.resourceSpecificPermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' + microsoft.graph.requiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' + microsoft.graph.assignedLicenseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' + microsoft.graph.assignedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' + microsoft.graph.objectIdentityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' + microsoft.graph.licenseAssignmentStateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' + microsoft.graph.onPremisesProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' + microsoft.graph.provisionedPlanCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' + microsoft.graph.serviceProvisioningErrorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.aiInteractionAttachmentCollectionResponse: description: Retrieved collection content: @@ -858416,36 +867726,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScopeCollectionResponse' - microsoft.graph.addInCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.addInCollectionResponse' - microsoft.graph.appRoleCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appRoleCollectionResponse' - microsoft.graph.keyCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.keyCredentialCollectionResponse' - microsoft.graph.passwordCredentialCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.passwordCredentialCollectionResponse' - microsoft.graph.requiredResourceAccessCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.requiredResourceAccessCollectionResponse' microsoft.graph.attendanceIntervalCollectionResponse: description: Retrieved collection content: @@ -858626,6 +867906,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignmentCollectionResponse' + microsoft.graph.baselineParameterCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineParameterCollectionResponse' + microsoft.graph.baselineResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baselineResourceCollectionResponse' + microsoft.graph.driftedPropertyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driftedPropertyCollectionResponse' + microsoft.graph.errorDetailCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.errorDetailCollectionResponse' microsoft.graph.identitySourceCollectionResponse: description: Retrieved collection content: @@ -858734,24 +868038,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModelCollectionResponse' - microsoft.graph.assignedLicenseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedLicenseCollectionResponse' - microsoft.graph.assignedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.assignedPlanCollectionResponse' - microsoft.graph.provisionedPlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.provisionedPlanCollectionResponse' microsoft.graph.relatedContactCollectionResponse: description: Retrieved collection content: @@ -858782,18 +868068,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.assignedLabelCollectionResponse' - microsoft.graph.onPremisesProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningErrorCollectionResponse' - microsoft.graph.serviceProvisioningErrorCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' microsoft.graph.settingValueCollectionResponse: description: Retrieved collection content: @@ -858956,6 +868230,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotationCollectionResponse' + microsoft.graph.profileSourceLocalizationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileSourceLocalizationCollectionResponse' microsoft.graph.modifiedPropertyCollectionResponse: description: Retrieved collection content: @@ -859010,18 +868290,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePostCollectionResponse' - microsoft.graph.permissionScopeCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permissionScopeCollectionResponse' - microsoft.graph.resourceSpecificPermissionCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionCollectionResponse' microsoft.graph.sharingDetailCollectionResponse: description: Retrieved collection content: @@ -859082,18 +868350,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermissionCollectionResponse' - microsoft.graph.objectIdentityCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.objectIdentityCollectionResponse' - microsoft.graph.licenseAssignmentStateCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.licenseAssignmentStateCollectionResponse' microsoft.graph.userExperienceAnalyticsInsightCollectionResponse: description: Retrieved collection content: @@ -859136,6 +868392,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookSortFieldCollectionResponse' + microsoft.graph.x509CertificateAuthorityScopeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthorityScopeCollectionResponse' microsoft.graph.x509CertificateUserBindingCollectionResponse: description: Retrieved collection content: @@ -859850,6 +869112,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.x509CertificateRuleCollectionResponse' + microsoft.graph.includeTargetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.includeTargetCollectionResponse' microsoft.graph.callRecords.administrativeUnitInfoCollectionResponse: description: Retrieved collection content: @@ -860102,6 +869370,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumberCollectionResponse' + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetailsCollectionResponse' microsoft.graph.termStore.localizedNameCollectionResponse: description: Retrieved collection content: @@ -860713,6 +869987,8 @@ components: - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: + configurationManagement: + '@odata.type': microsoft.graph.configurationManagement edge: '@odata.type': microsoft.graph.edge exchange: @@ -860760,6 +870036,26 @@ components: microsoft.graph.adminReportSettings: value: displayConcealedNames: 'true' + microsoft.graph.agentIdentity: + value: + agentIdentityBlueprintId: String + createdByAppId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprint: + value: + createdByAppId: String + inheritablePermissions: + - '@odata.type': microsoft.graph.inheritablePermission + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentIdentityBlueprintPrincipal: + value: + createdByAppId: String + sponsors: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.agentUser: { } microsoft.graph.agreement: value: acceptances: @@ -862022,6 +871318,8 @@ components: description: String displayName: String email: String + enabledApps: + - '@odata.type': microsoft.graph.teamsApp filesFolder: '@odata.type': microsoft.graph.driveItem isArchived: 'true' @@ -862208,6 +871506,8 @@ components: osBuildNumber: String osStatus: '@odata.type': microsoft.graph.cloudPcDeviceImageOsStatus + osVersionNumber: String + sizeInGB: '0' sourceImageResourceId: String status: '@odata.type': microsoft.graph.cloudPcDeviceImageStatus @@ -862218,6 +871518,7 @@ components: endDate: '0001-01-01' expirationDate: '0001-01-01' offerName: String + osVersionNumber: String publisherName: String sizeInGB: '0' skuName: String @@ -862434,6 +871735,87 @@ components: name: String scenarios: '@odata.type': microsoft.graph.templateScenarios + microsoft.graph.configurationBaseline: + value: + description: String + displayName: String + parameters: + - '@odata.type': microsoft.graph.baselineParameter + resources: + - '@odata.type': microsoft.graph.baselineResource + microsoft.graph.configurationDrift: + value: + baselineResourceDisplayName: String + driftedProperties: + - '@odata.type': microsoft.graph.driftedProperty + firstReportedDateTime: '0001-01-01T00:00:00.0000000+00:00' + monitorId: String + resourceInstanceIdentifier: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String + status: + '@odata.type': microsoft.graph.driftStatus + tenantId: String + microsoft.graph.configurationManagement: + value: + configurationDrifts: + - '@odata.type': microsoft.graph.configurationDrift + configurationMonitoringResults: + - '@odata.type': microsoft.graph.configurationMonitoringResult + configurationMonitors: + - '@odata.type': microsoft.graph.configurationMonitor + configurationSnapshotJobs: + - '@odata.type': microsoft.graph.configurationSnapshotJob + configurationSnapshots: + - '@odata.type': microsoft.graph.configurationBaseline + microsoft.graph.configurationMonitor: + value: + baseline: + '@odata.type': microsoft.graph.configurationBaseline + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + inactivationReason: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + mode: + '@odata.type': microsoft.graph.monitorMode + monitorRunFrequencyInHours: '0' + parameters: + '@odata.type': microsoft.graph.openComplexDictionaryType + status: + '@odata.type': microsoft.graph.monitorStatus + tenantId: String + microsoft.graph.configurationMonitoringResult: + value: + driftsCount: '0' + errorDetails: + - '@odata.type': microsoft.graph.errorDetail + monitorId: String + runCompletionDateTime: '0001-01-01T00:00:00.0000000+00:00' + runInitiationDateTime: '0001-01-01T00:00:00.0000000+00:00' + runStatus: + '@odata.type': microsoft.graph.monitorRunStatus + tenantId: String + microsoft.graph.configurationSnapshotJob: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + description: String + displayName: String + errorDetails: + - String + resourceLocation: String + resources: + - String + status: + '@odata.type': microsoft.graph.snapshotJobStatus + tenantId: String microsoft.graph.connectedOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -862490,11 +871872,17 @@ components: personalNotes: String photo: '@odata.type': microsoft.graph.profilePhoto + primaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress profession: String + secondaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress singleValueExtendedProperties: - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty spouseName: String surname: String + tertiaryEmailAddress: + '@odata.type': microsoft.graph.emailAddress title: String yomiCompanyName: String yomiGivenName: String @@ -862628,6 +872016,8 @@ components: '@odata.type': microsoft.graph.policyTemplate microsoft.graph.crossTenantAccessPolicyConfigurationDefault: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -862643,10 +872033,16 @@ components: invitationRedemptionIdentityProviderConfiguration: '@odata.type': microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration isServiceDefault: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions microsoft.graph.crossTenantAccessPolicyConfigurationPartner: value: + appServiceConnectInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting automaticUserConsentSettings: '@odata.type': microsoft.graph.inboundOutboundPolicyConfiguration b2bCollaborationInbound: @@ -862663,6 +872059,10 @@ components: '@odata.type': microsoft.graph.crossTenantAccessPolicyInboundTrust isInMultiTenantOrganization: 'true' isServiceProvider: 'true' + m365CollaborationInbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting + m365CollaborationOutbound: + '@odata.type': microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting tenantId: String (identifier) tenantRestrictions: '@odata.type': microsoft.graph.crossTenantAccessPolicyTenantRestrictions @@ -864299,6 +873699,8 @@ components: '@odata.type': microsoft.graph.responseType microsoft.graph.exchangeAdmin: value: + mailboxes: + - '@odata.type': microsoft.graph.mailbox tracing: '@odata.type': microsoft.graph.messageTracingRoot microsoft.graph.exchangeMessageTrace: @@ -864337,6 +873739,9 @@ components: - '@odata.type': microsoft.graph.mailboxRestoreArtifact mailboxRestoreArtifactsBulkAdditionRequests: - '@odata.type': microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest + microsoft.graph.exchangeSettings: + value: + primaryMailboxId: String microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -864401,14 +873806,19 @@ components: '@odata.type': microsoft.graph.attestationLevel displayName: String model: String + passkeyType: + '@odata.type': microsoft.graph.passkeyType microsoft.graph.fido2AuthenticationMethodConfiguration: value: + defaultPasskeyProfile: String includeTargets: - - '@odata.type': microsoft.graph.authenticationMethodTarget + - '@odata.type': microsoft.graph.passkeyAuthenticationMethodTarget isAttestationEnforced: 'true' isSelfServiceRegistrationAllowed: 'true' keyRestrictions: '@odata.type': microsoft.graph.fido2KeyRestrictions + passkeyProfiles: + - '@odata.type': microsoft.graph.passkeyProfile microsoft.graph.fido2CombinationConfiguration: value: allowedAAGUIDs: @@ -864457,6 +873867,8 @@ components: '@odata.type': microsoft.graph.recycleBin settings: '@odata.type': microsoft.graph.fileStorageContainerSettings + sharePointGroups: + - '@odata.type': microsoft.graph.sharePointGroup status: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: @@ -864788,6 +874200,11 @@ components: '@odata.type': microsoft.graph.bitlocker threatAssessmentRequests: - '@odata.type': microsoft.graph.threatAssessmentRequest + microsoft.graph.inheritablePermission: + value: + inheritableScopes: + '@odata.type': microsoft.graph.inheritableScopes + resourceAppId: String (identifier) microsoft.graph.insightsSettings: value: disabledForGroup: String @@ -865441,6 +874858,33 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailbox: + value: + folders: + - '@odata.type': microsoft.graph.mailboxFolder + microsoft.graph.mailboxFolder: + value: + childFolderCount: '0' + childFolders: + - '@odata.type': microsoft.graph.mailboxFolder + displayName: String + items: + - '@odata.type': microsoft.graph.mailboxItem + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + parentFolderId: String + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + totalItemCount: '0' + type: String + microsoft.graph.mailboxItem: + value: + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + size: '0' + type: String microsoft.graph.mailboxProtectionRule: value: mailboxExpression: String @@ -866336,6 +875780,11 @@ components: '@odata.type': microsoft.graph.engagementIdentitySet upvoteCount: '0' microsoft.graph.onOtpSendCustomExtension: { } + microsoft.graph.onPasswordSubmitCustomExtension: { } + microsoft.graph.onPasswordSubmitListener: + value: + handler: + '@odata.type': microsoft.graph.onPasswordSubmitHandler microsoft.graph.onPremisesConditionalAccessSettings: value: enabled: 'true' @@ -866547,6 +875996,19 @@ components: value: billing: '@odata.type': microsoft.graph.partners.billing.billing + microsoft.graph.passkeyAuthenticationMethodTarget: + value: + allowedPasskeyProfiles: + - 00000000-0000-0000-0000-000000000000 + microsoft.graph.passkeyProfile: + value: + attestationEnforcement: + '@odata.type': microsoft.graph.attestationEnforcement + keyRestrictions: + '@odata.type': microsoft.graph.fido2KeyRestrictions + name: String + passkeyTypes: + '@odata.type': microsoft.graph.passkeyTypes microsoft.graph.passwordAuthenticationMethod: value: password: String @@ -866593,6 +876055,8 @@ components: '@odata.type': microsoft.graph.insightsSettings profileCardProperties: - '@odata.type': microsoft.graph.profileCardProperty + profileSources: + - '@odata.type': microsoft.graph.profileSource pronouns: '@odata.type': microsoft.graph.pronounsSettings microsoft.graph.permission: @@ -867182,6 +876646,14 @@ components: value: height: '0' width: '0' + microsoft.graph.profileSource: + value: + displayName: String + kind: String + localizations: + - '@odata.type': microsoft.graph.profileSourceLocalization + sourceId: String + webUrl: String microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' @@ -868128,6 +877600,17 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointGroup: + value: + description: String + members: + - '@odata.type': microsoft.graph.sharePointGroupMember + principalId: String + title: String + microsoft.graph.sharePointGroupMember: + value: + identity: + '@odata.type': microsoft.graph.sharePointIdentitySet microsoft.graph.sharePointMigrationEvent: value: correlationId: String @@ -869408,6 +878891,7 @@ components: hireDate: '0001-01-01T00:00:00.0000000+00:00' identities: - '@odata.type': microsoft.graph.objectIdentity + identityParentId: String imAddresses: - String inferenceClassification: @@ -869888,6 +879372,8 @@ components: value: contributionToContentDiscoveryAsOrganizationDisabled: 'true' contributionToContentDiscoveryDisabled: 'true' + exchange: + '@odata.type': microsoft.graph.exchangeSettings itemInsights: '@odata.type': microsoft.graph.userInsightsSettings shiftPreferences: @@ -871298,12 +880784,16 @@ components: value: authenticationModeConfiguration: '@odata.type': microsoft.graph.x509CertificateAuthenticationModeConfiguration + certificateAuthorityScopes: + - '@odata.type': microsoft.graph.x509CertificateAuthorityScope certificateUserBindings: - '@odata.type': microsoft.graph.x509CertificateUserBinding crlValidationConfiguration: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfiguration includeTargets: - '@odata.type': microsoft.graph.authenticationMethodTarget + issuerHintsConfiguration: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsConfiguration microsoft.graph.x509CertificateCombinationConfiguration: value: allowedIssuerSkis: @@ -871633,6 +881123,7 @@ components: name: String type: String value: String + microsoft.graph.allAllowedScopes: { } microsoft.graph.allDeviceRegistrationMembership: { } microsoft.graph.allDevicesAssignmentTarget: { } microsoft.graph.allLicensedUsersAssignmentTarget: { } @@ -872147,6 +881638,18 @@ components: defaultLanguage: String endUserNotification: '@odata.type': microsoft.graph.endUserNotification + microsoft.graph.baselineParameter: + value: + description: String + displayName: String + parameterType: + '@odata.type': microsoft.graph.baselineParameterType + microsoft.graph.baselineResource: + value: + displayName: String + properties: + '@odata.type': microsoft.graph.openComplexDictionaryType + resourceType: String microsoft.graph.basicAuthentication: value: password: String @@ -873009,6 +882512,10 @@ components: cloudInstance: String displayName: String tenantId: String + microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting: + value: + applications: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyB2BSetting: value: applications: @@ -873020,6 +882527,14 @@ components: isCompliantDeviceAccepted: 'true' isHybridAzureADJoinedDeviceAccepted: 'true' isMfaAccepted: 'true' + microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting: + value: + users: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration + microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting: + value: + usersAndGroups: + '@odata.type': microsoft.graph.crossTenantAccessPolicyTargetConfiguration microsoft.graph.crossTenantAccessPolicyTarget: value: target: String @@ -873409,6 +882924,13 @@ components: lastActionDateTime: '0001-01-01T00:00:00.0000000+00:00' operation: String status: String + microsoft.graph.driftedProperty: + value: + currentValue: + '@odata.type': microsoft.graph.Json + desiredValue: + '@odata.type': microsoft.graph.Json + propertyName: String microsoft.graph.driveItemSource: value: application: @@ -873670,6 +883192,15 @@ components: - String users: - String + microsoft.graph.enumeratedScopes: + value: + scopes: + - String + microsoft.graph.errorDetail: + value: + errorMessage: String + resourceInstanceName: String + resourceType: String microsoft.graph.eventMessageDetail: { } microsoft.graph.excludeTarget: value: @@ -873683,6 +883214,13 @@ components: endDateTime: '0001-01-01T00:00:00.0000000+00:00' type: '@odata.type': microsoft.graph.expirationPatternType + microsoft.graph.exportItemResponse: + value: + changeKey: String + data: Stream + error: + '@odata.type': microsoft.graph.mailTipsError + itemId: String microsoft.graph.expressionInputObject: value: definition: @@ -873937,6 +883475,11 @@ components: inboundAllowed: 'true' outboundAllowed: 'true' microsoft.graph.includeAllAccountTargetContent: { } + microsoft.graph.includeTarget: + value: + id: String + targetType: + '@odata.type': microsoft.graph.authenticationMethodTargetType microsoft.graph.incomingCallOptions: { } microsoft.graph.incomingContext: value: @@ -873957,6 +883500,10 @@ components: privacyStatementUrl: String supportUrl: String termsOfServiceUrl: String + microsoft.graph.inheritableScopes: + value: + kind: + '@odata.type': microsoft.graph.scopeCollectionKind microsoft.graph.initiator: value: initiatorType: @@ -874300,6 +883847,10 @@ components: value: emailAddress: String externalDirectoryObjectId: String + microsoft.graph.mailboxItemImportSession: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + importUrl: String microsoft.graph.mailboxSettings: value: archiveFolder: String @@ -874705,6 +884256,7 @@ components: '@odata.type': microsoft.graph.connectionStatus urlParameters: String microsoft.graph.noDeviceRegistrationMembership: { } + microsoft.graph.noScopes: { } microsoft.graph.notebookLinks: value: oneNoteClientUrl: @@ -874900,6 +884452,14 @@ components: customExtension: '@odata.type': microsoft.graph.onOtpSendCustomExtension microsoft.graph.onOtpSendHandler: { } + microsoft.graph.onPasswordMigrationCustomExtensionHandler: + value: + configuration: + '@odata.type': microsoft.graph.customExtensionOverwriteConfiguration + customExtension: + '@odata.type': microsoft.graph.onPasswordSubmitCustomExtension + migrationPropertyId: String + microsoft.graph.onPasswordSubmitHandler: { } microsoft.graph.onPremisesAccidentalDeletionPrevention: value: alertThreshold: '0' @@ -874968,6 +884528,7 @@ components: userTypeToCreate: '@odata.type': microsoft.graph.userType microsoft.graph.onUserCreateStartHandler: { } + microsoft.graph.openComplexDictionaryType: { } microsoft.graph.openIdConnectSetting: value: clientId: String @@ -875562,6 +885123,11 @@ components: displayName: String localizations: - '@odata.type': microsoft.graph.displayNameLocalization + microsoft.graph.profileSourceLocalization: + value: + displayName: String + languageTag: String + webUrl: String microsoft.graph.prompt: { } microsoft.graph.protectedApplicationMetadata: value: @@ -876320,6 +885886,10 @@ components: cacheAccountsAboveDiskFreePercentage: '0' inactiveThresholdDays: '0' removeAccountsBelowDiskFreePercentage: '0' + microsoft.graph.sharePointGroupIdentity: + value: + principalId: String + title: String microsoft.graph.sharePointIdentity: value: loginName: String @@ -876327,6 +885897,8 @@ components: value: group: '@odata.type': microsoft.graph.identity + sharePointGroup: + '@odata.type': microsoft.graph.sharePointGroupIdentity siteGroup: '@odata.type': microsoft.graph.sharePointIdentity siteUser: @@ -877752,12 +887324,22 @@ components: '@odata.type': microsoft.graph.x509CertificateAuthenticationMode x509CertificateDefaultRequiredAffinityLevel: '@odata.type': microsoft.graph.x509CertificateAffinityLevel + microsoft.graph.x509CertificateAuthorityScope: + value: + includeTargets: + - '@odata.type': microsoft.graph.includeTarget + publicKeyInfrastructureIdentifier: String + subjectKeyIdentifier: String microsoft.graph.x509CertificateCRLValidationConfiguration: value: exemptedCertificateAuthoritiesSubjectKeyIdentifiers: - String state: '@odata.type': microsoft.graph.x509CertificateCRLValidationConfigurationState + microsoft.graph.x509CertificateIssuerHintsConfiguration: + value: + state: + '@odata.type': microsoft.graph.x509CertificateIssuerHintsState microsoft.graph.x509CertificateRule: value: identifier: String @@ -878070,6 +887652,8 @@ components: configuration: '@odata.type': microsoft.graph.externalConnectors.configuration connectorId: String + contentCategory: + '@odata.type': microsoft.graph.externalConnectors.contentCategory description: String groups: - '@odata.type': microsoft.graph.externalConnectors.externalGroup @@ -878142,11 +887726,21 @@ components: itemId: String urlMatchInfo: '@odata.type': microsoft.graph.externalConnectors.urlMatchInfo + microsoft.graph.externalConnectors.principal: + value: + email: String + entraDisplayName: String + entraId: String + externalId: String + externalName: String + tenantId: String + upn: String microsoft.graph.externalConnectors.properties: { } microsoft.graph.externalConnectors.property: value: aliases: - String + description: String isQueryable: 'true' isRefinable: 'true' isRetrievable: 'true' @@ -880240,6 +889834,34 @@ components: host: '@odata.type': microsoft.graph.security.host lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.teamsAdministration.numberAssignment: + value: + activationState: + '@odata.type': microsoft.graph.teamsAdministration.activationState + assignmentCategory: + '@odata.type': microsoft.graph.teamsAdministration.assignmentCategory + assignmentStatus: + '@odata.type': microsoft.graph.teamsAdministration.assignmentStatus + assignmentTargetId: String + capabilities: + - '@odata.type': microsoft.graph.teamsAdministration.numberCapability + city: String + civicAddressId: String + isoCountryCode: String + locationId: String + networkSiteId: String + numberSource: + '@odata.type': microsoft.graph.teamsAdministration.numberSource + numberType: + '@odata.type': microsoft.graph.teamsAdministration.numberType + operatorId: String + portInStatus: + '@odata.type': microsoft.graph.teamsAdministration.portInStatus + reverseNumberLookupOptions: + - '@odata.type': microsoft.graph.teamsAdministration.reverseNumberLookupOption + supportedCustomerActions: + - '@odata.type': microsoft.graph.teamsAdministration.customerAction + telephoneNumber: String microsoft.graph.teamsAdministration.policyIdentifierDetail: value: name: String @@ -880248,6 +889870,8 @@ components: value: policy: '@odata.type': microsoft.graph.teamsAdministration.teamsPolicyAssignment + telephoneNumberManagement: + '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberManagementRoot userConfigurations: - '@odata.type': microsoft.graph.teamsAdministration.teamsUserConfiguration microsoft.graph.teamsAdministration.teamsPolicyAssignment: @@ -880276,6 +889900,19 @@ components: user: '@odata.type': microsoft.graph.user userPrincipalName: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation: + value: + createdDateTime: String + numbers: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + microsoft.graph.teamsAdministration.telephoneNumberManagementRoot: + value: + numberAssignments: + - '@odata.type': microsoft.graph.teamsAdministration.numberAssignment + operations: + - '@odata.type': microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation microsoft.graph.teamsAdministration.assignedTelephoneNumber: value: assignmentCategory: @@ -880293,6 +889930,12 @@ components: displayName: String groupId: String policyId: String + microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails: + value: + resourceLocation: String + status: + '@odata.type': microsoft.graph.longRunningOperationStatus + statusDetail: String microsoft.graph.termStore.group: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -880535,6 +890178,8 @@ components: tags: - name: admin.admin x-ms-docs-toc-type: page + - name: admin.configurationManagement + x-ms-docs-toc-type: page - name: admin.edge x-ms-docs-toc-type: page - name: admin.exchangeAdmin