From 3892fdb884570151095a6c2971f192ee8625bbf7 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 6 Jan 2026 10:46:03 +0000 Subject: [PATCH] Update clean v1.0 metadata file with 207034 --- openapi/v1.0/default.yaml | 7434 +++++++++++++++++++++++++++--- openapi/v1.0/graphexplorer.yaml | 7542 ++++++++++++++++++++++++++++++- openapi/v1.0/openapi.yaml | 7215 ++++++++++++++++++++++++++--- openapi/v1.0/powershell_v2.yaml | 7532 +++++++++++++++++++++++++++--- 4 files changed, 27842 insertions(+), 1881 deletions(-) diff --git a/openapi/v1.0/default.yaml b/openapi/v1.0/default.yaml index 5e52feff..bac86e94 100644 --- a/openapi/v1.0/default.yaml +++ b/openapi/v1.0/default.yaml @@ -17066,6 +17066,1094 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /communications/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.ListAdhocCalls + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to adhocCalls for communications + operationId: communications.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.GetAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property adhocCalls in communications + operationId: communications.UpdateAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property adhocCalls for communications + operationId: communications.DeleteAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - 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 + '/communications/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.ListRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to recordings for communications + operationId: communications.adhocCalls.CreateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.GetRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property recordings in communications + operationId: communications.adhocCalls.UpdateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property recordings for communications + operationId: communications.adhocCalls.DeleteRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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 + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property recordings from communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.GetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.UpdateRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.DeleteRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.recordings.GetCount-6c48 + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.recordings.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + '/communications/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.ListTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to transcripts for communications + operationId: communications.adhocCalls.CreateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.GetTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property transcripts in communications + operationId: communications.adhocCalls.UpdateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property transcripts for communications + operationId: communications.adhocCalls.DeleteTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - 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 + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property transcripts from communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get metadataContent for the navigation property transcripts from communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.transcripts.GetCount-c91e + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.transcripts.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + /communications/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.GetCount-c122 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /communications/callRecords: description: Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity. get: @@ -24246,6 +25334,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. @@ -24745,6 +25835,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. @@ -30495,6 +31587,125 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotReportRoot + summary: Update the navigation property reports in copilot + operationId: copilot.UpdateReports + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotReportRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotReportRoot + summary: Delete navigation property reports for copilot + operationId: copilot.DeleteReports + 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 + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUsageUserDetail(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUsageUserDetail method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUsageUserDetail + operationId: copilot.reports.getMicrosoft365CopilotUsageUserDetail + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUserCountSummary(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountSummary method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountSummary + operationId: copilot.reports.getMicrosoft365CopilotUserCountSummary + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUserCountTrend(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountTrend method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountTrend + operationId: copilot.reports.getMicrosoft365CopilotUserCountTrend + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /copilot/users: description: Provides operations to manage the users property of the microsoft.graph.copilotRoot entity. get: @@ -30833,30 +32044,21 @@ paths: operationName: listMore x-ms-docs-grouped-path: - /copilot/interactionHistory/microsoft.graph.getAllEnterpriseInteractions() - /copilot/users/$count: - description: Provides operations to count the resources in the collection. + '/copilot/users/{aiUser-id}/onlineMeetings': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. get: tags: - copilot.aiUser - summary: Get the number of the resource - operationId: copilot.users.GetCount-2ed5 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /dataPolicyOperations: - description: Provides operations to manage the collection of dataPolicyOperation entities. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get dataPolicyOperation - description: Retrieve the properties of a dataPolicyOperation object. - operationId: dataPolicyOperations.dataPolicyOperation.ListDataPolicyOperation + summary: Get onlineMeetings from copilot + operationId: copilot.users.ListOnlineMeetings parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -30894,7 +32096,7 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.aiOnlineMeetingCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -30903,152 +32105,657 @@ paths: x-ms-docs-operation-type: operation post: tags: - - dataPolicyOperations.dataPolicyOperation - summary: Add new entity to dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.CreateDataPolicyOperation + - copilot.aiUser + summary: Create new navigation property to onlineMeetings for copilot + operationId: copilot.users.CreateOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' required: true responses: '201': - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/dataPolicyOperations/{dataPolicyOperation-id}': - description: Provides operations to manage the collection of dataPolicyOperation entities. + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. get: tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get dataPolicyOperation - description: Retrieve the properties of a dataPolicyOperation object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 - operationId: dataPolicyOperations.dataPolicyOperation.GetDataPolicyOperation - parameters: - - name: dataPolicyOperation-id - in: path - description: The unique identifier of dataPolicyOperation - required: true - schema: - type: string - x-ms-docs-key-type: dataPolicyOperation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - 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 entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Update entity in dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.UpdateDataPolicyOperation + - copilot.aiUser + summary: Get onlineMeetings from copilot + operationId: copilot.users.GetOnlineMeetings parameters: - - name: dataPolicyOperation-id + - name: aiUser-id in: path - description: The unique identifier of dataPolicyOperation + description: The unique identifier of aiUser required: true schema: type: string - x-ms-docs-key-type: dataPolicyOperation - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Delete entity from dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.DeleteDataPolicyOperation - parameters: - - name: dataPolicyOperation-id + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id in: path - description: The unique identifier of dataPolicyOperation + description: The unique identifier of aiOnlineMeeting required: true schema: type: string - x-ms-docs-key-type: dataPolicyOperation - - 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 - /dataPolicyOperations/$count: - description: Provides operations to count the resources in the collection. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get the number of the resource - operationId: dataPolicyOperations.GetCount-b129 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /deviceAppManagement: - description: Provides operations to manage the deviceAppManagement singleton. - get: - tags: - - deviceAppManagement.deviceAppManagement - summary: Get deviceAppManagement - description: Read properties and relationships of the deviceAppManagement object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 - operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement - parameters: + x-ms-docs-key-type: aiOnlineMeeting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.aiOnlineMeeting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property onlineMeetings in copilot + operationId: copilot.users.UpdateOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property onlineMeetings for copilot + operationId: copilot.users.DeleteOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - 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 + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.ListAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callAiInsightCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.aiUser + summary: Create new navigation property to aiInsights for copilot + operationId: copilot.users.onlineMeetings.CreateAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/{callAiInsight-id}': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.GetAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callAiInsight' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property aiInsights in copilot + operationId: copilot.users.onlineMeetings.UpdateAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property aiInsights for copilot + operationId: copilot.users.onlineMeetings.DeleteAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + - 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 + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.aiInsights.GetCount-11ce + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/copilot/users/{aiUser-id}/onlineMeetings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.GetCount-e55c + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /copilot/users/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.GetCount-2ed5 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /dataPolicyOperations: + description: Provides operations to manage the collection of dataPolicyOperation entities. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get dataPolicyOperation + description: Retrieve the properties of a dataPolicyOperation object. + operationId: dataPolicyOperations.dataPolicyOperation.ListDataPolicyOperation + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Add new entity to dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.CreateDataPolicyOperation + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + required: true + responses: + '201': + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/dataPolicyOperations/{dataPolicyOperation-id}': + description: Provides operations to manage the collection of dataPolicyOperation entities. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get dataPolicyOperation + description: Retrieve the properties of a dataPolicyOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 + operationId: dataPolicyOperations.dataPolicyOperation.GetDataPolicyOperation + parameters: + - name: dataPolicyOperation-id + in: path + description: The unique identifier of dataPolicyOperation + required: true + schema: + type: string + x-ms-docs-key-type: dataPolicyOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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 entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Update entity in dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.UpdateDataPolicyOperation + parameters: + - name: dataPolicyOperation-id + in: path + description: The unique identifier of dataPolicyOperation + required: true + schema: + type: string + x-ms-docs-key-type: dataPolicyOperation + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Delete entity from dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.DeleteDataPolicyOperation + parameters: + - name: dataPolicyOperation-id + in: path + description: The unique identifier of dataPolicyOperation + required: true + schema: + type: string + x-ms-docs-key-type: dataPolicyOperation + - 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 + /dataPolicyOperations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get the number of the resource + operationId: dataPolicyOperations.GetCount-b129 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement: + description: Provides operations to manage the deviceAppManagement singleton. + get: + tags: + - deviceAppManagement.deviceAppManagement + summary: Get deviceAppManagement + description: Read properties and relationships of the deviceAppManagement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 + operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement + parameters: - name: $select in: query description: Select properties to be returned @@ -78564,6 +80271,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.reprovision + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -78636,6 +80386,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -80235,107 +82017,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /deviceManagement/virtualEndpoint/userSettings: - description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. - get: - tags: - - deviceManagement.virtualEndpoint - summary: List userSettings - description: Get a list of cloudPcUserSetting objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.ListUserSettings - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - deviceManagement.virtualEndpoint - summary: Create cloudPcUserSetting - description: Create a new cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.CreateUserSettings - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}': - description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. + /deviceManagement/virtualEndpoint/report: + description: Provides operations to manage the report property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPcUserSetting - description: Read the properties and relationships of a cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.GetUserSettings + summary: Get report from deviceManagement + description: Cloud PC-related reports. Read-only. + operationId: deviceManagement.virtualEndpoint.GetReport parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting - name: $select in: query description: Select properties to be returned @@ -80362,33 +82052,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint - summary: Update cloudPcUserSetting - description: Update the properties of a cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.UpdateUserSettings - parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting + summary: Update the navigation property report in deviceManagement + operationId: deviceManagement.virtualEndpoint.UpdateReport requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' required: true responses: '204': @@ -80399,20 +82077,9 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete cloudPcUserSetting - description: Delete a cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.DeleteUserSettings + summary: Delete navigation property report for deviceManagement + operationId: deviceManagement.virtualEndpoint.DeleteReport parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting - name: If-Match in: header description: ETag @@ -80424,22 +82091,283 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments': - description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. + /deviceManagement/virtualEndpoint/report/microsoft.graph.retrieveCloudPcRecommendationReports: + description: Provides operations to call the retrieveCloudPcRecommendationReports method. + post: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke action retrieveCloudPcRecommendationReports + description: 'Retrieve Cloud PC recommendation reports for usage optimization and cost savings. The usage category report categorizes a Cloud PC as Undersized, Oversized, Rightsized, or Underutilized, and also provides the recommended SKU when the Cloud PC isn''t Rightsized.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcreport-retrievecloudpcrecommendationreports?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.report.retrieveCloudPcRecommendationReports + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reportType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcRecommendationReportType' + - type: object + nullable: true + filter: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + required: true + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceManagement/virtualEndpoint/userSettings: + description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint - summary: Get assignments from deviceManagement - description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' - operationId: deviceManagement.virtualEndpoint.userSettings.ListAssignments + summary: List userSettings + description: Get a list of cloudPcUserSetting objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.ListUserSettings parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.cloudPcUserSettingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceManagement.virtualEndpoint + summary: Create cloudPcUserSetting + description: Create a new cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.CreateUserSettings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}': + description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get cloudPcUserSetting + description: Read the properties and relationships of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.GetUserSettings + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.cloudPcUserSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.virtualEndpoint + summary: Update cloudPcUserSetting + description: Update the properties of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.UpdateUserSettings + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.virtualEndpoint + summary: Delete cloudPcUserSetting + description: Delete a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.DeleteUserSettings + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + - 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 + '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments': + description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get assignments from deviceManagement + description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' + operationId: deviceManagement.virtualEndpoint.userSettings.ListAssignments + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -106803,6 +108731,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -106925,6 +108859,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -125477,6 +127417,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -125613,6 +127559,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -176630,6 +178582,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -176780,6 +178738,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -363481,11 +365445,11 @@ paths: patch: tags: - me.userActivity - summary: Delete an activityHistoryItem - description: Delete an existing history item for an existing user activity. + summary: Create or replace an activityHistoryItem + description: Create a new or replace an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems parameters: - name: userActivity-id @@ -363518,7 +365482,11 @@ paths: delete: tags: - me.userActivity - summary: Delete navigation property historyItems for me + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.DeleteHistoryItems parameters: - name: userActivity-id @@ -363707,17 +365675,14 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/me/drives/{drive-id}/microsoft.graph.recent()' - /me/agreementAcceptances: - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + /me/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. get: tags: - - me.agreementAcceptance - summary: List agreementAcceptances - description: Allows the signed-in user to retrieve their agreementAcceptance objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 - operationId: me.ListAgreementAcceptances + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.ListAdhocCalls parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -363756,29 +365721,51 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/me/agreementAcceptances/{agreementAcceptance-id}': - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + post: + tags: + - me.adhocCall + summary: Create new navigation property to adhocCalls for me + operationId: me.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. get: tags: - - me.agreementAcceptance - summary: Get agreementAcceptances from me - description: The user's terms of use acceptance statuses. Read-only. Nullable. - operationId: me.GetAgreementAcceptances + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.GetAdhocCalls parameters: - - name: agreementAcceptance-id + - name: adhocCall-id in: path - description: The unique identifier of agreementAcceptance + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: agreementAcceptance + x-ms-docs-key-type: adhocCall - name: $select in: query description: Select properties to be returned @@ -363805,43 +365792,1186 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + $ref: '#/components/schemas/microsoft.graph.adhocCall' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /me/agreementAcceptances/$count: - description: Provides operations to count the resources in the collection. - get: + patch: tags: - - me.agreementAcceptance - summary: Get the number of the resource - operationId: me.agreementAcceptances.GetCount-dea5 + - me.adhocCall + summary: Update the navigation property adhocCalls in me + operationId: me.UpdateAdhocCalls parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true responses: - '200': - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success default: $ref: '#/components/responses/error' - /me/appRoleAssignments: - description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. - get: + x-ms-docs-operation-type: operation + delete: tags: - - me.appRoleAssignment - summary: Get appRoleAssignments from me - description: Represents the app roles a user is granted for an application. Supports $expand. - operationId: me.ListAppRoleAssignments + - me.adhocCall + summary: Delete navigation property adhocCalls for me + operationId: me.DeleteAdhocCalls parameters: - - name: ConsistencyLevel + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: If-Match in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + description: ETag schema: type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.ListRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to recordings for me + operationId: me.adhocCalls.CreateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.GetRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property recordings in me + operationId: me.adhocCalls.UpdateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property recordings for me + operationId: me.adhocCalls.DeleteRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property recordings from me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.GetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.UpdateRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.DeleteRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.recordings.GetCount-3fba + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.recordings.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 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}/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}/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/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.ListTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to transcripts for me + operationId: me.adhocCalls.CreateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.GetTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property transcripts in me + operationId: me.adhocCalls.UpdateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property transcripts for me + operationId: me.adhocCalls.DeleteTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - 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/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property transcripts from me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get metadataContent for the navigation property transcripts from me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.transcripts.GetCount-d441 + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.transcripts.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 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/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}/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/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.GetCount-906d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/agreementAcceptances: + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + get: + tags: + - me.agreementAcceptance + summary: List agreementAcceptances + description: Allows the signed-in user to retrieve their agreementAcceptance objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 + operationId: me.ListAgreementAcceptances + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/me/agreementAcceptances/{agreementAcceptance-id}': + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + get: + tags: + - me.agreementAcceptance + summary: Get agreementAcceptances from me + description: The user's terms of use acceptance statuses. Read-only. Nullable. + operationId: me.GetAgreementAcceptances + parameters: + - name: agreementAcceptance-id + in: path + description: The unique identifier of agreementAcceptance + required: true + schema: + type: string + x-ms-docs-key-type: agreementAcceptance + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.agreementAcceptance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /me/agreementAcceptances/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.agreementAcceptance + summary: Get the number of the resource + operationId: me.agreementAcceptances.GetCount-dea5 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/appRoleAssignments: + description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. + get: + tags: + - me.appRoleAssignment + summary: Get appRoleAssignments from me + description: Represents the app roles a user is granted for an application. Supports $expand. + operationId: me.ListAppRoleAssignments + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -366507,6 +369637,8 @@ paths: 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/events/{event-id}/instances/microsoft.graph.delta()' - /me/calendar/events/microsoft.graph.delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -367432,6 +370564,8 @@ paths: 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/microsoft.graph.delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -367903,6 +371037,8 @@ paths: 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/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -368941,6 +372077,8 @@ paths: 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() @@ -370144,6 +373282,8 @@ paths: 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() @@ -370755,6 +373895,8 @@ paths: 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() @@ -371597,6 +374739,8 @@ paths: 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() @@ -372664,6 +375808,8 @@ paths: 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() @@ -373205,6 +376351,8 @@ paths: 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() @@ -373573,6 +376721,8 @@ paths: 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() @@ -376408,6 +379558,8 @@ paths: 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() @@ -376544,6 +379696,8 @@ paths: 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() @@ -378322,6 +381476,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - me.cloudPC + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.reprovision + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/me/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -378401,6 +381598,38 @@ paths: - '/me/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - '/me/drives/{drive-id}/root/microsoft.graph.restore' - /me/microsoft.graph.restore + '/me/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - me.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/me/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -379798,6 +383027,8 @@ paths: 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() @@ -379981,6 +383212,8 @@ paths: 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() @@ -380846,6 +384079,8 @@ paths: 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() @@ -381008,6 +384243,8 @@ paths: 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() @@ -381746,6 +384983,8 @@ paths: 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() @@ -389469,6 +392708,8 @@ paths: 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() @@ -389593,6 +392834,8 @@ paths: 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() @@ -396579,6 +399822,8 @@ paths: 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() @@ -396696,6 +399941,8 @@ paths: 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() @@ -397487,6 +400734,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -397625,6 +400878,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -401566,6 +404825,8 @@ paths: 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() @@ -401683,6 +404944,8 @@ paths: 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() @@ -405692,6 +408955,8 @@ paths: 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() @@ -406163,6 +409428,8 @@ paths: 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() @@ -411240,6 +414507,8 @@ paths: 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() @@ -411390,6 +414659,8 @@ paths: 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() @@ -417261,6 +420532,8 @@ paths: 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() @@ -417397,6 +420670,8 @@ paths: 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() @@ -424549,7 +427824,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -424632,6 +427907,8 @@ paths: 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() @@ -424930,6 +428207,8 @@ paths: 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() @@ -426669,7 +429948,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -426745,6 +430024,8 @@ paths: 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() @@ -427008,6 +430289,8 @@ paths: 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() @@ -431021,7 +434304,7 @@ paths: tags: - me.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -431090,6 +434373,8 @@ paths: 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() @@ -440188,6 +443473,8 @@ paths: 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() @@ -440723,6 +444010,8 @@ paths: 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() @@ -451366,6 +454655,8 @@ paths: 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() @@ -451488,6 +454779,8 @@ paths: 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() @@ -508833,7 +512126,7 @@ paths: tags: - security.secureScoreControlProfile summary: Update secureScoreControlProfile - description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote.' + description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as tenantNote.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0 @@ -601018,7 +604311,7 @@ paths: tags: - solutions.backupRestoreRoot summary: Delete serviceApp - description: Delete a serviceApp. + description: 'Delete a serviceApp. When this API is called via Microsoft Graph PowerShell, it returns a 403 Forbidden response code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 @@ -610743,6 +614036,7 @@ paths: tags: - storage.fileStorage summary: Get containers from storage + description: The collection of active fileStorageContainer resources. operationId: storage.fileStorage.GetContainers parameters: - name: fileStorageContainer-id @@ -613354,13 +616648,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /storage/fileStorage/deletedContainers: - description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + /storage/fileStorage/containerTypeRegistrations: + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get deletedContainers from storage - operationId: storage.fileStorage.ListDeletedContainers + summary: List containerTypeRegistrations + description: Get a list of the fileStorageContainerTypeRegistration objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypeRegistrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -613399,7 +616697,7 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.fileStorageContainerCollectionResponse' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -613409,14 +616707,14 @@ paths: post: tags: - storage.fileStorage - summary: Create new navigation property to deletedContainers for storage - operationId: storage.fileStorage.CreateDeletedContainers + summary: Create new navigation property to containerTypeRegistrations for storage + operationId: storage.fileStorage.CreateContainerTypeRegistrations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' required: true responses: '201': @@ -613424,25 +616722,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}': - description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}': + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get deletedContainers from storage - operationId: storage.fileStorage.GetDeletedContainers + summary: Get fileStorageContainerTypeRegistration + description: Read the properties and relationships of a fileStorageContainerTypeRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypeRegistrations parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration - name: $select in: query description: Select properties to be returned @@ -613469,29 +616771,33 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage - summary: Update the navigation property deletedContainers in storage - operationId: storage.fileStorage.UpdateDeletedContainers + summary: Create fileStorageContainerTypeRegistration + description: 'Create or replace a fileStorageContainerTypeRegistration object. This method registers a fileStorageContainerType in the tenant. For standard containers, billing must be valid for the registration to complete successfully. Settings can''t be modified during registration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypeRegistrations parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' required: true responses: '204': @@ -613502,16 +616808,20 @@ paths: delete: tags: - storage.fileStorage - summary: Delete navigation property deletedContainers for storage - operationId: storage.fileStorage.DeleteDeletedContainers + summary: Delete fileStorageContainerTypeRegistration + description: Delete a fileStorageContainerTypeRegistration object. A registration can only be deleted if it has neither containers nor deleted containers + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypeRegistrations parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration - name: If-Match in: header description: ETag @@ -613523,21 +616833,25 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns': - description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. get: tags: - storage.fileStorage - summary: Get columns from storage - operationId: storage.fileStorage.deletedContainers.ListColumns + summary: List applicationPermissionGrants + description: List all app permission grants in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-list-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.ListApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -613575,7 +616889,7 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -613585,22 +616899,22 @@ paths: post: tags: - storage.fileStorage - summary: Create new navigation property to columns for storage - operationId: storage.fileStorage.deletedContainers.CreateColumns + summary: Create new navigation property to applicationPermissionGrants for storage + operationId: storage.fileStorage.containerTypeRegistrations.CreateApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' required: true responses: '201': @@ -613608,34 +616922,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}': - description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/{fileStorageContainerTypeAppPermissionGrant-appId}': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. get: tags: - storage.fileStorage - summary: Get columns from storage - operationId: storage.fileStorage.deletedContainers.GetColumns + summary: Get fileStorageContainerTypeAppPermissionGrant + description: Read a specific app permission grant in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-get?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.GetApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant required: true schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant - name: $select in: query description: Select properties to be returned @@ -613662,36 +616978,40 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage - summary: Update the navigation property columns in storage - operationId: storage.fileStorage.deletedContainers.UpdateColumns + summary: Update fileStorageContainerTypeAppPermissionGrant + description: Update the properties of a fileStorageContainerTypeAppPermissionGrant object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-update?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.UpdateApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant required: true schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' required: true responses: '204': @@ -613702,23 +617022,27 @@ paths: delete: tags: - storage.fileStorage - summary: Delete navigation property columns for storage - operationId: storage.fileStorage.deletedContainers.DeleteColumns + summary: Delete fileStorageContainerTypeAppPermissionGrant + description: Delete a fileStorageContainerTypeAppPermissionGrant object in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-delete-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.DeleteApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant required: true schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant - name: If-Match in: header description: ETag @@ -613730,31 +617054,70 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn': - description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/$count': + description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage - summary: Get sourceColumn from storage - description: The source column for the content type column. - operationId: storage.fileStorage.deletedContainers.columns.GetSourceColumn + summary: Get the number of the resource + operationId: storage.fileStorage.containerTypeRegistrations.applicationPermissionGrants.GetCount-000d parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/containerTypeRegistrations/$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.containerTypeRegistrations.GetCount-6b6c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/containerTypes: + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: List containerTypes + description: Get a list of the fileStorageContainerType objects and their properties for the current tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: columnDefinition + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -613777,54 +617140,634 @@ paths: type: string responses: '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/$count': - description: Provides operations to count the resources in the collection. - get: + post: tags: - storage.fileStorage - summary: Get the number of the resource - operationId: storage.fileStorage.deletedContainers.columns.GetCount-b2c3 - 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' + summary: Create fileStorageContainerType + description: Create a new fileStorageContainerType in the owning tenant. The number of container types in a tenant is limited. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.CreateContainerTypes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + required: true responses: - '200': - $ref: '#/components/responses/ODataCountResponse' + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' default: $ref: '#/components/responses/error' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/drive': - description: Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. + x-ms-docs-operation-type: operation + '/storage/fileStorage/containerTypes/{fileStorageContainerType-id}': + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get drive from storage - description: The drive of the resource fileStorageContainer. Read-only. - operationId: storage.fileStorage.deletedContainers.GetDrive + summary: Get fileStorageContainerType + description: Get a fileStorageContainerType using its ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypes parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerType-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerType required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerType + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.fileStorageContainerType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update fileStorageContainerType + description: 'Update the properties of a fileStorageContainerType object. The properties updated are reflected in each registered fileStorageContainerTypeRegistration in a maximum of 24 hours. Settings overridden in a tenant aren''t updated. ETag is used for optimistic concurrency control. It must match the value from Create, Get or the previous Update.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-update?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypes + parameters: + - name: fileStorageContainerType-id + in: path + description: The unique identifier of fileStorageContainerType + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerType + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete fileStorageContainerType + description: Delete a fileStorageContainerType object from the tenant. A fileStorageContainerType can only be deleted if no registrations are associated with it in any tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypes + parameters: + - name: fileStorageContainerType-id + in: path + description: The unique identifier of fileStorageContainerType + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerType + - 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 + /storage/fileStorage/containerTypes/$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.containerTypes.GetCount-4de4 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/deletedContainers: + description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. + operationId: storage.fileStorage.ListDeletedContainers + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.fileStorageContainerCollectionResponse' + 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 deletedContainers for storage + operationId: storage.fileStorage.CreateDeletedContainers + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}': + description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. + operationId: storage.fileStorage.GetDeletedContainers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.fileStorageContainer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property deletedContainers in storage + operationId: storage.fileStorage.UpdateDeletedContainers + 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 values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + 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 deletedContainers for storage + operationId: storage.fileStorage.DeleteDeletedContainers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - 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 + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns': + description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get columns from storage + operationId: storage.fileStorage.deletedContainers.ListColumns + 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.columnDefinitionCollectionResponse' + 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 columns for storage + operationId: storage.fileStorage.deletedContainers.CreateColumns + 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.columnDefinition' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}': + description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get columns from storage + operationId: storage.fileStorage.deletedContainers.GetColumns + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.columnDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property columns in storage + operationId: storage.fileStorage.deletedContainers.UpdateColumns + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + 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 columns for storage + operationId: storage.fileStorage.deletedContainers.DeleteColumns + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + - 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}/columns/{columnDefinition-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn': + description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. + get: + tags: + - storage.fileStorage + summary: Get sourceColumn from storage + description: The source column for the content type column. + operationId: storage.fileStorage.deletedContainers.columns.GetSourceColumn + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.columnDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - storage.fileStorage + summary: Get the number of the resource + operationId: storage.fileStorage.deletedContainers.columns.GetCount-b2c3 + 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/{fileStorageContainer-id}/drive': + description: Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get drive from storage + description: The drive of the resource fileStorageContainer. Read-only. + operationId: storage.fileStorage.deletedContainers.GetDrive + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer - name: $select in: query description: Select properties to be returned @@ -639062,15 +643005,1173 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.userActivity + summary: Update the navigation property historyItems in users + operationId: users.activities.UpdateHistoryItems + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - name: activityHistoryItem-id + in: path + description: The unique identifier of activityHistoryItem + required: true + schema: + type: string + x-ms-docs-key-type: activityHistoryItem + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.userActivity + summary: Delete navigation property historyItems for users + operationId: users.activities.DeleteHistoryItems + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - name: activityHistoryItem-id + in: path + description: The unique identifier of activityHistoryItem + required: true + schema: + type: string + x-ms-docs-key-type: activityHistoryItem + - 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 + '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity': + description: Provides operations to manage the activity property of the microsoft.graph.activityHistoryItem entity. + get: + tags: + - users.userActivity + summary: Get activity from users + description: Optional. NavigationProperty/Containment; navigation property to the associated activity. + operationId: users.activities.historyItems.GetActivity + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - name: activityHistoryItem-id + in: path + description: The unique identifier of activityHistoryItem + required: true + schema: + type: string + x-ms-docs-key-type: activityHistoryItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.userActivity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/activities/{userActivity-id}/historyItems/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.userActivity + summary: Get the number of the resource + operationId: users.activities.historyItems.GetCount-625e + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/activities/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.userActivity + summary: Get the number of the resource + operationId: users.activities.GetCount-39cc + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/activities/microsoft.graph.recent()': + description: Provides operations to call the recent method. + get: + tags: + - users.userActivity + summary: Invoke function recent + description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 + operationId: users.user.activities.recent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 userActivity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + 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}/drives/{drive-id}/microsoft.graph.recent()' + '/users/{user-id}/adhocCalls': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.ListAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to adhocCalls for users + operationId: users.CreateAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.GetAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property adhocCalls in users + operationId: users.UpdateAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property adhocCalls for users + operationId: users.DeleteAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - 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 + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + operationId: users.adhocCalls.ListRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to recordings for users + operationId: users.adhocCalls.CreateRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property recordings in users + operationId: users.adhocCalls.UpdateRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property recordings for users + operationId: users.adhocCalls.DeleteRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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 + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.UpdateRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.DeleteRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.recordings.GetCount-07d8 + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.recordings.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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 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}/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}/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}/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + operationId: users.adhocCalls.ListTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to transcripts for users + operationId: users.adhocCalls.CreateTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.callTranscript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - users.userActivity - summary: Update the navigation property historyItems in users - operationId: users.activities.UpdateHistoryItems + - users.adhocCall + summary: Update the navigation property transcripts in users + operationId: users.adhocCalls.UpdateTranscripts parameters: - name: user-id in: path @@ -639079,26 +644180,26 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - name: activityHistoryItem-id + x-ms-docs-key-type: adhocCall + - name: callTranscript-id in: path - description: The unique identifier of activityHistoryItem + description: The unique identifier of callTranscript required: true schema: type: string - x-ms-docs-key-type: activityHistoryItem + x-ms-docs-key-type: callTranscript requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: '204': @@ -639108,9 +644209,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - users.userActivity - summary: Delete navigation property historyItems for users - operationId: users.activities.DeleteHistoryItems + - users.adhocCall + summary: Delete navigation property transcripts for users + operationId: users.adhocCalls.DeleteTranscripts parameters: - name: user-id in: path @@ -639119,20 +644220,20 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - name: activityHistoryItem-id + x-ms-docs-key-type: adhocCall + - name: callTranscript-id in: path - description: The unique identifier of activityHistoryItem + description: The unique identifier of callTranscript required: true schema: type: string - x-ms-docs-key-type: activityHistoryItem + x-ms-docs-key-type: callTranscript - name: If-Match in: header description: ETag @@ -639144,14 +644245,17 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity': - description: Provides operations to manage the activity property of the microsoft.graph.activityHistoryItem entity. + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. get: tags: - - users.userActivity - summary: Get activity from users - description: Optional. NavigationProperty/Containment; navigation property to the associated activity. - operationId: users.activities.historyItems.GetActivity + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscriptsContent parameters: - name: user-id in: path @@ -639160,57 +644264,155 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - name: activityHistoryItem-id + x-ms-docs-key-type: adhocCall + - name: callTranscript-id in: path - description: The unique identifier of activityHistoryItem + description: The unique identifier of callTranscript required: true schema: type: string - x-ms-docs-key-type: activityHistoryItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true schema: - uniqueItems: true - type: array - items: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get metadataContent for the navigation property transcripts from users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript responses: '200': - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.userActivity' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/activities/{userActivity-id}/historyItems/$count': - description: Provides operations to count the resources in the collection. - get: + put: tags: - - users.userActivity - summary: Get the number of the resource - operationId: users.activities.historyItems.GetCount-625e + - users.adhocCall + summary: Update metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsMetadataContent parameters: - name: user-id in: path @@ -639219,27 +644421,78 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true responses: - '200': - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success default: $ref: '#/components/responses/error' - '/users/{user-id}/activities/$count': + delete: + tags: + - users.adhocCall + summary: Delete metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/$count': description: Provides operations to count the resources in the collection. get: tags: - - users.userActivity + - users.adhocCall summary: Get the number of the resource - operationId: users.activities.GetCount-39cc + operationId: users.adhocCalls.transcripts.GetCount-a77e parameters: - name: user-id in: path @@ -639248,6 +644501,13 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -639255,17 +644515,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/users/{user-id}/activities/microsoft.graph.recent()': - description: Provides operations to call the recent method. + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. get: tags: - - users.userActivity - summary: Invoke function recent - description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 - operationId: users.user.activities.recent + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.transcripts.delta parameters: - name: user-id in: path @@ -639274,6 +644530,13 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -639315,16 +644578,16 @@ paths: content: application/json: schema: - title: Collection of userActivity + title: Collection of callTranscript type: object allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.userActivity' + $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -639332,7 +644595,69 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/users/{user-id}/drives/{drive-id}/microsoft.graph.recent()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/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}/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}/adhocCalls/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.GetCount-0e82 + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/users/{user-id}/agreementAcceptances': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: @@ -642734,6 +648059,8 @@ paths: 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/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()' @@ -643799,6 +649126,8 @@ paths: 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/microsoft.graph.delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -644342,6 +649671,8 @@ paths: 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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -645507,6 +650838,8 @@ paths: 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()' @@ -646852,6 +652185,8 @@ paths: 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()' @@ -647535,6 +652870,8 @@ paths: 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()' @@ -648495,6 +653832,8 @@ paths: 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()' @@ -649700,6 +655039,8 @@ paths: 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()' @@ -650313,6 +655654,8 @@ paths: 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()' @@ -650722,6 +656065,8 @@ paths: 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()' @@ -654006,6 +659351,8 @@ paths: 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()' @@ -654158,6 +659505,8 @@ paths: 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()' @@ -656260,6 +661609,56 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - users.cloudPC + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.reprovision + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -656353,6 +661752,45 @@ paths: - '/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.restore' - '/users/{user-id}/microsoft.graph.restore' + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - users.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -657943,6 +663381,8 @@ paths: 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()' @@ -658149,6 +663589,8 @@ paths: 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()' @@ -659142,6 +664584,8 @@ paths: 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()' @@ -659327,6 +664771,8 @@ paths: 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()' @@ -660183,6 +665629,8 @@ paths: 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()' @@ -669141,6 +674589,8 @@ paths: 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()' @@ -669274,6 +674724,8 @@ paths: 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()' @@ -677298,6 +682750,8 @@ paths: 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()' @@ -677424,6 +682878,8 @@ paths: 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()' @@ -678350,6 +683806,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -678502,6 +683964,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -683108,6 +688576,8 @@ paths: 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()' @@ -683234,6 +688704,8 @@ paths: 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()' @@ -687900,6 +693372,8 @@ paths: 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()' @@ -688443,6 +693917,8 @@ paths: 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()' @@ -694305,6 +699781,8 @@ paths: 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()' @@ -694471,6 +699949,8 @@ paths: 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()' @@ -701268,6 +706748,8 @@ paths: 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()' @@ -701420,6 +706902,8 @@ paths: 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()' @@ -709731,7 +715215,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -709821,6 +715305,8 @@ paths: 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()' @@ -710151,6 +715637,8 @@ paths: 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()' @@ -712123,7 +717611,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -712206,6 +717694,8 @@ paths: 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()' @@ -712501,6 +717991,8 @@ paths: 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()' @@ -717254,7 +722746,7 @@ paths: tags: - users.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -717330,6 +722822,8 @@ paths: 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()' @@ -727880,6 +733374,8 @@ paths: 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()' @@ -728520,6 +734016,8 @@ paths: 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()' @@ -736527,6 +742025,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.ListWindows parameters: - name: user-id @@ -736616,6 +742115,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.GetWindows parameters: - name: user-id @@ -741003,6 +746503,8 @@ paths: 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()' @@ -741141,6 +746643,8 @@ paths: 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()' @@ -741913,6 +747417,8 @@ paths: 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()' @@ -743411,6 +748917,24 @@ components: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: addLargeGalleryViewOperation type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true microsoft.graph.admin: title: admin type: object @@ -743797,6 +749321,17 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: aiInteractionHistory type: object + microsoft.graph.aiOnlineMeeting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: aiOnlineMeeting + type: object + properties: + aiInsights: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + x-ms-navigationProperty: true microsoft.graph.aiUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -743809,6 +749344,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + onlineMeetings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + x-ms-navigationProperty: true microsoft.graph.akamaiWebApplicationFirewallProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' @@ -747365,6 +752905,41 @@ components: items: $ref: '#/components/schemas/microsoft.graph.participant' x-ms-navigationProperty: true + microsoft.graph.callAiInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callAiInsight + type: object + properties: + actionItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + callId: + type: string + nullable: true + contentCorrelationId: + type: string + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + meetingNotes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' + viewpoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.callAiInsightViewPoint' + - type: object + nullable: true microsoft.graph.callEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -748057,6 +753632,11 @@ components: title: cloudCommunications type: object properties: + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + x-ms-navigationProperty: true callRecords: type: array items: @@ -748482,6 +754062,11 @@ components: $ref: '#/components/schemas/microsoft.graph.user' description: 'The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.' x-ms-navigationProperty: true + microsoft.graph.cloudPcReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcReport + type: object microsoft.graph.cloudPcUserSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -750245,7 +755830,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Desks that are taken down for maintenance or marked as not reservable.' microsoft.graph.detectedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -755499,11 +761084,25 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of active fileStorageContainer resources. + x-ms-navigationProperty: true + containerTypeRegistrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + description: The collection of fileStorageContainerTypeRegistration resources. + x-ms-navigationProperty: true + containerTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + description: The collection of fileStorageContainerType resources. x-ms-navigationProperty: true deletedContainers: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of deleted fileStorageContainer resources. x-ms-navigationProperty: true microsoft.graph.fileStorageContainer: allOf: @@ -755511,6 +761110,12 @@ components: - title: fileStorageContainer type: object properties: + assignedSensitivityLabel: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.assignedLabel' + - type: object + nullable: true + description: Sensitivity label assigned to the fileStorageContainer. Read-write. containerTypeId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string @@ -755585,6 +761190,101 @@ components: nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true + microsoft.graph.fileStorageContainerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerType + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + 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 creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerType. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. + format: uuid + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettings' + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + title: fileStorageContainerTypeAppPermissionGrant + type: object + properties: + appId: + type: string + description: Application ID to which to set permissions. + applicationPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use delegated tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + delegatedPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use application tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + microsoft.graph.fileStorageContainerTypeRegistration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerTypeRegistration + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerTypeRegistration. Read-only. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. Read-only. + format: uuid + registeredDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The registration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationSettings' + applicationPermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + description: Access privileges of applications on containers. + x-ms-navigationProperty: true microsoft.graph.filterOperatorSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -758216,6 +763916,12 @@ components: - type: object nullable: true description: The content type of this list item + deleted: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deleted' + - type: object + nullable: true + description: 'If present in the result of a delta enumeration, indicates that the item was deleted. Read-only.' sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' @@ -766664,6 +772370,9 @@ components: displayName: type: string nullable: true + hasProtection: + type: boolean + nullable: true isDefault: type: boolean nullable: true @@ -772028,6 +777737,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -773904,6 +779619,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsSetting' + description: The Windows settings of the user stored in the cloud. x-ms-navigationProperty: true microsoft.graph.userSignInInsight: allOf: @@ -774028,6 +779744,13 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' description: A collection of Cloud PC provisioning policies. x-ms-navigationProperty: true + report: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcReport' + - type: object + nullable: true + description: Cloud PC-related reports. Read-only. + x-ms-navigationProperty: true userSettings: type: array items: @@ -778420,7 +784143,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable.' nickname: type: string description: 'A short, friendly name for the workspace, often used for easier identification or display in the UI.' @@ -779098,6 +784821,19 @@ components: - type: object nullable: true description: 'The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.' + microsoft.graph.actionItem: + title: actionItem + type: object + properties: + ownerDisplayName: + type: string + nullable: true + text: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.actionResultPart: title: actionResultPart type: object @@ -781472,6 +787208,14 @@ components: - $ref: '#/components/schemas/microsoft.graph.calendarSharingActionImportance' - type: object nullable: true + microsoft.graph.callAiInsightViewPoint: + title: callAiInsightViewPoint + type: object + properties: + mentionEvents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' microsoft.graph.callEndedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -782483,6 +788227,27 @@ components: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' nullable: true + microsoft.graph.cloudPcLaunchDetail: + title: cloudPcLaunchDetail + type: object + properties: + cloudPcId: + type: string + description: The unique identifier of the Cloud PC. + cloudPcLaunchUrl: + type: string + description: The connect URL of the Cloud PC. + nullable: true + windows365SwitchCompatibilityFailureReasonType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windows365SwitchCompatibilityFailureReasonType' + - type: object + nullable: true + description: 'Indicates the reason the Cloud PC isn''t compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality.' + windows365SwitchCompatible: + type: boolean + description: 'Indicates whether the Cloud PC supports switch functionality. If the value is true, it supports switch functionality; otherwise, false.' + nullable: true microsoft.graph.cloudPcManagementAssignmentTarget: title: cloudPcManagementAssignmentTarget type: object @@ -785993,6 +791758,92 @@ components: description: The maximum major versions allowed for items in the container. Optional. Read-write. format: int32 nullable: true + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + title: fileStorageContainerTypeRegistrationSettings + type: object + properties: + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true + microsoft.graph.fileStorageContainerTypeSettings: + title: fileStorageContainerTypeSettings + type: object + properties: + consumingTenantOverridables: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettingsOverride' + - type: object + nullable: true + description: 'A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue.' + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true microsoft.graph.fileStorageContainerViewpoint: title: fileStorageContainerViewpoint type: object @@ -787979,6 +793830,30 @@ components: microsoft.graph.meetingInfo: title: meetingInfo type: object + microsoft.graph.meetingNote: + title: meetingNote + type: object + properties: + subpoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' + text: + type: string + nullable: true + title: + type: string + nullable: true + microsoft.graph.meetingNoteSubpoint: + title: meetingNoteSubpoint + type: object + properties: + text: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.meetingParticipantInfo: title: meetingParticipantInfo type: object @@ -788176,6 +794051,23 @@ components: items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: The identities of the users mentioned in this action. + microsoft.graph.mentionEvent: + title: mentionEvent + type: object + properties: + eventDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + speaker: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + transcriptUtterance: + type: string + nullable: true microsoft.graph.messagePinnedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -792529,7 +798421,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: Total number of artifacts restored. + description: Total number of mailbox items that can be restored for a granular restore session. format: int32 nullable: true restorePoint: @@ -800169,6 +806061,13 @@ components: - azureADJoin - unknownFutureValue type: string + microsoft.graph.cloudPcOperatingSystem: + title: cloudPcOperatingSystem + enum: + - windows10 + - windows11 + - unknownFutureValue + type: string microsoft.graph.cloudPcProvisioningPolicyImageType: title: cloudPcProvisioningPolicyImageType enum: @@ -800183,6 +806082,12 @@ components: - shared - unknownFutureValue type: string + microsoft.graph.cloudPcRecommendationReportType: + title: cloudPcRecommendationReportType + enum: + - cloudPcUsageCategoryReport + - unknownFutureValue + type: string microsoft.graph.cloudPcRegionGroup: title: cloudPcRegionGroup enum: @@ -800219,6 +806124,13 @@ components: - twentyFourHours - unknownFutureValue type: string + microsoft.graph.cloudPcUserAccountType: + title: cloudPcUserAccountType + enum: + - standardUser + - administrator + - unknownFutureValue + type: string microsoft.graph.coachmarkLocationType: title: coachmarkLocationType enum: @@ -802164,6 +808076,21 @@ components: - ctph - unknownFutureValue type: string + microsoft.graph.fileStorageContainerBillingClassification: + title: fileStorageContainerBillingClassification + enum: + - standard + - trial + - directToCustomer + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerBillingStatus: + title: fileStorageContainerBillingStatus + enum: + - invalid + - valid + - unknownFutureValue + type: string microsoft.graph.fileStorageContainerStatus: title: fileStorageContainerStatus enum: @@ -802171,6 +808098,39 @@ components: - active - unknownFutureValue type: string + microsoft.graph.fileStorageContainerTypeAppPermission: + title: fileStorageContainerTypeAppPermission + enum: + - none + - readContent + - writeContent + - manageContent + - create + - delete + - read + - write + - enumeratePermissions + - addPermissions + - updatePermissions + - deletePermissions + - deleteOwnPermission + - managePermissions + - full + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerTypeSettingsOverride: + title: fileStorageContainerTypeSettingsOverride + enum: + - urlTemplate + - isDiscoverabilityEnabled + - isSearchEnabled + - isItemVersioningEnabled + - itemMajorVersionLimit + - maxStoragePerContainerInBytes + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.filterMode: title: filterMode enum: @@ -808305,6 +814265,13 @@ components: - value: windows10ProfessionalWorkstationN description: Windows 10 Professional for Workstations N name: windows10ProfessionalWorkstationN + microsoft.graph.windows365SwitchCompatibilityFailureReasonType: + title: windows365SwitchCompatibilityFailureReasonType + enum: + - osVersionNotSupported + - hardwareNotSupported + - unknownFutureValue + type: string microsoft.graph.windowsArchitecture: title: windowsArchitecture enum: @@ -815828,7 +821795,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.defenderAvStatus' - type: object nullable: true - description: 'State of the Defender AntiMalware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' + description: 'State of the Defender anti-malware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' deviceDnsName: type: string description: The fully qualified domain name (FQDN) for the device. @@ -816892,25 +822859,31 @@ components: properties: configurationId: type: string + description: The unique identifier of the mailbox configuration. nullable: true configurationType: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.mailboxConfigurationType' - type: object nullable: true + description: 'The type of mailbox configuration. The possible values are: mailForwardingRule, owaSettings, ewsSettings, mailDelegation, userInboxRule, unknownFutureValue.' displayName: type: string + description: The display name of the mailbox. nullable: true externalDirectoryObjectId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string + description: The external directory object identifier of the mailbox. format: uuid nullable: true mailboxPrimaryAddress: type: string + description: The primary email address of the mailbox. nullable: true upn: type: string + description: The user principal name (UPN) of the mailbox. nullable: true microsoft.graph.security.mailboxEvidence: allOf: @@ -819561,6 +825534,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentActivity' + microsoft.graph.callRecordingCollectionResponse: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + microsoft.graph.callTranscriptCollectionResponse: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' microsoft.graph.extensionCollectionResponse: title: Collection of extension type: object @@ -819594,6 +825589,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' + microsoft.graph.callAiInsightCollectionResponse: + title: Collection of callAiInsight + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + microsoft.graph.aiOnlineMeetingCollectionResponse: + title: Collection of aiOnlineMeeting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: title: Collection of deviceCompliancePolicyAssignment type: object @@ -820749,6 +826766,17 @@ 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 @@ -822278,6 +828306,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + title: Collection of fileStorageContainerTypeRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + microsoft.graph.fileStorageContainerTypeCollectionResponse: + title: Collection of fileStorageContainerType + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' microsoft.graph.sharePointMigrationJobCollectionResponse: title: Collection of sharePointMigrationJob type: object @@ -822289,6 +828339,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' microsoft.graph.appRoleAssignmentCollectionResponse: title: Collection of appRoleAssignment type: object @@ -822960,28 +829021,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - microsoft.graph.callRecordingCollectionResponse: - title: Collection of callRecording - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callRecording' - microsoft.graph.callTranscriptCollectionResponse: - title: Collection of callTranscript - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callTranscript' microsoft.graph.organizationalBrandingLocalizationCollectionResponse: title: Collection of organizationalBrandingLocalization type: object @@ -828537,6 +834576,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' + microsoft.graph.actionItemCollectionResponse: + title: Collection of microsoft.graph.actionItem + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + microsoft.graph.meetingNoteCollectionResponse: + title: Collection of microsoft.graph.meetingNote + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' microsoft.graph.certificateAuthorityCollectionResponse: title: Collection of microsoft.graph.certificateAuthority type: object @@ -829857,6 +835918,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRange' + microsoft.graph.mentionEventCollectionResponse: + title: Collection of microsoft.graph.mentionEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' microsoft.graph.callParticipantInfoCollectionResponse: title: Collection of microsoft.graph.callParticipantInfo type: object @@ -830154,6 +836226,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.locationConstraintItem' + microsoft.graph.meetingNoteSubpointCollectionResponse: + title: Collection of microsoft.graph.meetingNoteSubpoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' microsoft.graph.meetingParticipantInfoCollectionResponse: title: Collection of microsoft.graph.meetingParticipantInfo type: object @@ -831720,6 +837803,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentActivityCollectionResponse' + microsoft.graph.callRecordingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' + microsoft.graph.callTranscriptCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.extensionCollectionResponse: description: Retrieved collection content: @@ -831738,6 +837833,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersionCollectionResponse' + microsoft.graph.callAiInsightCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsightCollectionResponse' + microsoft.graph.aiOnlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeetingCollectionResponse' microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: description: Retrieved collection content: @@ -832368,6 +838475,12 @@ 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: @@ -833202,12 +839315,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainerCollectionResponse' + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' + microsoft.graph.fileStorageContainerTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeCollectionResponse' microsoft.graph.sharePointMigrationJobCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.appRoleAssignmentCollectionResponse: description: Retrieved collection content: @@ -833574,18 +839705,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReportCollectionResponse' - microsoft.graph.callRecordingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' - microsoft.graph.callTranscriptCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.organizationalBrandingLocalizationCollectionResponse: description: Retrieved collection content: @@ -836616,6 +842735,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfoCollectionResponse' + microsoft.graph.actionItemCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.actionItemCollectionResponse' + microsoft.graph.meetingNoteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteCollectionResponse' microsoft.graph.certificateAuthorityCollectionResponse: description: Retrieved collection content: @@ -837336,6 +843467,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRangeCollectionResponse' + microsoft.graph.mentionEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mentionEventCollectionResponse' microsoft.graph.callParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -837498,6 +843635,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationConstraintItemCollectionResponse' + microsoft.graph.meetingNoteSubpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpointCollectionResponse' microsoft.graph.meetingParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -838713,6 +844856,12 @@ components: '@odata.type': microsoft.graph.status userTimezone: String microsoft.graph.addLargeGalleryViewOperation: { } + microsoft.graph.adhocCall: + value: + recordings: + - '@odata.type': microsoft.graph.callRecording + transcripts: + - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: edge: @@ -838831,10 +844980,16 @@ components: requestId: String sessionId: String microsoft.graph.aiInteractionHistory: { } + microsoft.graph.aiOnlineMeeting: + value: + aiInsights: + - '@odata.type': microsoft.graph.callAiInsight microsoft.graph.aiUser: value: interactionHistory: '@odata.type': microsoft.graph.aiInteractionHistory + onlineMeetings: + - '@odata.type': microsoft.graph.aiOnlineMeeting microsoft.graph.akamaiWebApplicationFirewallProvider: value: accessToken: String @@ -839917,6 +846072,18 @@ components: '@odata.type': microsoft.graph.toneInfo transcription: '@odata.type': microsoft.graph.callTranscriptionInfo + microsoft.graph.callAiInsight: + value: + actionItems: + - '@odata.type': microsoft.graph.actionItem + callId: String + contentCorrelationId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + meetingNotes: + - '@odata.type': microsoft.graph.meetingNote + viewpoint: + '@odata.type': microsoft.graph.callAiInsightViewPoint microsoft.graph.callEvent: value: callEventType: @@ -840120,6 +846287,8 @@ components: - '@odata.type': microsoft.graph.cloudClipboardItem microsoft.graph.cloudCommunications: value: + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall callRecords: - '@odata.type': microsoft.graph.callRecords.callRecord calls: @@ -840249,6 +846418,7 @@ components: - '@odata.type': microsoft.graph.user target: '@odata.type': microsoft.graph.cloudPcManagementAssignmentTarget + microsoft.graph.cloudPcReport: { } microsoft.graph.cloudPcUserSetting: value: assignments: @@ -842361,10 +848531,16 @@ components: value: containers: - '@odata.type': microsoft.graph.fileStorageContainer + containerTypeRegistrations: + - '@odata.type': microsoft.graph.fileStorageContainerTypeRegistration + containerTypes: + - '@odata.type': microsoft.graph.fileStorageContainerType deletedContainers: - '@odata.type': microsoft.graph.fileStorageContainer microsoft.graph.fileStorageContainer: value: + assignedSensitivityLabel: + '@odata.type': microsoft.graph.assignedLabel columns: - '@odata.type': microsoft.graph.columnDefinition containerTypeId: 00000000-0000-0000-0000-000000000000 @@ -842389,6 +848565,41 @@ components: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: '@odata.type': microsoft.graph.fileStorageContainerViewpoint + microsoft.graph.fileStorageContainerType: + value: + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettings + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + value: + appId: String (identifier) + applicationPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + delegatedPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + microsoft.graph.fileStorageContainerTypeRegistration: + value: + applicationPermissionGrants: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermissionGrant + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + registeredDateTime: '0001-01-01T00:00:00.0000000+00:00' + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeRegistrationSettings microsoft.graph.filterOperatorSchema: value: arity: @@ -843194,6 +849405,8 @@ components: '@odata.type': microsoft.graph.itemAnalytics contentType: '@odata.type': microsoft.graph.contentTypeInfo + deleted: + '@odata.type': microsoft.graph.deleted documentSetVersions: - '@odata.type': microsoft.graph.documentSetVersion driveItem: @@ -845686,6 +851899,7 @@ components: autoTooltip: String description: String displayName: String + hasProtection: 'true' isDefault: 'true' isEndpointProtectionEnabled: 'true' isScopedToUser: 'true' @@ -847160,6 +853374,8 @@ components: accountEnabled: 'true' activities: - '@odata.type': microsoft.graph.userActivity + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall ageGroup: String agreementAcceptances: - '@odata.type': microsoft.graph.agreementAcceptance @@ -847763,6 +853979,8 @@ components: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnection provisioningPolicies: - '@odata.type': microsoft.graph.cloudPcProvisioningPolicy + report: + '@odata.type': microsoft.graph.cloudPcReport userSettings: - '@odata.type': microsoft.graph.cloudPcUserSetting microsoft.graph.virtualEvent: @@ -849306,6 +855524,11 @@ components: value: type: '@odata.type': microsoft.graph.accountTargetContentType + microsoft.graph.actionItem: + value: + ownerDisplayName: String + text: String + title: String microsoft.graph.actionResultPart: value: error: @@ -850098,6 +856321,10 @@ components: '@odata.type': microsoft.graph.calendarSharingActionType importance: '@odata.type': microsoft.graph.calendarSharingActionImportance + microsoft.graph.callAiInsightViewPoint: + value: + mentionEvents: + - '@odata.type': microsoft.graph.mentionEvent microsoft.graph.callEndedEventMessageDetail: value: callDuration: Duration @@ -850424,6 +856651,13 @@ components: regionGroup: '@odata.type': microsoft.graph.cloudPcRegionGroup regionName: String + microsoft.graph.cloudPcLaunchDetail: + value: + cloudPcId: String + cloudPcLaunchUrl: String + windows365SwitchCompatibilityFailureReasonType: + '@odata.type': microsoft.graph.windows365SwitchCompatibilityFailureReasonType + windows365SwitchCompatible: 'true' microsoft.graph.cloudPcManagementAssignmentTarget: { } microsoft.graph.cloudPcManagementGroupAssignmentTarget: value: @@ -851533,6 +857767,30 @@ components: isItemVersioningEnabled: 'true' isOcrEnabled: 'true' itemMajorVersionLimit: '0' + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + value: + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String + microsoft.graph.fileStorageContainerTypeSettings: + value: + consumingTenantOverridables: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettingsOverride + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String microsoft.graph.fileStorageContainerViewpoint: value: effectiveRole: String @@ -852185,6 +858443,16 @@ components: serverMuted: 'true' sourceId: String microsoft.graph.meetingInfo: { } + microsoft.graph.meetingNote: + value: + subpoints: + - '@odata.type': microsoft.graph.meetingNoteSubpoint + text: String + title: String + microsoft.graph.meetingNoteSubpoint: + value: + text: String + title: String microsoft.graph.meetingParticipantInfo: value: identity: @@ -852251,6 +858519,12 @@ components: value: mentionees: - '@odata.type': microsoft.graph.identitySet + microsoft.graph.mentionEvent: + value: + eventDateTime: '0001-01-01T00:00:00.0000000+00:00' + speaker: + '@odata.type': microsoft.graph.identitySet + transcriptUtterance: String microsoft.graph.messagePinnedEventMessageDetail: value: eventDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -858206,6 +864480,8 @@ tags: x-ms-docs-toc-type: container - name: communications.cloudCommunications x-ms-docs-toc-type: page + - name: communications.adhocCall + x-ms-docs-toc-type: page - name: communications.callRecord x-ms-docs-toc-type: page - name: communications.call @@ -858646,6 +864922,8 @@ tags: x-ms-docs-toc-type: page - name: me.userActivity x-ms-docs-toc-type: page + - name: me.adhocCall + x-ms-docs-toc-type: page - name: me.agreementAcceptance x-ms-docs-toc-type: page - name: me.appRoleAssignment @@ -859050,6 +865328,8 @@ tags: x-ms-docs-toc-type: page - name: users.userActivity x-ms-docs-toc-type: page + - name: users.adhocCall + x-ms-docs-toc-type: page - name: users.agreementAcceptance x-ms-docs-toc-type: page - name: users.appRoleAssignment diff --git a/openapi/v1.0/graphexplorer.yaml b/openapi/v1.0/graphexplorer.yaml index 4d22f64f..55036451 100644 --- a/openapi/v1.0/graphexplorer.yaml +++ b/openapi/v1.0/graphexplorer.yaml @@ -20086,6 +20086,7 @@ paths: type: array items: enum: + - adhocCalls - callRecords - calls - onlineMeetingConversations @@ -20103,6 +20104,7 @@ paths: items: enum: - '*' + - adhocCalls - callRecords - calls - onlineMeetingConversations @@ -20137,6 +20139,1268 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /communications/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.ListAdhocCalls + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - recordings + - transcripts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - recordings + - transcripts + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to adhocCalls for communications + operationId: communications.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.GetAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - recordings + - transcripts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - recordings + - transcripts + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property adhocCalls in communications + operationId: communications.UpdateAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property adhocCalls for communications + operationId: communications.DeleteAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - 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 + '/communications/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.ListRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl 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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to recordings for communications + operationId: communications.adhocCalls.CreateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.GetRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property recordings in communications + operationId: communications.adhocCalls.UpdateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property recordings for communications + operationId: communications.adhocCalls.DeleteRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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 + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property recordings from communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.GetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.UpdateRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.DeleteRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.recordings.GetCount-6c48 + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.recordings.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + 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: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + '/communications/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.ListTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl 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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to transcripts for communications + operationId: communications.adhocCalls.CreateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.GetTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property transcripts in communications + operationId: communications.adhocCalls.UpdateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property transcripts for communications + operationId: communications.adhocCalls.DeleteTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - 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 + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property transcripts from communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get metadataContent for the navigation property transcripts from communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.transcripts.GetCount-c91e + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.transcripts.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + 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: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + /communications/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.GetCount-c122 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /communications/callRecords: description: Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity. get: @@ -28507,6 +29771,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. @@ -29087,6 +30353,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. @@ -35551,6 +36819,125 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotReportRoot + summary: Update the navigation property reports in copilot + operationId: copilot.UpdateReports + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotReportRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotReportRoot + summary: Delete navigation property reports for copilot + operationId: copilot.DeleteReports + 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 + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUsageUserDetail(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUsageUserDetail method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUsageUserDetail + operationId: copilot.reports.getMicrosoft365CopilotUsageUserDetail + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUserCountSummary(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountSummary method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountSummary + operationId: copilot.reports.getMicrosoft365CopilotUserCountSummary + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUserCountTrend(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountTrend method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountTrend + operationId: copilot.reports.getMicrosoft365CopilotUserCountTrend + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /copilot/users: description: Provides operations to manage the users property of the microsoft.graph.copilotRoot entity. get: @@ -35589,6 +36976,7 @@ paths: enum: - id - interactionHistory + - onlineMeetings type: string - name: $expand in: query @@ -35602,6 +36990,7 @@ paths: enum: - '*' - interactionHistory + - onlineMeetings type: string responses: '200': @@ -35661,6 +37050,7 @@ paths: enum: - id - interactionHistory + - onlineMeetings type: string - name: $expand in: query @@ -35674,6 +37064,7 @@ paths: enum: - '*' - interactionHistory + - onlineMeetings type: string responses: '200': @@ -35957,6 +37348,556 @@ paths: operationName: listMore x-ms-docs-grouped-path: - /copilot/interactionHistory/microsoft.graph.getAllEnterpriseInteractions() + '/copilot/users/{aiUser-id}/onlineMeetings': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. + get: + tags: + - copilot.aiUser + summary: Get onlineMeetings from copilot + operationId: copilot.users.ListOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - aiInsights + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - aiInsights + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.aiOnlineMeetingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.aiUser + summary: Create new navigation property to onlineMeetings for copilot + operationId: copilot.users.CreateOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. + get: + tags: + - copilot.aiUser + summary: Get onlineMeetings from copilot + operationId: copilot.users.GetOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - aiInsights + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - aiInsights + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property onlineMeetings in copilot + operationId: copilot.users.UpdateOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property onlineMeetings for copilot + operationId: copilot.users.DeleteOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - 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 + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.ListAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - actionItems + - actionItems desc + - callId + - callId desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingNotes + - meetingNotes desc + - viewpoint + - viewpoint 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 + - actionItems + - callId + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingNotes + - viewpoint + 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.callAiInsightCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.aiUser + summary: Create new navigation property to aiInsights for copilot + operationId: copilot.users.onlineMeetings.CreateAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/{callAiInsight-id}': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.GetAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - actionItems + - callId + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingNotes + - viewpoint + 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.callAiInsight' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property aiInsights in copilot + operationId: copilot.users.onlineMeetings.UpdateAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property aiInsights for copilot + operationId: copilot.users.onlineMeetings.DeleteAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + - 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 + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.aiInsights.GetCount-11ce + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/copilot/users/{aiUser-id}/onlineMeetings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.GetCount-e55c + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /copilot/users/$count: description: Provides operations to count the resources in the collection. get: @@ -79812,6 +81753,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -79877,6 +81819,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -91871,6 +93814,7 @@ paths: - galleryImages - onPremisesConnections - provisioningPolicies + - report - userSettings type: string - name: $expand @@ -91890,6 +93834,7 @@ paths: - galleryImages - onPremisesConnections - provisioningPolicies + - report - userSettings type: string responses: @@ -92555,6 +94500,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.reprovision + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -92627,6 +94615,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -94283,6 +96303,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -94348,6 +96369,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -94531,6 +96553,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -94596,6 +96619,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -95012,6 +97036,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -95077,6 +97102,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -95250,6 +97276,156 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /deviceManagement/virtualEndpoint/report: + description: Provides operations to manage the report property of the microsoft.graph.virtualEndpoint entity. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get report from deviceManagement + description: Cloud PC-related reports. Read-only. + operationId: deviceManagement.virtualEndpoint.GetReport + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + 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.cloudPcReport' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.virtualEndpoint + summary: Update the navigation property report in deviceManagement + operationId: deviceManagement.virtualEndpoint.UpdateReport + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.virtualEndpoint + summary: Delete navigation property report for deviceManagement + operationId: deviceManagement.virtualEndpoint.DeleteReport + 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 + /deviceManagement/virtualEndpoint/report/microsoft.graph.retrieveCloudPcRecommendationReports: + description: Provides operations to call the retrieveCloudPcRecommendationReports method. + post: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke action retrieveCloudPcRecommendationReports + description: 'Retrieve Cloud PC recommendation reports for usage optimization and cost savings. The usage category report categorizes a Cloud PC as Undersized, Oversized, Rightsized, or Underutilized, and also provides the recommended SKU when the Cloud PC isn''t Rightsized.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcreport-retrievecloudpcrecommendationreports?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.report.retrieveCloudPcRecommendationReports + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reportType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcRecommendationReportType' + - type: object + nullable: true + filter: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + required: true + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /deviceManagement/virtualEndpoint/userSettings: description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. get: @@ -113064,6 +115240,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -113129,6 +115306,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -115805,6 +117983,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -115870,6 +118049,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -116221,6 +118401,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -116286,6 +118467,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -116567,6 +118749,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -116823,6 +119006,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -116888,6 +119072,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -117978,6 +120163,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -118043,6 +120229,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -122150,6 +124337,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -122215,6 +124403,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -124952,6 +127141,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -125017,6 +127207,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -125351,6 +127542,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -125375,6 +127568,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -125471,6 +127665,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -125725,6 +127920,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -125790,6 +127986,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -126880,6 +129077,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -126945,6 +129143,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -127980,6 +130179,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -128021,6 +130221,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -128112,6 +130314,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -128153,6 +130356,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -128303,6 +130508,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -128368,6 +130574,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -129277,6 +131484,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -129655,6 +131868,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -131273,6 +133492,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -131338,6 +133558,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -131653,6 +133874,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -131718,6 +133940,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -131963,6 +134186,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -132190,6 +134414,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -132255,6 +134480,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -133187,6 +135413,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -133252,6 +135479,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -137943,6 +140171,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -138008,6 +140237,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -141014,6 +143244,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -141079,6 +143310,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -141465,6 +143697,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -141530,6 +143763,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -141846,6 +144080,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -142130,6 +144365,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -142195,6 +144431,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -143439,6 +145676,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -143504,6 +145742,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -148126,6 +150365,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -148191,6 +150431,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -151277,6 +153518,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -151342,6 +153584,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -151719,6 +153962,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -151743,6 +153988,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -151854,6 +154100,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -152136,6 +154383,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -152201,6 +154449,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -153445,6 +155694,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -153510,6 +155760,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -154693,6 +156944,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -154734,6 +156986,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -154832,6 +157086,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -154873,6 +157128,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -155030,6 +157287,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -155095,6 +157353,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -156133,6 +158392,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -156525,6 +158790,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -158393,6 +160664,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -158458,6 +160730,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -158809,6 +161082,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -158874,6 +161148,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -159155,6 +161430,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -159411,6 +161687,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -159476,6 +161753,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -160566,6 +162844,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -160631,6 +162910,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -178779,6 +181059,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -178844,6 +181125,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -187458,6 +189740,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -187523,6 +189806,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -188771,6 +191055,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -188836,6 +191121,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -189012,6 +191298,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -189077,6 +191364,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -189458,6 +191746,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -189523,6 +191812,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -191889,6 +194179,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -191954,6 +194245,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -203418,6 +205710,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -203483,6 +205776,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -206821,6 +209115,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -206886,6 +209181,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -207313,6 +209609,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -207378,6 +209675,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -207735,6 +210033,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -208048,6 +210347,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -208113,6 +210413,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -209525,6 +211826,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -209590,6 +211892,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -214796,6 +217099,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -214861,6 +217165,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -218363,6 +220668,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -218428,6 +220734,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -218855,6 +221162,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -218879,6 +221188,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -219006,6 +221316,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -219319,6 +221630,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -219384,6 +221696,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -220796,6 +223109,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -220861,6 +223175,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -222172,6 +224487,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -222213,6 +224529,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -222333,6 +224651,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -222374,6 +224693,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -222553,6 +224874,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -222618,6 +224940,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -223797,6 +226120,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -224203,6 +226532,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -226323,6 +228658,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -226388,6 +228724,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -226780,6 +229117,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -226845,6 +229183,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -227167,6 +229506,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -227452,6 +229792,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -227517,6 +229858,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -228775,6 +231117,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -228840,6 +231183,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -260260,6 +262604,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -260325,6 +262670,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -261571,6 +263917,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -261636,6 +263983,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -265621,6 +267969,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -265686,6 +268035,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -266155,6 +268505,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -266179,6 +268531,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -266320,6 +268673,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -266661,6 +269015,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -266726,6 +269081,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -268292,6 +270648,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -268357,6 +270714,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -269794,6 +272152,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -269835,6 +272194,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -269962,6 +272323,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -270003,6 +272365,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -270189,6 +272553,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -270254,6 +272619,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -272534,6 +274900,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -272599,6 +274966,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -273324,6 +275692,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -273389,6 +275758,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -286791,6 +289161,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -286856,6 +289227,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -287283,6 +289655,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -287348,6 +289721,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -289704,6 +292078,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -289769,6 +292144,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -290196,6 +292572,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -290261,6 +292638,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -412743,6 +415121,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -412808,6 +415187,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -413152,6 +415532,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -413217,6 +415598,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -413858,6 +416240,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -413923,6 +416306,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -414469,6 +416853,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -414534,6 +416919,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -415721,6 +418107,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -415786,6 +418173,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -416779,6 +419167,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -416844,6 +419233,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -417532,6 +419922,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -417597,6 +419988,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -418892,6 +421284,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -418957,6 +421350,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -420080,6 +422474,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -420145,6 +422540,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -421118,6 +423514,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -421183,6 +423580,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -421815,6 +424213,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -421880,6 +424279,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -422668,6 +425068,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -422733,6 +425134,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -423131,6 +425533,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -423196,6 +425599,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -424194,6 +426598,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -424259,6 +426664,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -425686,6 +428092,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -425751,6 +428158,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -426297,6 +428705,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -426362,6 +428771,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -427558,6 +429968,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -427623,6 +430034,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -428622,6 +431034,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -428687,6 +431100,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -429378,6 +431792,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -429443,6 +431858,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -430745,6 +433161,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -430810,6 +433227,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -431940,6 +434358,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -432005,6 +434424,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -432981,6 +435401,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -433046,6 +435467,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -433681,6 +436103,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -433746,6 +436169,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -434540,6 +436964,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -434605,6 +437030,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -435003,6 +437429,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -435068,6 +437495,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -436072,6 +438500,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -436137,6 +438566,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -437349,6 +439779,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -437414,6 +439845,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -448415,6 +450847,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -448480,6 +450913,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -448929,6 +451363,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -448994,6 +451429,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -449517,11 +451953,11 @@ paths: patch: tags: - me.userActivity - summary: Delete an activityHistoryItem - description: Delete an existing history item for an existing user activity. + summary: Create or replace an activityHistoryItem + description: Create a new or replace an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems parameters: - name: userActivity-id @@ -449554,7 +451990,11 @@ paths: delete: tags: - me.userActivity - summary: Delete navigation property historyItems for me + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.DeleteHistoryItems parameters: - name: userActivity-id @@ -449810,6 +452250,1342 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/me/drives/{drive-id}/microsoft.graph.recent()' + /me/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.ListAdhocCalls + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - recordings + - transcripts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - recordings + - transcripts + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to adhocCalls for me + operationId: me.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.GetAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - recordings + - transcripts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - recordings + - transcripts + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property adhocCalls in me + operationId: me.UpdateAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property adhocCalls for me + operationId: me.DeleteAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - 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/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.ListRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl 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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to recordings for me + operationId: me.adhocCalls.CreateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.GetRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property recordings in me + operationId: me.adhocCalls.UpdateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property recordings for me + operationId: me.adhocCalls.DeleteRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property recordings from me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.GetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.UpdateRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.DeleteRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.recordings.GetCount-3fba + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.recordings.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + 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: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 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}/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}/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/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.ListTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl 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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to transcripts for me + operationId: me.adhocCalls.CreateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.GetTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property transcripts in me + operationId: me.adhocCalls.UpdateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property transcripts for me + operationId: me.adhocCalls.DeleteTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - 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/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property transcripts from me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get metadataContent for the navigation property transcripts from me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.transcripts.GetCount-d441 + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.transcripts.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + 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: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 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/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}/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/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.GetCount-906d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /me/agreementAcceptances: description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: @@ -453500,6 +457276,8 @@ paths: 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/events/{event-id}/instances/microsoft.graph.delta()' - /me/calendar/events/microsoft.graph.delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -454985,6 +458763,8 @@ paths: 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/microsoft.graph.delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -455600,6 +459380,8 @@ paths: 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/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -457067,6 +460849,8 @@ paths: 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() @@ -458830,6 +462614,8 @@ paths: 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() @@ -459585,6 +463371,8 @@ paths: 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() @@ -460829,6 +464617,8 @@ paths: 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() @@ -462456,6 +466246,8 @@ paths: 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() @@ -463141,6 +466933,8 @@ paths: 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() @@ -463797,6 +467591,8 @@ paths: 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() @@ -467116,6 +470912,8 @@ paths: 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() @@ -467329,6 +471127,8 @@ paths: 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() @@ -469477,6 +473277,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - me.cloudPC + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.reprovision + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/me/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -469556,6 +473399,38 @@ paths: - '/me/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - '/me/drives/{drive-id}/root/microsoft.graph.restore' - /me/microsoft.graph.restore + '/me/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - me.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/me/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -471341,6 +475216,8 @@ paths: 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() @@ -471545,6 +475422,8 @@ paths: 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() @@ -472728,6 +476607,8 @@ paths: 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() @@ -472911,6 +476792,8 @@ paths: 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() @@ -473967,6 +477850,8 @@ paths: 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() @@ -474845,6 +478730,8 @@ paths: - description desc - displayName - displayName desc + - hasProtection + - hasProtection desc - isDefault - isDefault desc - isEndpointProtectionEnabled @@ -474875,6 +478762,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -474960,6 +478848,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -475138,6 +479027,8 @@ paths: - description desc - displayName - displayName desc + - hasProtection + - hasProtection desc - isDefault - isDefault desc - isEndpointProtectionEnabled @@ -475168,6 +479059,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -475268,6 +479160,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -477262,6 +481155,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -477327,6 +481221,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -480323,6 +484218,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -480388,6 +484284,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -480774,6 +484671,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -480839,6 +484737,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -481155,6 +485054,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -481439,6 +485339,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -481504,6 +485405,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -482750,6 +486652,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -482815,6 +486718,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -484479,6 +488383,8 @@ paths: 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() @@ -484731,6 +488637,8 @@ paths: 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() @@ -487527,6 +491435,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -487592,6 +491501,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -490678,6 +494588,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -490743,6 +494654,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -491120,6 +495032,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -491144,6 +495058,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -491255,6 +495170,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -491537,6 +495453,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -491602,6 +495519,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -492848,6 +496766,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -492913,6 +496832,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -494074,6 +497994,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -494115,6 +498036,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -494160,6 +498083,8 @@ paths: 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() @@ -494245,6 +498170,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -494286,6 +498212,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -494331,6 +498259,8 @@ paths: 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() @@ -494475,6 +498405,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -494540,6 +498471,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -495578,6 +499510,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -495972,6 +499910,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -497840,6 +501784,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -497905,6 +501850,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -498256,6 +502202,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -498321,6 +502268,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -498602,6 +502550,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -498858,6 +502807,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -498923,6 +502873,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -500015,6 +503966,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -500080,6 +504032,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -501576,6 +505529,8 @@ paths: 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() @@ -501821,6 +505776,8 @@ paths: 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() @@ -505231,6 +509188,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -505296,6 +509254,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -507280,6 +511239,8 @@ paths: 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() @@ -507895,6 +511856,8 @@ paths: 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() @@ -513977,6 +517940,8 @@ paths: 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() @@ -514204,6 +518169,8 @@ paths: 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() @@ -521169,6 +525136,8 @@ paths: 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() @@ -521382,6 +525351,8 @@ paths: 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() @@ -529830,7 +533801,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -530018,6 +533989,8 @@ paths: 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() @@ -530351,6 +534324,8 @@ paths: 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() @@ -532322,7 +536297,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -532503,6 +536478,8 @@ paths: 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() @@ -532801,6 +536778,8 @@ paths: 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() @@ -535202,6 +539181,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -535267,6 +539247,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -537940,7 +541921,7 @@ paths: tags: - me.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -538114,6 +542095,8 @@ paths: 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() @@ -548947,6 +552930,8 @@ paths: 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() @@ -549563,6 +553548,8 @@ paths: 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() @@ -561782,6 +565769,8 @@ paths: 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() @@ -561927,6 +565916,8 @@ paths: 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() @@ -589823,6 +593814,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -589888,6 +593880,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -593256,6 +597249,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -593321,6 +597315,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -593503,6 +597498,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -593568,6 +597564,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -593979,6 +597976,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -594044,6 +598042,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -594426,6 +598425,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -594491,6 +598491,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -594673,6 +598674,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -594738,6 +598740,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -595149,6 +599152,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -595214,6 +599218,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -626251,6 +630256,8 @@ paths: - description desc - displayName - displayName desc + - hasProtection + - hasProtection desc - isDefault - isDefault desc - isEndpointProtectionEnabled @@ -626281,6 +630288,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -626370,6 +630378,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -626552,6 +630561,8 @@ paths: - description desc - displayName - displayName desc + - hasProtection + - hasProtection desc - isDefault - isDefault desc - isEndpointProtectionEnabled @@ -626582,6 +630593,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -626682,6 +630694,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -631889,7 +635902,7 @@ paths: tags: - security.secureScoreControlProfile summary: Update secureScoreControlProfile - description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote.' + description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as tenantNote.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0 @@ -632772,6 +636785,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -632837,6 +636851,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -633013,6 +637028,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -633078,6 +637094,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -633459,6 +637476,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -633524,6 +637542,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -633894,6 +637913,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -633959,6 +637979,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -634135,6 +638156,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -634200,6 +638222,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -634581,6 +638604,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -634646,6 +638670,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -655464,6 +659489,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -655529,6 +659555,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -656501,6 +660528,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -656566,6 +660594,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -659649,6 +663678,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -659714,6 +663744,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -660088,6 +664119,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -660112,6 +664145,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -660223,6 +664257,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -660504,6 +664539,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -660569,6 +664605,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -661801,6 +665838,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -661866,6 +665904,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -663002,6 +667041,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -663043,6 +667083,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -663137,6 +667179,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -663178,6 +667221,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -663331,6 +667376,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -663396,6 +667442,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -664278,6 +668325,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -664531,6 +668579,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -664596,6 +668645,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -665674,6 +669724,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -665739,6 +669790,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -671258,6 +675310,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -671323,6 +675376,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -672457,6 +676511,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -672522,6 +676577,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -676134,6 +680190,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -676199,6 +680256,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -676620,6 +680678,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -676644,6 +680704,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -676776,6 +680837,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -677087,6 +681149,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -677152,6 +681215,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -678508,6 +682572,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -678573,6 +682638,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -679837,6 +683903,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -679878,6 +683945,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -679980,6 +684049,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -680021,6 +684091,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -680182,6 +684254,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -680247,6 +684320,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -682278,6 +686352,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -682343,6 +686418,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -683026,6 +687102,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -683091,6 +687168,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -694614,6 +698692,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -694679,6 +698758,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -695064,6 +699144,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -695129,6 +699210,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -697216,6 +701298,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -697281,6 +701364,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -697666,6 +701750,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -697731,6 +701816,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -746824,7 +750910,7 @@ paths: tags: - solutions.backupRestoreRoot summary: Delete serviceApp - description: Delete a serviceApp. + description: 'Delete a serviceApp. When this API is called via Microsoft Graph PowerShell, it returns a 403 Forbidden response code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 @@ -758826,6 +762912,8 @@ paths: enum: - id - containers + - containerTypeRegistrations + - containerTypes - deletedContainers type: string - name: $expand @@ -758840,6 +762928,8 @@ paths: enum: - '*' - containers + - containerTypeRegistrations + - containerTypes - deletedContainers type: string responses: @@ -758916,6 +763006,8 @@ paths: enum: - id - id desc + - assignedSensitivityLabel + - assignedSensitivityLabel desc - containerTypeId - containerTypeId desc - createdDateTime @@ -758946,6 +763038,7 @@ paths: items: enum: - id + - assignedSensitivityLabel - containerTypeId - createdDateTime - customProperties @@ -759019,6 +763112,7 @@ paths: tags: - storage.fileStorage summary: Get containers from storage + description: The collection of active fileStorageContainer resources. operationId: storage.fileStorage.GetContainers parameters: - name: fileStorageContainer-id @@ -759039,6 +763133,7 @@ paths: items: enum: - id + - assignedSensitivityLabel - containerTypeId - createdDateTime - customProperties @@ -760970,6 +765065,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -761035,6 +765131,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -761671,6 +765768,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -761736,6 +765834,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -762119,6 +766218,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -762184,6 +766284,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -762582,6 +766683,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -762647,6 +766749,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -762903,12 +767006,769 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /storage/fileStorage/containerTypeRegistrations: + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: List containerTypeRegistrations + description: Get a list of the fileStorageContainerTypeRegistration objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypeRegistrations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - billingClassification + - billingClassification desc + - billingStatus + - billingStatus desc + - etag + - etag desc + - expirationDateTime + - expirationDateTime desc + - name + - name desc + - owningAppId + - owningAppId desc + - registeredDateTime + - registeredDateTime desc + - settings + - settings 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 + - billingClassification + - billingStatus + - etag + - expirationDateTime + - name + - owningAppId + - registeredDateTime + - settings + - applicationPermissionGrants + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - applicationPermissionGrants + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' + 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 containerTypeRegistrations for storage + operationId: storage.fileStorage.CreateContainerTypeRegistrations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}': + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get fileStorageContainerTypeRegistration + description: Read the properties and relationships of a fileStorageContainerTypeRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypeRegistrations + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - billingClassification + - billingStatus + - etag + - expirationDateTime + - name + - owningAppId + - registeredDateTime + - settings + - applicationPermissionGrants + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - applicationPermissionGrants + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Create fileStorageContainerTypeRegistration + description: 'Create or replace a fileStorageContainerTypeRegistration object. This method registers a fileStorageContainerType in the tenant. For standard containers, billing must be valid for the registration to complete successfully. Settings can''t be modified during registration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypeRegistrations + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete fileStorageContainerTypeRegistration + description: Delete a fileStorageContainerTypeRegistration object. A registration can only be deleted if it has neither containers nor deleted containers + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypeRegistrations + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - 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 + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. + get: + tags: + - storage.fileStorage + summary: List applicationPermissionGrants + description: List all app permission grants in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-list-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.ListApplicationPermissionGrants + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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: + - appId + - appId desc + - applicationPermissions + - applicationPermissions desc + - delegatedPermissions + - delegatedPermissions desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - appId + - applicationPermissions + - delegatedPermissions + 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.fileStorageContainerTypeAppPermissionGrantCollectionResponse' + 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 applicationPermissionGrants for storage + operationId: storage.fileStorage.containerTypeRegistrations.CreateApplicationPermissionGrants + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/{fileStorageContainerTypeAppPermissionGrant-appId}': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. + get: + tags: + - storage.fileStorage + summary: Get fileStorageContainerTypeAppPermissionGrant + description: Read a specific app permission grant in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-get?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.GetApplicationPermissionGrants + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId + in: path + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - appId + - applicationPermissions + - delegatedPermissions + 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.fileStorageContainerTypeAppPermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update fileStorageContainerTypeAppPermissionGrant + description: Update the properties of a fileStorageContainerTypeAppPermissionGrant object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-update?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.UpdateApplicationPermissionGrants + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId + in: path + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete fileStorageContainerTypeAppPermissionGrant + description: Delete a fileStorageContainerTypeAppPermissionGrant object in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-delete-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.DeleteApplicationPermissionGrants + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId + in: path + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant + - 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 + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/$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.containerTypeRegistrations.applicationPermissionGrants.GetCount-000d + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/containerTypeRegistrations/$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.containerTypeRegistrations.GetCount-6b6c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/containerTypes: + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: List containerTypes + description: Get a list of the fileStorageContainerType objects and their properties for the current tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - billingClassification + - billingClassification desc + - billingStatus + - billingStatus desc + - createdDateTime + - createdDateTime desc + - etag + - etag desc + - expirationDateTime + - expirationDateTime desc + - name + - name desc + - owningAppId + - owningAppId desc + - settings + - settings 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 + - billingClassification + - billingStatus + - createdDateTime + - etag + - expirationDateTime + - name + - owningAppId + - settings + 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.fileStorageContainerTypeCollectionResponse' + 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 fileStorageContainerType + description: Create a new fileStorageContainerType in the owning tenant. The number of container types in a tenant is limited. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.CreateContainerTypes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/storage/fileStorage/containerTypes/{fileStorageContainerType-id}': + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get fileStorageContainerType + description: Get a fileStorageContainerType using its ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypes + parameters: + - name: fileStorageContainerType-id + in: path + description: The unique identifier of fileStorageContainerType + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerType + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - billingClassification + - billingStatus + - createdDateTime + - etag + - expirationDateTime + - name + - owningAppId + - settings + 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.fileStorageContainerType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update fileStorageContainerType + description: 'Update the properties of a fileStorageContainerType object. The properties updated are reflected in each registered fileStorageContainerTypeRegistration in a maximum of 24 hours. Settings overridden in a tenant aren''t updated. ETag is used for optimistic concurrency control. It must match the value from Create, Get or the previous Update.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-update?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypes + parameters: + - name: fileStorageContainerType-id + in: path + description: The unique identifier of fileStorageContainerType + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerType + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete fileStorageContainerType + description: Delete a fileStorageContainerType object from the tenant. A fileStorageContainerType can only be deleted if no registrations are associated with it in any tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypes + parameters: + - name: fileStorageContainerType-id + in: path + description: The unique identifier of fileStorageContainerType + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerType + - 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 + /storage/fileStorage/containerTypes/$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.containerTypes.GetCount-4de4 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /storage/fileStorage/deletedContainers: description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. operationId: storage.fileStorage.ListDeletedContainers parameters: - $ref: '#/components/parameters/top' @@ -762928,6 +767788,8 @@ paths: enum: - id - id desc + - assignedSensitivityLabel + - assignedSensitivityLabel desc - containerTypeId - containerTypeId desc - createdDateTime @@ -762958,6 +767820,7 @@ paths: items: enum: - id + - assignedSensitivityLabel - containerTypeId - createdDateTime - customProperties @@ -763027,6 +767890,7 @@ paths: tags: - storage.fileStorage summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. operationId: storage.fileStorage.GetDeletedContainers parameters: - name: fileStorageContainer-id @@ -763047,6 +767911,7 @@ paths: items: enum: - id + - assignedSensitivityLabel - containerTypeId - createdDateTime - customProperties @@ -764978,6 +769843,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -765043,6 +769909,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -765676,6 +770543,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -765741,6 +770609,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -766124,6 +770993,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -766189,6 +771059,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -766587,6 +771458,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -766652,6 +771524,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -794019,6 +798892,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -794084,6 +798958,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -794282,6 +799157,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -794347,6 +799223,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -795287,6 +800164,1562 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/users/{user-id}/drives/{drive-id}/microsoft.graph.recent()' + '/users/{user-id}/adhocCalls': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.ListAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - recordings + - transcripts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - recordings + - transcripts + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to adhocCalls for users + operationId: users.CreateAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.GetAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - recordings + - transcripts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - recordings + - transcripts + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property adhocCalls in users + operationId: users.UpdateAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property adhocCalls for users + operationId: users.DeleteAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - 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 + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + operationId: users.adhocCalls.ListRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl 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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to recordings for users + operationId: users.adhocCalls.CreateRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property recordings in users + operationId: users.adhocCalls.UpdateRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property recordings for users + operationId: users.adhocCalls.DeleteRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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 + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.UpdateRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.DeleteRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.recordings.GetCount-07d8 + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.recordings.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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + 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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + 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: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 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}/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}/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}/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + operationId: users.adhocCalls.ListTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl 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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to transcripts for users + operationId: users.adhocCalls.CreateTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property transcripts in users + operationId: users.adhocCalls.UpdateTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property transcripts for users + operationId: users.adhocCalls.DeleteTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - 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 + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscriptsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get metadataContent for the navigation property transcripts from users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.transcripts.GetCount-a77e + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.transcripts.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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + 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 + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + 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: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 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}/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}/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}/adhocCalls/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.GetCount-0e82 + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/users/{user-id}/agreementAcceptances': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: @@ -799578,6 +806011,8 @@ paths: 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/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()' @@ -801203,6 +807638,8 @@ paths: 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/microsoft.graph.delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -801890,6 +808327,8 @@ paths: 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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -803484,6 +809923,8 @@ paths: 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()' @@ -805389,6 +811830,8 @@ paths: 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()' @@ -806216,6 +812659,8 @@ paths: 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()' @@ -807578,6 +814023,8 @@ paths: 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()' @@ -809343,6 +815790,8 @@ paths: 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()' @@ -810100,6 +816549,8 @@ paths: 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()' @@ -810797,6 +817248,8 @@ paths: 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()' @@ -814565,6 +821018,8 @@ paths: 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()' @@ -814794,6 +821249,8 @@ paths: 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()' @@ -817266,6 +823723,56 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - users.cloudPC + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.reprovision + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -817359,6 +823866,45 @@ paths: - '/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.restore' - '/users/{user-id}/microsoft.graph.restore' + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - users.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -819337,6 +825883,8 @@ paths: 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()' @@ -819564,6 +826112,8 @@ paths: 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()' @@ -820875,6 +827425,8 @@ paths: 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()' @@ -821081,6 +827633,8 @@ paths: 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()' @@ -822255,6 +828809,8 @@ paths: 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()' @@ -823302,6 +829858,8 @@ paths: - description desc - displayName - displayName desc + - hasProtection + - hasProtection desc - isDefault - isDefault desc - isEndpointProtectionEnabled @@ -823332,6 +829890,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -823432,6 +829991,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -823638,6 +830198,8 @@ paths: - description desc - displayName - displayName desc + - hasProtection + - hasProtection desc - isDefault - isDefault desc - isEndpointProtectionEnabled @@ -823668,6 +830230,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -823782,6 +830345,7 @@ paths: - autoTooltip - description - displayName + - hasProtection - isDefault - isEndpointProtectionEnabled - isScopedToUser @@ -826036,6 +832600,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -826101,6 +832666,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -829426,6 +835992,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -829491,6 +836058,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -829912,6 +836480,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -829977,6 +836546,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -830328,6 +836898,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -830640,6 +837211,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -830705,6 +837277,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -832105,6 +838678,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -832170,6 +838744,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -834002,6 +840577,8 @@ paths: 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()' @@ -834263,6 +840840,8 @@ paths: 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()' @@ -837390,6 +843969,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -837455,6 +844035,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -840884,6 +847465,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -840949,6 +847531,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -841368,6 +847951,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -841392,6 +847977,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -841517,6 +848103,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -841827,6 +848414,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -841892,6 +848480,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -843292,6 +849881,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -843357,6 +849947,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -844644,6 +851235,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -844685,6 +851277,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -844730,6 +851324,8 @@ paths: 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()' @@ -844824,6 +851420,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -844865,6 +851462,8 @@ paths: - webUrl desc - contentType - contentType desc + - deleted + - deleted desc - sharepointIds - sharepointIds desc type: string @@ -844910,6 +851509,8 @@ paths: 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()' @@ -845063,6 +851664,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -845128,6 +851730,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -846292,6 +852895,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -846700,6 +853309,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -848813,6 +855428,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -848878,6 +855494,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -849264,6 +855881,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -849329,6 +855947,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -849645,6 +856264,7 @@ paths: - parentReference - webUrl - contentType + - deleted - sharepointIds - createdByUser - lastModifiedByUser @@ -849929,6 +856549,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -849994,6 +856615,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -851240,6 +857862,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -851305,6 +857928,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -852969,6 +859593,8 @@ paths: 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()' @@ -853223,6 +859849,8 @@ paths: 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()' @@ -857099,6 +863727,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -857164,6 +863793,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -859339,6 +865969,8 @@ paths: 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()' @@ -860026,6 +866658,8 @@ paths: 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()' @@ -866893,6 +873527,8 @@ paths: 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()' @@ -867136,6 +873772,8 @@ paths: 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()' @@ -875027,6 +881665,8 @@ paths: 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()' @@ -875256,6 +881896,8 @@ paths: 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()' @@ -884863,7 +891505,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -885058,6 +891700,8 @@ paths: 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()' @@ -885423,6 +892067,8 @@ paths: 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()' @@ -887627,7 +894273,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -887815,6 +894461,8 @@ paths: 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()' @@ -888145,6 +894793,8 @@ paths: 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()' @@ -890913,6 +897563,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -890978,6 +897629,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -894024,7 +900676,7 @@ paths: tags: - users.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -894205,6 +900857,8 @@ paths: 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()' @@ -906490,6 +913144,8 @@ paths: 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()' @@ -907211,6 +913867,8 @@ paths: 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()' @@ -916238,6 +922896,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.ListWindows parameters: - name: user-id @@ -916345,6 +923004,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.GetWindows parameters: - name: user-id @@ -921270,6 +927930,8 @@ paths: 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()' @@ -921431,6 +928093,8 @@ paths: 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()' @@ -922301,6 +928965,7 @@ paths: - userPrincipalName - userType - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -922537,6 +929202,7 @@ paths: enum: - '*' - activities + - adhocCalls - agreementAcceptances - appRoleAssignments - authentication @@ -922613,6 +929279,8 @@ paths: 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()' @@ -924111,6 +930779,24 @@ components: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: addLargeGalleryViewOperation type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true microsoft.graph.admin: title: admin type: object @@ -924497,6 +931183,17 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: aiInteractionHistory type: object + microsoft.graph.aiOnlineMeeting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: aiOnlineMeeting + type: object + properties: + aiInsights: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + x-ms-navigationProperty: true microsoft.graph.aiUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -924509,6 +931206,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + onlineMeetings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + x-ms-navigationProperty: true microsoft.graph.akamaiWebApplicationFirewallProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' @@ -928065,6 +934767,41 @@ components: items: $ref: '#/components/schemas/microsoft.graph.participant' x-ms-navigationProperty: true + microsoft.graph.callAiInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callAiInsight + type: object + properties: + actionItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + callId: + type: string + nullable: true + contentCorrelationId: + type: string + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + meetingNotes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' + viewpoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.callAiInsightViewPoint' + - type: object + nullable: true microsoft.graph.callEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -928757,6 +935494,11 @@ components: title: cloudCommunications type: object properties: + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + x-ms-navigationProperty: true callRecords: type: array items: @@ -929182,6 +935924,11 @@ components: $ref: '#/components/schemas/microsoft.graph.user' description: 'The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.' x-ms-navigationProperty: true + microsoft.graph.cloudPcReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcReport + type: object microsoft.graph.cloudPcUserSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -930945,7 +937692,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Desks that are taken down for maintenance or marked as not reservable.' microsoft.graph.detectedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -936199,11 +942946,25 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of active fileStorageContainer resources. + x-ms-navigationProperty: true + containerTypeRegistrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + description: The collection of fileStorageContainerTypeRegistration resources. + x-ms-navigationProperty: true + containerTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + description: The collection of fileStorageContainerType resources. x-ms-navigationProperty: true deletedContainers: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of deleted fileStorageContainer resources. x-ms-navigationProperty: true microsoft.graph.fileStorageContainer: allOf: @@ -936211,6 +942972,12 @@ components: - title: fileStorageContainer type: object properties: + assignedSensitivityLabel: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.assignedLabel' + - type: object + nullable: true + description: Sensitivity label assigned to the fileStorageContainer. Read-write. containerTypeId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string @@ -936285,6 +943052,101 @@ components: nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true + microsoft.graph.fileStorageContainerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerType + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + 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 creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerType. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. + format: uuid + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettings' + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + title: fileStorageContainerTypeAppPermissionGrant + type: object + properties: + appId: + type: string + description: Application ID to which to set permissions. + applicationPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use delegated tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + delegatedPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use application tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + microsoft.graph.fileStorageContainerTypeRegistration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerTypeRegistration + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerTypeRegistration. Read-only. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. Read-only. + format: uuid + registeredDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The registration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationSettings' + applicationPermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + description: Access privileges of applications on containers. + x-ms-navigationProperty: true microsoft.graph.filterOperatorSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -938916,6 +945778,12 @@ components: - type: object nullable: true description: The content type of this list item + deleted: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deleted' + - type: object + nullable: true + description: 'If present in the result of a delta enumeration, indicates that the item was deleted. Read-only.' sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' @@ -947364,6 +954232,9 @@ components: displayName: type: string nullable: true + hasProtection: + type: boolean + nullable: true isDefault: type: boolean nullable: true @@ -952728,6 +959599,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -954604,6 +961481,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsSetting' + description: The Windows settings of the user stored in the cloud. x-ms-navigationProperty: true microsoft.graph.userSignInInsight: allOf: @@ -954728,6 +961606,13 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' description: A collection of Cloud PC provisioning policies. x-ms-navigationProperty: true + report: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcReport' + - type: object + nullable: true + description: Cloud PC-related reports. Read-only. + x-ms-navigationProperty: true userSettings: type: array items: @@ -959120,7 +966005,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable.' nickname: type: string description: 'A short, friendly name for the workspace, often used for easier identification or display in the UI.' @@ -959798,6 +966683,19 @@ components: - type: object nullable: true description: 'The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.' + microsoft.graph.actionItem: + title: actionItem + type: object + properties: + ownerDisplayName: + type: string + nullable: true + text: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.actionResultPart: title: actionResultPart type: object @@ -962172,6 +969070,14 @@ components: - $ref: '#/components/schemas/microsoft.graph.calendarSharingActionImportance' - type: object nullable: true + microsoft.graph.callAiInsightViewPoint: + title: callAiInsightViewPoint + type: object + properties: + mentionEvents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' microsoft.graph.callEndedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -963183,6 +970089,27 @@ components: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' nullable: true + microsoft.graph.cloudPcLaunchDetail: + title: cloudPcLaunchDetail + type: object + properties: + cloudPcId: + type: string + description: The unique identifier of the Cloud PC. + cloudPcLaunchUrl: + type: string + description: The connect URL of the Cloud PC. + nullable: true + windows365SwitchCompatibilityFailureReasonType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windows365SwitchCompatibilityFailureReasonType' + - type: object + nullable: true + description: 'Indicates the reason the Cloud PC isn''t compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality.' + windows365SwitchCompatible: + type: boolean + description: 'Indicates whether the Cloud PC supports switch functionality. If the value is true, it supports switch functionality; otherwise, false.' + nullable: true microsoft.graph.cloudPcManagementAssignmentTarget: title: cloudPcManagementAssignmentTarget type: object @@ -966693,6 +973620,92 @@ components: description: The maximum major versions allowed for items in the container. Optional. Read-write. format: int32 nullable: true + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + title: fileStorageContainerTypeRegistrationSettings + type: object + properties: + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true + microsoft.graph.fileStorageContainerTypeSettings: + title: fileStorageContainerTypeSettings + type: object + properties: + consumingTenantOverridables: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettingsOverride' + - type: object + nullable: true + description: 'A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue.' + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true microsoft.graph.fileStorageContainerViewpoint: title: fileStorageContainerViewpoint type: object @@ -968679,6 +975692,30 @@ components: microsoft.graph.meetingInfo: title: meetingInfo type: object + microsoft.graph.meetingNote: + title: meetingNote + type: object + properties: + subpoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' + text: + type: string + nullable: true + title: + type: string + nullable: true + microsoft.graph.meetingNoteSubpoint: + title: meetingNoteSubpoint + type: object + properties: + text: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.meetingParticipantInfo: title: meetingParticipantInfo type: object @@ -968876,6 +975913,23 @@ components: items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: The identities of the users mentioned in this action. + microsoft.graph.mentionEvent: + title: mentionEvent + type: object + properties: + eventDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + speaker: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + transcriptUtterance: + type: string + nullable: true microsoft.graph.messagePinnedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -973229,7 +980283,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: Total number of artifacts restored. + description: Total number of mailbox items that can be restored for a granular restore session. format: int32 nullable: true restorePoint: @@ -980869,6 +987923,13 @@ components: - azureADJoin - unknownFutureValue type: string + microsoft.graph.cloudPcOperatingSystem: + title: cloudPcOperatingSystem + enum: + - windows10 + - windows11 + - unknownFutureValue + type: string microsoft.graph.cloudPcProvisioningPolicyImageType: title: cloudPcProvisioningPolicyImageType enum: @@ -980883,6 +987944,12 @@ components: - shared - unknownFutureValue type: string + microsoft.graph.cloudPcRecommendationReportType: + title: cloudPcRecommendationReportType + enum: + - cloudPcUsageCategoryReport + - unknownFutureValue + type: string microsoft.graph.cloudPcRegionGroup: title: cloudPcRegionGroup enum: @@ -980919,6 +987986,13 @@ components: - twentyFourHours - unknownFutureValue type: string + microsoft.graph.cloudPcUserAccountType: + title: cloudPcUserAccountType + enum: + - standardUser + - administrator + - unknownFutureValue + type: string microsoft.graph.coachmarkLocationType: title: coachmarkLocationType enum: @@ -982864,6 +989938,21 @@ components: - ctph - unknownFutureValue type: string + microsoft.graph.fileStorageContainerBillingClassification: + title: fileStorageContainerBillingClassification + enum: + - standard + - trial + - directToCustomer + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerBillingStatus: + title: fileStorageContainerBillingStatus + enum: + - invalid + - valid + - unknownFutureValue + type: string microsoft.graph.fileStorageContainerStatus: title: fileStorageContainerStatus enum: @@ -982871,6 +989960,39 @@ components: - active - unknownFutureValue type: string + microsoft.graph.fileStorageContainerTypeAppPermission: + title: fileStorageContainerTypeAppPermission + enum: + - none + - readContent + - writeContent + - manageContent + - create + - delete + - read + - write + - enumeratePermissions + - addPermissions + - updatePermissions + - deletePermissions + - deleteOwnPermission + - managePermissions + - full + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerTypeSettingsOverride: + title: fileStorageContainerTypeSettingsOverride + enum: + - urlTemplate + - isDiscoverabilityEnabled + - isSearchEnabled + - isItemVersioningEnabled + - itemMajorVersionLimit + - maxStoragePerContainerInBytes + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.filterMode: title: filterMode enum: @@ -989005,6 +996127,13 @@ components: - value: windows10ProfessionalWorkstationN description: Windows 10 Professional for Workstations N name: windows10ProfessionalWorkstationN + microsoft.graph.windows365SwitchCompatibilityFailureReasonType: + title: windows365SwitchCompatibilityFailureReasonType + enum: + - osVersionNotSupported + - hardwareNotSupported + - unknownFutureValue + type: string microsoft.graph.windowsArchitecture: title: windowsArchitecture enum: @@ -996528,7 +1003657,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.defenderAvStatus' - type: object nullable: true - description: 'State of the Defender AntiMalware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' + description: 'State of the Defender anti-malware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' deviceDnsName: type: string description: The fully qualified domain name (FQDN) for the device. @@ -997592,25 +1004721,31 @@ components: properties: configurationId: type: string + description: The unique identifier of the mailbox configuration. nullable: true configurationType: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.mailboxConfigurationType' - type: object nullable: true + description: 'The type of mailbox configuration. The possible values are: mailForwardingRule, owaSettings, ewsSettings, mailDelegation, userInboxRule, unknownFutureValue.' displayName: type: string + description: The display name of the mailbox. nullable: true externalDirectoryObjectId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string + description: The external directory object identifier of the mailbox. format: uuid nullable: true mailboxPrimaryAddress: type: string + description: The primary email address of the mailbox. nullable: true upn: type: string + description: The user principal name (UPN) of the mailbox. nullable: true microsoft.graph.security.mailboxEvidence: allOf: @@ -1000261,6 +1007396,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentActivity' + microsoft.graph.callRecordingCollectionResponse: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + microsoft.graph.callTranscriptCollectionResponse: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' microsoft.graph.extensionCollectionResponse: title: Collection of extension type: object @@ -1000294,6 +1007451,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' + microsoft.graph.callAiInsightCollectionResponse: + title: Collection of callAiInsight + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + microsoft.graph.aiOnlineMeetingCollectionResponse: + title: Collection of aiOnlineMeeting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: title: Collection of deviceCompliancePolicyAssignment type: object @@ -1001449,6 +1008628,17 @@ 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 @@ -1002978,6 +1010168,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + title: Collection of fileStorageContainerTypeRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + microsoft.graph.fileStorageContainerTypeCollectionResponse: + title: Collection of fileStorageContainerType + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' microsoft.graph.sharePointMigrationJobCollectionResponse: title: Collection of sharePointMigrationJob type: object @@ -1002989,6 +1010201,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' microsoft.graph.appRoleAssignmentCollectionResponse: title: Collection of appRoleAssignment type: object @@ -1003660,28 +1010883,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - microsoft.graph.callRecordingCollectionResponse: - title: Collection of callRecording - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callRecording' - microsoft.graph.callTranscriptCollectionResponse: - title: Collection of callTranscript - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callTranscript' microsoft.graph.organizationalBrandingLocalizationCollectionResponse: title: Collection of organizationalBrandingLocalization type: object @@ -1009237,6 +1016438,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' + microsoft.graph.actionItemCollectionResponse: + title: Collection of microsoft.graph.actionItem + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + microsoft.graph.meetingNoteCollectionResponse: + title: Collection of microsoft.graph.meetingNote + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' microsoft.graph.certificateAuthorityCollectionResponse: title: Collection of microsoft.graph.certificateAuthority type: object @@ -1010557,6 +1017780,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRange' + microsoft.graph.mentionEventCollectionResponse: + title: Collection of microsoft.graph.mentionEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' microsoft.graph.callParticipantInfoCollectionResponse: title: Collection of microsoft.graph.callParticipantInfo type: object @@ -1010854,6 +1018088,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.locationConstraintItem' + microsoft.graph.meetingNoteSubpointCollectionResponse: + title: Collection of microsoft.graph.meetingNoteSubpoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' microsoft.graph.meetingParticipantInfoCollectionResponse: title: Collection of microsoft.graph.meetingParticipantInfo type: object @@ -1012420,6 +1019665,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentActivityCollectionResponse' + microsoft.graph.callRecordingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' + microsoft.graph.callTranscriptCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.extensionCollectionResponse: description: Retrieved collection content: @@ -1012438,6 +1019695,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersionCollectionResponse' + microsoft.graph.callAiInsightCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsightCollectionResponse' + microsoft.graph.aiOnlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeetingCollectionResponse' microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: description: Retrieved collection content: @@ -1013068,6 +1020337,12 @@ 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: @@ -1013902,12 +1021177,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainerCollectionResponse' + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' + microsoft.graph.fileStorageContainerTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeCollectionResponse' microsoft.graph.sharePointMigrationJobCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.appRoleAssignmentCollectionResponse: description: Retrieved collection content: @@ -1014274,18 +1021567,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReportCollectionResponse' - microsoft.graph.callRecordingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' - microsoft.graph.callTranscriptCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.organizationalBrandingLocalizationCollectionResponse: description: Retrieved collection content: @@ -1017316,6 +1024597,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfoCollectionResponse' + microsoft.graph.actionItemCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.actionItemCollectionResponse' + microsoft.graph.meetingNoteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteCollectionResponse' microsoft.graph.certificateAuthorityCollectionResponse: description: Retrieved collection content: @@ -1018036,6 +1025329,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRangeCollectionResponse' + microsoft.graph.mentionEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mentionEventCollectionResponse' microsoft.graph.callParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -1018198,6 +1025497,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationConstraintItemCollectionResponse' + microsoft.graph.meetingNoteSubpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpointCollectionResponse' microsoft.graph.meetingParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -1019413,6 +1026718,12 @@ components: '@odata.type': microsoft.graph.status userTimezone: String microsoft.graph.addLargeGalleryViewOperation: { } + microsoft.graph.adhocCall: + value: + recordings: + - '@odata.type': microsoft.graph.callRecording + transcripts: + - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: edge: @@ -1019531,10 +1026842,16 @@ components: requestId: String sessionId: String microsoft.graph.aiInteractionHistory: { } + microsoft.graph.aiOnlineMeeting: + value: + aiInsights: + - '@odata.type': microsoft.graph.callAiInsight microsoft.graph.aiUser: value: interactionHistory: '@odata.type': microsoft.graph.aiInteractionHistory + onlineMeetings: + - '@odata.type': microsoft.graph.aiOnlineMeeting microsoft.graph.akamaiWebApplicationFirewallProvider: value: accessToken: String @@ -1020617,6 +1027934,18 @@ components: '@odata.type': microsoft.graph.toneInfo transcription: '@odata.type': microsoft.graph.callTranscriptionInfo + microsoft.graph.callAiInsight: + value: + actionItems: + - '@odata.type': microsoft.graph.actionItem + callId: String + contentCorrelationId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + meetingNotes: + - '@odata.type': microsoft.graph.meetingNote + viewpoint: + '@odata.type': microsoft.graph.callAiInsightViewPoint microsoft.graph.callEvent: value: callEventType: @@ -1020820,6 +1028149,8 @@ components: - '@odata.type': microsoft.graph.cloudClipboardItem microsoft.graph.cloudCommunications: value: + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall callRecords: - '@odata.type': microsoft.graph.callRecords.callRecord calls: @@ -1020949,6 +1028280,7 @@ components: - '@odata.type': microsoft.graph.user target: '@odata.type': microsoft.graph.cloudPcManagementAssignmentTarget + microsoft.graph.cloudPcReport: { } microsoft.graph.cloudPcUserSetting: value: assignments: @@ -1023061,10 +1030393,16 @@ components: value: containers: - '@odata.type': microsoft.graph.fileStorageContainer + containerTypeRegistrations: + - '@odata.type': microsoft.graph.fileStorageContainerTypeRegistration + containerTypes: + - '@odata.type': microsoft.graph.fileStorageContainerType deletedContainers: - '@odata.type': microsoft.graph.fileStorageContainer microsoft.graph.fileStorageContainer: value: + assignedSensitivityLabel: + '@odata.type': microsoft.graph.assignedLabel columns: - '@odata.type': microsoft.graph.columnDefinition containerTypeId: 00000000-0000-0000-0000-000000000000 @@ -1023089,6 +1030427,41 @@ components: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: '@odata.type': microsoft.graph.fileStorageContainerViewpoint + microsoft.graph.fileStorageContainerType: + value: + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettings + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + value: + appId: String (identifier) + applicationPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + delegatedPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + microsoft.graph.fileStorageContainerTypeRegistration: + value: + applicationPermissionGrants: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermissionGrant + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + registeredDateTime: '0001-01-01T00:00:00.0000000+00:00' + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeRegistrationSettings microsoft.graph.filterOperatorSchema: value: arity: @@ -1023894,6 +1031267,8 @@ components: '@odata.type': microsoft.graph.itemAnalytics contentType: '@odata.type': microsoft.graph.contentTypeInfo + deleted: + '@odata.type': microsoft.graph.deleted documentSetVersions: - '@odata.type': microsoft.graph.documentSetVersion driveItem: @@ -1026386,6 +1033761,7 @@ components: autoTooltip: String description: String displayName: String + hasProtection: 'true' isDefault: 'true' isEndpointProtectionEnabled: 'true' isScopedToUser: 'true' @@ -1027860,6 +1035236,8 @@ components: accountEnabled: 'true' activities: - '@odata.type': microsoft.graph.userActivity + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall ageGroup: String agreementAcceptances: - '@odata.type': microsoft.graph.agreementAcceptance @@ -1028463,6 +1035841,8 @@ components: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnection provisioningPolicies: - '@odata.type': microsoft.graph.cloudPcProvisioningPolicy + report: + '@odata.type': microsoft.graph.cloudPcReport userSettings: - '@odata.type': microsoft.graph.cloudPcUserSetting microsoft.graph.virtualEvent: @@ -1030006,6 +1037386,11 @@ components: value: type: '@odata.type': microsoft.graph.accountTargetContentType + microsoft.graph.actionItem: + value: + ownerDisplayName: String + text: String + title: String microsoft.graph.actionResultPart: value: error: @@ -1030798,6 +1038183,10 @@ components: '@odata.type': microsoft.graph.calendarSharingActionType importance: '@odata.type': microsoft.graph.calendarSharingActionImportance + microsoft.graph.callAiInsightViewPoint: + value: + mentionEvents: + - '@odata.type': microsoft.graph.mentionEvent microsoft.graph.callEndedEventMessageDetail: value: callDuration: Duration @@ -1031124,6 +1038513,13 @@ components: regionGroup: '@odata.type': microsoft.graph.cloudPcRegionGroup regionName: String + microsoft.graph.cloudPcLaunchDetail: + value: + cloudPcId: String + cloudPcLaunchUrl: String + windows365SwitchCompatibilityFailureReasonType: + '@odata.type': microsoft.graph.windows365SwitchCompatibilityFailureReasonType + windows365SwitchCompatible: 'true' microsoft.graph.cloudPcManagementAssignmentTarget: { } microsoft.graph.cloudPcManagementGroupAssignmentTarget: value: @@ -1032233,6 +1039629,30 @@ components: isItemVersioningEnabled: 'true' isOcrEnabled: 'true' itemMajorVersionLimit: '0' + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + value: + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String + microsoft.graph.fileStorageContainerTypeSettings: + value: + consumingTenantOverridables: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettingsOverride + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String microsoft.graph.fileStorageContainerViewpoint: value: effectiveRole: String @@ -1032885,6 +1040305,16 @@ components: serverMuted: 'true' sourceId: String microsoft.graph.meetingInfo: { } + microsoft.graph.meetingNote: + value: + subpoints: + - '@odata.type': microsoft.graph.meetingNoteSubpoint + text: String + title: String + microsoft.graph.meetingNoteSubpoint: + value: + text: String + title: String microsoft.graph.meetingParticipantInfo: value: identity: @@ -1032951,6 +1040381,12 @@ components: value: mentionees: - '@odata.type': microsoft.graph.identitySet + microsoft.graph.mentionEvent: + value: + eventDateTime: '0001-01-01T00:00:00.0000000+00:00' + speaker: + '@odata.type': microsoft.graph.identitySet + transcriptUtterance: String microsoft.graph.messagePinnedEventMessageDetail: value: eventDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1038906,6 +1046342,8 @@ tags: x-ms-docs-toc-type: container - name: communications.cloudCommunications x-ms-docs-toc-type: page + - name: communications.adhocCall + x-ms-docs-toc-type: page - name: communications.callRecord x-ms-docs-toc-type: page - name: communications.call @@ -1039346,6 +1046784,8 @@ tags: x-ms-docs-toc-type: page - name: me.userActivity x-ms-docs-toc-type: page + - name: me.adhocCall + x-ms-docs-toc-type: page - name: me.agreementAcceptance x-ms-docs-toc-type: page - name: me.appRoleAssignment @@ -1039750,6 +1047190,8 @@ tags: x-ms-docs-toc-type: page - name: users.userActivity x-ms-docs-toc-type: page + - name: users.adhocCall + x-ms-docs-toc-type: page - name: users.agreementAcceptance x-ms-docs-toc-type: page - name: users.appRoleAssignment diff --git a/openapi/v1.0/openapi.yaml b/openapi/v1.0/openapi.yaml index 8f3f5b96..e8517974 100644 --- a/openapi/v1.0/openapi.yaml +++ b/openapi/v1.0/openapi.yaml @@ -16793,6 +16793,1005 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /communications/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.ListAdhocCalls + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to adhocCalls for communications + operationId: communications.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.GetAdhocCalls + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property adhocCalls in communications + operationId: communications.UpdateAdhocCalls + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property adhocCalls for communications + operationId: communications.DeleteAdhocCalls + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/communications/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.ListRecordings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to recordings for communications + operationId: communications.adhocCalls.CreateRecordings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.GetRecordings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property recordings in communications + operationId: communications.adhocCalls.UpdateRecordings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property recordings for communications + operationId: communications.adhocCalls.DeleteRecordings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property recordings from communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.GetRecordingsContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.UpdateRecordingsContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.DeleteRecordingsContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + '/communications/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.recordings.GetCount-6c48 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/communications/adhocCalls/{adhocCall-id}/recordings/delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.recordings.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 callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/transcripts/delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + '/communications/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.ListTranscripts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to transcripts for communications + operationId: communications.adhocCalls.CreateTranscripts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.GetTranscripts + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property transcripts in communications + operationId: communications.adhocCalls.UpdateTranscripts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property transcripts for communications + operationId: communications.adhocCalls.DeleteTranscripts + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property transcripts from communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get metadataContent for the navigation property transcripts from communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsMetadataContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsMetadataContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/communications/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.transcripts.GetCount-c91e + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/communications/adhocCalls/{adhocCall-id}/transcripts/delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.transcripts.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 callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + /communications/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.GetCount-c122 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' /communications/callRecords: description: Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity. get: @@ -23673,6 +24672,8 @@ paths: type: string x-ms-docs-key-type: onlineMeeting x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. @@ -24115,6 +25116,8 @@ paths: type: string x-ms-docs-key-type: onlineMeeting x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. @@ -29951,6 +30954,139 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotReportRoot + summary: Update the navigation property reports in copilot + operationId: copilot.UpdateReports + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotReportRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotReportRoot' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotReportRoot + summary: Delete navigation property reports for copilot + operationId: copilot.DeleteReports + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/reports/getMicrosoft365CopilotUsageUserDetail(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUsageUserDetail method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUsageUserDetail + operationId: copilot.reports.getMicrosoft365CopilotUsageUserDetail + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + '/copilot/reports/getMicrosoft365CopilotUserCountSummary(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountSummary method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountSummary + operationId: copilot.reports.getMicrosoft365CopilotUserCountSummary + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + '/copilot/reports/getMicrosoft365CopilotUserCountTrend(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountTrend method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountTrend + operationId: copilot.reports.getMicrosoft365CopilotUserCountTrend + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string /copilot/users: description: Provides operations to manage the users property of the microsoft.graph.copilotRoot entity. get: @@ -30288,31 +31424,13 @@ paths: x-ms-docs-key-type: aiUser x-ms-docs-grouped-path: - /copilot/interactionHistory/getAllEnterpriseInteractions() - /copilot/users/$count: - description: Provides operations to count the resources in the collection. + '/copilot/users/{aiUser-id}/onlineMeetings': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. get: tags: - copilot.aiUser - summary: Get the number of the resource - operationId: copilot.users.GetCount-2ed5 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - /dataPolicyOperations: - description: Provides operations to manage the collection of dataPolicyOperation entities. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get dataPolicyOperation - description: Retrieve the properties of a dataPolicyOperation object. - operationId: dataPolicyOperations.dataPolicyOperation.ListDataPolicyOperation + summary: Get onlineMeetings from copilot + operationId: copilot.users.ListOnlineMeetings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -30351,7 +31469,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.aiOnlineMeetingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -30362,151 +31480,608 @@ paths: x-ms-docs-operation-type: operation post: tags: - - dataPolicyOperations.dataPolicyOperation - summary: Add new entity to dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.CreateDataPolicyOperation - requestBody: - description: New entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - required: true - responses: - 2XX: - description: Created entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/dataPolicyOperations/{dataPolicyOperation-id}': - description: Provides operations to manage the collection of dataPolicyOperation entities. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get dataPolicyOperation - description: Retrieve the properties of a dataPolicyOperation object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 - operationId: dataPolicyOperations.dataPolicyOperation.GetDataPolicyOperation - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Update entity in dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.UpdateDataPolicyOperation + - copilot.aiUser + summary: Create new navigation property to onlineMeetings for copilot + operationId: copilot.users.CreateOnlineMeetings requestBody: - description: New property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Delete entity from dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.DeleteDataPolicyOperation - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: dataPolicyOperation-id + - name: aiUser-id in: path - description: The unique identifier of dataPolicyOperation + description: The unique identifier of aiUser required: true schema: type: string - x-ms-docs-key-type: dataPolicyOperation - /dataPolicyOperations/$count: - description: Provides operations to count the resources in the collection. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get the number of the resource - operationId: dataPolicyOperations.GetCount-b129 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - /deviceAppManagement: - description: Provides operations to manage the deviceAppManagement singleton. + x-ms-docs-key-type: aiUser + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. get: tags: - - deviceAppManagement.deviceAppManagement - summary: Get deviceAppManagement - description: Read properties and relationships of the deviceAppManagement object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 - operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement + - copilot.aiUser + summary: Get onlineMeetings from copilot + operationId: copilot.users.GetOnlineMeetings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property onlineMeetings in copilot + operationId: copilot.users.UpdateOnlineMeetings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property onlineMeetings for copilot + operationId: copilot.users.DeleteOnlineMeetings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.ListAiInsights + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callAiInsightCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.aiUser + summary: Create new navigation property to aiInsights for copilot + operationId: copilot.users.onlineMeetings.CreateAiInsights + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/{callAiInsight-id}': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.GetAiInsights + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property aiInsights in copilot + operationId: copilot.users.onlineMeetings.UpdateAiInsights + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property aiInsights for copilot + operationId: copilot.users.onlineMeetings.DeleteAiInsights + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.aiInsights.GetCount-11ce + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + '/copilot/users/{aiUser-id}/onlineMeetings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.GetCount-e55c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + /copilot/users/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.GetCount-2ed5 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /dataPolicyOperations: + description: Provides operations to manage the collection of dataPolicyOperation entities. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get dataPolicyOperation + description: Retrieve the properties of a dataPolicyOperation object. + operationId: dataPolicyOperations.dataPolicyOperation.ListDataPolicyOperation + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Add new entity to dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.CreateDataPolicyOperation + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + required: true + responses: + 2XX: + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/dataPolicyOperations/{dataPolicyOperation-id}': + description: Provides operations to manage the collection of dataPolicyOperation entities. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get dataPolicyOperation + description: Retrieve the properties of a dataPolicyOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 + operationId: dataPolicyOperations.dataPolicyOperation.GetDataPolicyOperation + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Update entity in dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.UpdateDataPolicyOperation + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Delete entity from dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.DeleteDataPolicyOperation + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: dataPolicyOperation-id + in: path + description: The unique identifier of dataPolicyOperation + required: true + schema: + type: string + x-ms-docs-key-type: dataPolicyOperation + /dataPolicyOperations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get the number of the resource + operationId: dataPolicyOperations.GetCount-b129 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /deviceAppManagement: + description: Provides operations to manage the deviceAppManagement singleton. + get: + tags: + - deviceAppManagement.deviceAppManagement + summary: Get deviceAppManagement + description: Read properties and relationships of the deviceAppManagement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 + operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement parameters: - name: $select in: query @@ -76442,6 +78017,51 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.reprovision + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize': description: Provides operations to call the resize method. post: @@ -76518,6 +78138,40 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -78122,33 +79776,15 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /deviceManagement/virtualEndpoint/userSettings: - description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. + /deviceManagement/virtualEndpoint/report: + description: Provides operations to manage the report property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint - summary: List userSettings - description: Get a list of cloudPcUserSetting objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.ListUserSettings + summary: Get report from deviceManagement + description: Cloud PC-related reports. Read-only. + operationId: deviceManagement.virtualEndpoint.GetReport parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -78171,154 +79807,144 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - deviceManagement.virtualEndpoint - summary: Create cloudPcUserSetting - description: Create a new cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.CreateUserSettings + summary: Update the navigation property report in deviceManagement + operationId: deviceManagement.virtualEndpoint.UpdateReport requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}': - description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. - get: + delete: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPcUserSetting - description: Read the properties and relationships of a cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.GetUserSettings + summary: Delete navigation property report for deviceManagement + operationId: deviceManagement.virtualEndpoint.DeleteReport parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: If-Match + in: header + description: ETag schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + /deviceManagement/virtualEndpoint/report/retrieveCloudPcRecommendationReports: + description: Provides operations to call the retrieveCloudPcRecommendationReports method. + post: tags: - deviceManagement.virtualEndpoint - summary: Update cloudPcUserSetting - description: Update the properties of a cloudPcUserSetting object. + summary: Invoke action retrieveCloudPcRecommendationReports + description: 'Retrieve Cloud PC recommendation reports for usage optimization and cost savings. The usage category report categorizes a Cloud PC as Undersized, Oversized, Rightsized, or Underutilized, and also provides the recommended SKU when the Cloud PC isn''t Rightsized.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.UpdateUserSettings + url: https://learn.microsoft.com/graph/api/cloudpcreport-retrievecloudpcrecommendationreports?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.report.retrieveCloudPcRecommendationReports requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + type: object + properties: + reportType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcRecommendationReportType' + - type: object + nullable: true + filter: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true required: true responses: 2XX: description: Success content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + type: object + properties: + value: + type: string + format: base64url + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + /deviceManagement/virtualEndpoint/userSettings: + description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. + get: tags: - deviceManagement.virtualEndpoint - summary: Delete cloudPcUserSetting - description: Delete a cloudPcUserSetting object. + summary: List userSettings + description: Get a list of cloudPcUserSetting objects and their properties. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.DeleteUserSettings - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments': - description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. - get: - tags: - - deviceManagement.virtualEndpoint - summary: Get assignments from deviceManagement - description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' - operationId: deviceManagement.virtualEndpoint.userSettings.ListAssignments + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.ListUserSettings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -78357,7 +79983,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingAssignmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -78369,14 +79995,18 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to assignments for deviceManagement - operationId: deviceManagement.virtualEndpoint.userSettings.CreateAssignments + summary: Create cloudPcUserSetting + description: Create a new cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.CreateUserSettings requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' required: true responses: 2XX: @@ -78384,28 +80014,210 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}': - description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. + '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}': + description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint - summary: Get assignments from deviceManagement - description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' - operationId: deviceManagement.virtualEndpoint.userSettings.GetAssignments + summary: Get cloudPcUserSetting + description: Read the properties and relationships of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.GetUserSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.virtualEndpoint + summary: Update cloudPcUserSetting + description: Update the properties of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.UpdateUserSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.virtualEndpoint + summary: Delete cloudPcUserSetting + description: Delete a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.DeleteUserSettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments': + description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get assignments from deviceManagement + description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' + operationId: deviceManagement.virtualEndpoint.userSettings.ListAssignments + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingAssignmentCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceManagement.virtualEndpoint + summary: Create new navigation property to assignments for deviceManagement + operationId: deviceManagement.virtualEndpoint.userSettings.CreateAssignments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}': + description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get assignments from deviceManagement + description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' + operationId: deviceManagement.virtualEndpoint.userSettings.GetAssignments parameters: - name: $select in: query @@ -220041,6 +221853,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -220208,6 +222026,12 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -413176,11 +415000,11 @@ paths: patch: tags: - me.userActivity - summary: Delete an activityHistoryItem - description: Delete an existing history item for an existing user activity. + summary: Create or replace an activityHistoryItem + description: Create a new or replace an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems requestBody: description: New navigation property values @@ -413204,7 +415028,11 @@ paths: delete: tags: - me.userActivity - summary: Delete navigation property historyItems for me + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.DeleteHistoryItems parameters: - name: If-Match @@ -413404,17 +415232,14 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /me/agreementAcceptances: - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + /me/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. get: tags: - - me.agreementAcceptance - summary: List agreementAcceptances - description: Allows the signed-in user to retrieve their agreementAcceptance objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 - operationId: me.ListAgreementAcceptances + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.ListAdhocCalls parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -413453,7 +415278,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -413462,14 +415287,38 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/me/agreementAcceptances/{agreementAcceptance-id}': - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + post: + tags: + - me.adhocCall + summary: Create new navigation property to adhocCalls for me + operationId: me.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. get: tags: - - me.agreementAcceptance - summary: Get agreementAcceptances from me - description: The user's terms of use acceptance statuses. Read-only. Nullable. - operationId: me.GetAgreementAcceptances + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.GetAdhocCalls parameters: - name: $select in: query @@ -413497,55 +415346,1095 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + $ref: '#/components/schemas/microsoft.graph.adhocCall' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: agreementAcceptance-id - in: path - description: The unique identifier of agreementAcceptance - required: true - schema: - type: string - x-ms-docs-key-type: agreementAcceptance - /me/agreementAcceptances/$count: - description: Provides operations to count the resources in the collection. - get: + patch: tags: - - me.agreementAcceptance - summary: Get the number of the resource - operationId: me.agreementAcceptances.GetCount-dea5 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - me.adhocCall + summary: Update the navigation property adhocCalls in me + operationId: me.UpdateAdhocCalls + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /me/appRoleAssignments: - description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. - get: + x-ms-docs-operation-type: operation + delete: tags: - - me.appRoleAssignment - summary: Get appRoleAssignments from me - description: Represents the app roles a user is granted for an application. Supports $expand. - operationId: me.ListAppRoleAssignments + - me.adhocCall + summary: Delete navigation property adhocCalls for me + operationId: me.DeleteAdhocCalls parameters: - - name: ConsistencyLevel + - name: If-Match in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + description: ETag schema: type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/me/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.ListRecordings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to recordings for me + operationId: me.adhocCalls.CreateRecordings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/me/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.GetRecordings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property recordings in me + operationId: me.adhocCalls.UpdateRecordings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property recordings for me + operationId: me.adhocCalls.DeleteRecordings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + '/me/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property recordings from me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.GetRecordingsContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.UpdateRecordingsContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.DeleteRecordingsContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + '/me/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.recordings.GetCount-3fba + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/me/adhocCalls/{adhocCall-id}/recordings/delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.recordings.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 callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' + - /me/calendar/calendarView/delta() + - '/me/calendar/events/{event-id}/instances/delta()' + - /me/calendar/events/delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/me/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendars/{calendar-id}/events/delta()' + - /me/calendarView/delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/chats/{chat-id}/messages/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/delta()' + - /me/contactFolders/delta() + - /me/contacts/delta() + - '/me/events/{event-id}/instances/delta()' + - /me/events/delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/me/mailFolders/{mailFolder-id}/messages/delta()' + - /me/mailFolders/delta() + - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' + - /me/todo/lists/delta() + '/me/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.ListTranscripts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to transcripts for me + operationId: me.adhocCalls.CreateTranscripts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.GetTranscripts + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property transcripts in me + operationId: me.adhocCalls.UpdateTranscripts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property transcripts for me + operationId: me.adhocCalls.DeleteTranscripts + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property transcripts from me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get metadataContent for the navigation property transcripts from me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsMetadataContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsMetadataContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/me/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.transcripts.GetCount-d441 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/me/adhocCalls/{adhocCall-id}/transcripts/delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.transcripts.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 callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - /me/calendar/calendarView/delta() + - '/me/calendar/events/{event-id}/instances/delta()' + - /me/calendar/events/delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/me/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendars/{calendar-id}/events/delta()' + - /me/calendarView/delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/chats/{chat-id}/messages/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/delta()' + - /me/contactFolders/delta() + - /me/contacts/delta() + - '/me/events/{event-id}/instances/delta()' + - /me/events/delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/me/mailFolders/{mailFolder-id}/messages/delta()' + - /me/mailFolders/delta() + - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' + - /me/todo/lists/delta() + /me/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.GetCount-906d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /me/agreementAcceptances: + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + get: + tags: + - me.agreementAcceptance + summary: List agreementAcceptances + description: Allows the signed-in user to retrieve their agreementAcceptance objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 + operationId: me.ListAgreementAcceptances + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/me/agreementAcceptances/{agreementAcceptance-id}': + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + get: + tags: + - me.agreementAcceptance + summary: Get agreementAcceptances from me + description: The user's terms of use acceptance statuses. Read-only. Nullable. + operationId: me.GetAgreementAcceptances + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: agreementAcceptance-id + in: path + description: The unique identifier of agreementAcceptance + required: true + schema: + type: string + x-ms-docs-key-type: agreementAcceptance + /me/agreementAcceptances/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.agreementAcceptance + summary: Get the number of the resource + operationId: me.agreementAcceptances.GetCount-dea5 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /me/appRoleAssignments: + description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. + get: + tags: + - me.appRoleAssignment + summary: Get appRoleAssignments from me + description: Represents the app roles a user is granted for an application. Supports $expand. + operationId: me.ListAppRoleAssignments + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -416288,6 +419177,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' @@ -417189,6 +420080,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' @@ -417672,6 +420565,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' @@ -418655,6 +421550,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -419722,6 +422619,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -420347,6 +423246,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -421181,6 +424082,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -422168,6 +425071,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -422723,6 +425628,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -423096,6 +426003,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -425669,6 +428578,8 @@ paths: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -425805,6 +428716,8 @@ paths: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -427565,6 +430478,51 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC + '/me/cloudPCs/{cloudPC-id}/reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - me.cloudPC + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.reprovision + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC '/me/cloudPCs/{cloudPC-id}/resize': description: Provides operations to call the resize method. post: @@ -427643,6 +430601,40 @@ paths: x-ms-docs-key-type: cloudPC x-ms-docs-grouped-path: - /me/restore + '/me/cloudPCs/{cloudPC-id}/retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - me.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC '/me/cloudPCs/{cloudPC-id}/troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -428877,6 +431869,8 @@ paths: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -429060,6 +432054,8 @@ paths: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -429836,6 +432832,8 @@ paths: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -429996,6 +432994,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -430706,6 +433706,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -434828,6 +437830,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -435311,6 +438315,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -439996,6 +443002,8 @@ paths: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -440146,6 +443154,8 @@ paths: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -445668,6 +448678,8 @@ paths: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -445804,6 +448816,8 @@ paths: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -452496,7 +455510,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -452582,6 +455596,8 @@ paths: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -452882,6 +455898,8 @@ paths: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -454510,7 +457528,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -454589,6 +457607,8 @@ paths: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -454852,6 +457872,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -458839,7 +461861,7 @@ paths: tags: - me.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -458910,6 +461932,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -467715,6 +470739,8 @@ paths: type: string x-ms-docs-key-type: onlineMeeting x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -468187,6 +471213,8 @@ paths: type: string x-ms-docs-key-type: onlineMeeting x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -478544,6 +481572,8 @@ paths: type: string x-ms-docs-key-type: todoTaskList x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -478664,6 +481694,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() @@ -535470,7 +538502,7 @@ paths: tags: - security.secureScoreControlProfile summary: Update secureScoreControlProfile - description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote.' + description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as tenantNote.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0 @@ -619992,7 +623024,7 @@ paths: tags: - solutions.backupRestoreRoot summary: Delete serviceApp - description: Delete a serviceApp. + description: 'Delete a serviceApp. When this API is called via Microsoft Graph PowerShell, it returns a 403 Forbidden response code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 @@ -629226,6 +632258,7 @@ paths: tags: - storage.fileStorage summary: Get containers from storage + description: The collection of active fileStorageContainer resources. operationId: storage.fileStorage.GetContainers parameters: - name: $select @@ -631766,13 +634799,17 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /storage/fileStorage/deletedContainers: - description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + /storage/fileStorage/containerTypeRegistrations: + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get deletedContainers from storage - operationId: storage.fileStorage.ListDeletedContainers + summary: List containerTypeRegistrations + description: Get a list of the fileStorageContainerTypeRegistration objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypeRegistrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -631811,7 +634848,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.fileStorageContainerCollectionResponse' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -631823,14 +634860,14 @@ paths: post: tags: - storage.fileStorage - summary: Create new navigation property to deletedContainers for storage - operationId: storage.fileStorage.CreateDeletedContainers + summary: Create new navigation property to containerTypeRegistrations for storage + operationId: storage.fileStorage.CreateContainerTypeRegistrations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' required: true responses: 2XX: @@ -631838,19 +634875,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}': - description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}': + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get deletedContainers from storage - operationId: storage.fileStorage.GetDeletedContainers + summary: Get fileStorageContainerTypeRegistration + description: Read the properties and relationships of a fileStorageContainerTypeRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypeRegistrations parameters: - name: $select in: query @@ -631878,7 +634919,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' 4XX: $ref: '#/components/responses/error' 5XX: @@ -631887,14 +634928,18 @@ paths: patch: tags: - storage.fileStorage - summary: Update the navigation property deletedContainers in storage - operationId: storage.fileStorage.UpdateDeletedContainers + summary: Create fileStorageContainerTypeRegistration + description: 'Create or replace a fileStorageContainerTypeRegistration object. This method registers a fileStorageContainerType in the tenant. For standard containers, billing must be valid for the registration to complete successfully. Settings can''t be modified during registration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypeRegistrations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' required: true responses: 2XX: @@ -631902,7 +634947,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' 4XX: $ref: '#/components/responses/error' 5XX: @@ -631911,8 +634956,12 @@ paths: delete: tags: - storage.fileStorage - summary: Delete navigation property deletedContainers for storage - operationId: storage.fileStorage.DeleteDeletedContainers + summary: Delete fileStorageContainerTypeRegistration + description: Delete a fileStorageContainerTypeRegistration object. A registration can only be deleted if it has neither containers nor deleted containers + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypeRegistrations parameters: - name: If-Match in: header @@ -631928,20 +634977,24 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns': - description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + x-ms-docs-key-type: fileStorageContainerTypeRegistration + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. get: tags: - storage.fileStorage - summary: Get columns from storage - operationId: storage.fileStorage.deletedContainers.ListColumns + summary: List applicationPermissionGrants + description: List all app permission grants in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-list-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.ListApplicationPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -631980,7 +635033,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -631992,14 +635045,14 @@ paths: post: tags: - storage.fileStorage - summary: Create new navigation property to columns for storage - operationId: storage.fileStorage.deletedContainers.CreateColumns + summary: Create new navigation property to applicationPermissionGrants for storage + operationId: storage.fileStorage.containerTypeRegistrations.CreateApplicationPermissionGrants requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' required: true responses: 2XX: @@ -632007,29 +635060,31 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}': - description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + x-ms-docs-key-type: fileStorageContainerTypeRegistration + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/{fileStorageContainerTypeAppPermissionGrant-appId}': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. get: tags: - storage.fileStorage - summary: Get columns from storage - operationId: storage.fileStorage.deletedContainers.GetColumns + summary: Get fileStorageContainerTypeAppPermissionGrant + description: Read a specific app permission grant in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-get?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.GetApplicationPermissionGrants parameters: - name: $select in: query @@ -632057,7 +635112,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: @@ -632066,14 +635121,18 @@ paths: patch: tags: - storage.fileStorage - summary: Update the navigation property columns in storage - operationId: storage.fileStorage.deletedContainers.UpdateColumns + summary: Update fileStorageContainerTypeAppPermissionGrant + description: Update the properties of a fileStorageContainerTypeAppPermissionGrant object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-update?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.UpdateApplicationPermissionGrants requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' required: true responses: 2XX: @@ -632081,7 +635140,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: @@ -632090,8 +635149,12 @@ paths: delete: tags: - storage.fileStorage - summary: Delete navigation property columns for storage - operationId: storage.fileStorage.deletedContainers.DeleteColumns + summary: Delete fileStorageContainerTypeAppPermissionGrant + description: Delete a fileStorageContainerTypeAppPermissionGrant object in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-delete-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.DeleteApplicationPermissionGrants parameters: - name: If-Match in: header @@ -632107,30 +635170,159 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant required: true schema: type: string - x-ms-docs-key-type: columnDefinition - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn': - description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/$count': + description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage - summary: Get sourceColumn from storage - description: The source column for the content type column. - operationId: storage.fileStorage.deletedContainers.columns.GetSourceColumn + summary: Get the number of the resource + operationId: storage.fileStorage.containerTypeRegistrations.applicationPermissionGrants.GetCount-000d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: fileStorageContainerTypeRegistration-id + in: path + description: The unique identifier of fileStorageContainerTypeRegistration + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerTypeRegistration + /storage/fileStorage/containerTypeRegistrations/$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.containerTypeRegistrations.GetCount-6b6c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /storage/fileStorage/containerTypes: + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: List containerTypes + description: Get a list of the fileStorageContainerType objects and their properties for the current tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeCollectionResponse' + 4XX: + $ref: '#/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 fileStorageContainerType + description: Create a new fileStorageContainerType in the owning tenant. The number of container types in a tenant is limited. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.CreateContainerTypes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/storage/fileStorage/containerTypes/{fileStorageContainerType-id}': + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get fileStorageContainerType + description: Get a fileStorageContainerType using its ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypes parameters: - name: $select in: query @@ -632158,36 +635350,78 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' 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 + patch: + tags: + - storage.fileStorage + summary: Update fileStorageContainerType + description: 'Update the properties of a fileStorageContainerType object. The properties updated are reflected in each registered fileStorageContainerTypeRegistration in a maximum of 24 hours. Settings overridden in a tenant aren''t updated. ETag is used for optimistic concurrency control. It must match the value from Create, Get or the previous Update.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-update?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypes + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' required: true - schema: - type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete fileStorageContainerType + description: Delete a fileStorageContainerType object from the tenant. A fileStorageContainerType can only be deleted if no registrations are associated with it in any tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypes + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: fileStorageContainerType-id in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerType required: true schema: type: string - x-ms-docs-key-type: columnDefinition - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/$count': + x-ms-docs-key-type: fileStorageContainerType + /storage/fileStorage/containerTypes/$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.columns.GetCount-b2c3 + operationId: storage.fileStorage.containerTypes.GetCount-4de4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -632198,22 +635432,456 @@ paths: $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/{fileStorageContainer-id}/drive': - description: Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. + /storage/fileStorage/deletedContainers: + description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get drive from storage - description: The drive of the resource fileStorageContainer. Read-only. - operationId: storage.fileStorage.deletedContainers.GetDrive + summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. + operationId: storage.fileStorage.ListDeletedContainers + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.fileStorageContainerCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - storage.fileStorage + summary: Create new navigation property to deletedContainers for storage + operationId: storage.fileStorage.CreateDeletedContainers + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}': + description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. + operationId: storage.fileStorage.GetDeletedContainers + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property deletedContainers in storage + operationId: storage.fileStorage.UpdateDeletedContainers + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property deletedContainers for storage + operationId: storage.fileStorage.DeleteDeletedContainers + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns': + description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get columns from storage + operationId: storage.fileStorage.deletedContainers.ListColumns + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - storage.fileStorage + summary: Create new navigation property to columns for storage + operationId: storage.fileStorage.deletedContainers.CreateColumns + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}': + description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get columns from storage + operationId: storage.fileStorage.deletedContainers.GetColumns + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property columns in storage + operationId: storage.fileStorage.deletedContainers.UpdateColumns + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property columns for storage + operationId: storage.fileStorage.deletedContainers.DeleteColumns + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn': + description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. + get: + tags: + - storage.fileStorage + summary: Get sourceColumn from storage + description: The source column for the content type column. + operationId: storage.fileStorage.deletedContainers.columns.GetSourceColumn + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - storage.fileStorage + summary: Get the number of the resource + operationId: storage.fileStorage.deletedContainers.columns.GetCount-b2c3 + parameters: + - $ref: '#/components/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/{fileStorageContainer-id}/drive': + description: Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get drive from storage + description: The drive of the resource fileStorageContainer. Read-only. + operationId: storage.fileStorage.deletedContainers.GetDrive parameters: - name: $select in: query @@ -656118,16 +659786,1125 @@ paths: content: application/json: schema: - title: Collection of userActivity + title: Collection of userActivity + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/adhocCalls': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.ListAdhocCalls + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to adhocCalls for users + operationId: users.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.GetAdhocCalls + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property adhocCalls in users + operationId: users.UpdateAdhocCalls + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property adhocCalls for users + operationId: users.DeleteAdhocCalls + parameters: + - name: If-Match + in: header + description: ETag + schema: + 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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + operationId: users.adhocCalls.ListRecordings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to recordings for users + operationId: users.adhocCalls.CreateRecordings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property recordings in users + operationId: users.adhocCalls.UpdateRecordings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property recordings for users + operationId: users.adhocCalls.DeleteRecordings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordingsContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.UpdateRecordingsContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.DeleteRecordingsContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.recordings.GetCount-07d8 + parameters: + - $ref: '#/components/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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.recordings.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 callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' + - '/users/{user-id}/calendar/calendarView/delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendar/events/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendarView/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' + - '/users/{user-id}/contactFolders/delta()' + - '/users/{user-id}/contacts/delta()' + - '/users/{user-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/events/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' + - '/users/{user-id}/mailFolders/delta()' + - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' + - '/users/{user-id}/todo/lists/delta()' + - /users/delta() + - /users/delta() + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + operationId: users.adhocCalls.ListTranscripts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to transcripts for users + operationId: users.adhocCalls.CreateTranscripts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscripts + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property transcripts in users + operationId: users.adhocCalls.UpdateTranscripts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property transcripts for users + operationId: users.adhocCalls.DeleteTranscripts + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscriptsContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get metadataContent for the navigation property transcripts from users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.GetTranscriptsMetadataContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsMetadataContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.transcripts.GetCount-a77e + parameters: + - $ref: '#/components/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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.transcripts.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 callTranscript type: object allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.userActivity' + $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: @@ -656144,6 +660921,74 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/calendar/calendarView/delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendar/events/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendarView/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' + - '/users/{user-id}/contactFolders/delta()' + - '/users/{user-id}/contacts/delta()' + - '/users/{user-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/events/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' + - '/users/{user-id}/mailFolders/delta()' + - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' + - '/users/{user-id}/todo/lists/delta()' + - /users/delta() + - /users/delta() + '/users/{user-id}/adhocCalls/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.GetCount-0e82 + parameters: + - $ref: '#/components/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}/agreementAcceptances': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: @@ -659455,6 +664300,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' @@ -660440,6 +665287,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' @@ -660997,6 +665846,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' @@ -662044,6 +666895,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -663197,6 +668050,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -663894,6 +668749,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -664805,6 +669662,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -665874,6 +670733,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -666501,6 +671362,8 @@ paths: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -666918,6 +671781,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -669751,6 +674616,8 @@ paths: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -669903,6 +674770,8 @@ paths: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -671541,201 +676410,235 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: cloudClipboardItem-id - in: path - description: The unique identifier of cloudClipboardItem - required: true - schema: - type: string - x-ms-docs-key-type: cloudClipboardItem - '/users/{user-id}/cloudClipboard/items/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - users.cloudClipboardRoot - summary: Get the number of the resource - operationId: users.cloudClipboard.items.GetCount-1146 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: user-id + - name: cloudClipboardItem-id + in: path + description: The unique identifier of cloudClipboardItem + required: true + schema: + type: string + x-ms-docs-key-type: cloudClipboardItem + '/users/{user-id}/cloudClipboard/items/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.cloudClipboardRoot + summary: Get the number of the resource + operationId: users.cloudClipboard.items.GetCount-1146 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/cloudPCs': + description: Provides operations to manage the cloudPCs property of the microsoft.graph.user entity. + get: + tags: + - users.cloudPC + summary: Get cloudPCs from users + description: The user's Cloud PCs. Read-only. Nullable. + operationId: users.ListCloudPCs + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.cloudPCCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.cloudPC + summary: Create new navigation property to cloudPCs for users + operationId: users.CreateCloudPCs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + 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}/cloudPCs/{cloudPC-id}': + description: Provides operations to manage the cloudPCs property of the microsoft.graph.user entity. + get: + tags: + - users.cloudPC + summary: Get cloudPCs from users + description: The user's Cloud PCs. Read-only. Nullable. + operationId: users.GetCloudPCs + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.cloudPC + summary: Update the navigation property cloudPCs in users + operationId: users.UpdateCloudPCs + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPC' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.cloudPC + summary: Delete navigation property cloudPCs for users + operationId: users.DeleteCloudPCs + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id in: path - description: The unique identifier of user + description: The unique identifier of cloudPC required: true schema: type: string - x-ms-docs-key-type: user - '/users/{user-id}/cloudPCs': - description: Provides operations to manage the cloudPCs property of the microsoft.graph.user entity. - get: - tags: - - users.cloudPC - summary: Get cloudPCs from users - description: The user's Cloud PCs. Read-only. Nullable. - operationId: users.ListCloudPCs - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.cloudPCCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-key-type: cloudPC + '/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod': + description: Provides operations to call the endGracePeriod method. post: tags: - users.cloudPC - summary: Create new navigation property to cloudPCs for users - operationId: users.CreateCloudPCs - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - 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}/cloudPCs/{cloudPC-id}': - description: Provides operations to manage the cloudPCs property of the microsoft.graph.user entity. - get: - tags: - - users.cloudPC - summary: Get cloudPCs from users - description: The user's Cloud PCs. Read-only. Nullable. - operationId: users.GetCloudPCs - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - users.cloudPC - summary: Update the navigation property cloudPCs in users - operationId: users.UpdateCloudPCs - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPC' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - users.cloudPC - summary: Delete navigation property cloudPCs for users - operationId: users.DeleteCloudPCs - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + summary: Invoke action endGracePeriod + description: End the grace period for a specific cloudPC object. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. It allows users to access Cloud PCs for up to seven days before deprovisioning occurs. Ending the grace period immediately deprovisions the Cloud PC without waiting the seven days. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.endGracePeriod responses: '204': description: Success @@ -671743,7 +676646,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: user-id in: path @@ -671759,17 +676662,17 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC - '/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod': - description: Provides operations to call the endGracePeriod method. + '/users/{user-id}/cloudPCs/{cloudPC-id}/reboot': + description: Provides operations to call the reboot method. post: tags: - users.cloudPC - summary: Invoke action endGracePeriod - description: End the grace period for a specific cloudPC object. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. It allows users to access Cloud PCs for up to seven days before deprovisioning occurs. Ending the grace period immediately deprovisions the Cloud PC without waiting the seven days. + summary: Invoke action reboot + description: Reboot a specific cloudPC object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0 - operationId: users.user.cloudPCs.cloudPC.endGracePeriod + url: https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.reboot responses: '204': description: Success @@ -671793,17 +676696,28 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC - '/users/{user-id}/cloudPCs/{cloudPC-id}/reboot': - description: Provides operations to call the reboot method. + '/users/{user-id}/cloudPCs/{cloudPC-id}/rename': + description: Provides operations to call the rename method. post: tags: - users.cloudPC - summary: Invoke action reboot - description: Reboot a specific cloudPC object. + summary: Invoke action rename + description: Rename a specific cloudPC object. Use this API to update the displayName of a Cloud PC entity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0 - operationId: users.user.cloudPCs.cloudPC.reboot + url: https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.rename + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + displayName: + type: string + nullable: true + required: true responses: '204': description: Success @@ -671827,17 +676741,17 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC - '/users/{user-id}/cloudPCs/{cloudPC-id}/rename': - description: Provides operations to call the rename method. + '/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision': + description: Provides operations to call the reprovision method. post: tags: - users.cloudPC - summary: Invoke action rename - description: Rename a specific cloudPC object. Use this API to update the displayName of a Cloud PC entity. + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0 - operationId: users.user.cloudPCs.cloudPC.rename + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.reprovision requestBody: description: Action parameters content: @@ -671845,9 +676759,16 @@ paths: schema: type: object properties: - displayName: - type: string - nullable: true + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true required: true responses: '204': @@ -671964,6 +676885,47 @@ paths: x-ms-docs-key-type: cloudPC x-ms-docs-grouped-path: - '/users/{user-id}/restore' + '/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - users.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC '/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -673287,6 +678249,8 @@ paths: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -673493,6 +678457,8 @@ paths: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -674334,6 +679300,8 @@ paths: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -674519,6 +679487,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -675286,6 +680256,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -679888,6 +684860,8 @@ paths: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -680445,6 +685419,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -685586,6 +690562,8 @@ paths: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -685752,6 +690730,8 @@ paths: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -691871,6 +696851,8 @@ paths: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -692023,6 +697005,8 @@ paths: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -699387,7 +704371,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -699480,6 +704464,8 @@ paths: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -699812,6 +704798,8 @@ paths: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -701582,7 +706570,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -701668,6 +706656,8 @@ paths: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -701965,6 +706955,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -706473,7 +711465,7 @@ paths: tags: - users.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -706552,6 +711544,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -716316,6 +721310,8 @@ paths: type: string x-ms-docs-key-type: onlineMeeting x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -716844,6 +721840,8 @@ paths: type: string x-ms-docs-key-type: onlineMeeting x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -724309,6 +729307,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.ListWindows parameters: - $ref: '#/components/parameters/top' @@ -724395,6 +729394,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.GetWindows parameters: - name: $select @@ -728252,6 +733252,8 @@ paths: type: string x-ms-docs-key-type: todoTaskList x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -728390,6 +733392,8 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -729299,6 +734303,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' @@ -730881,6 +735887,29 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.addLargeGalleryViewOperation' + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + required: + - '@odata.type' + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.adhocCall' microsoft.graph.admin: title: admin required: @@ -731339,6 +736368,22 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.aiInteractionHistory' + microsoft.graph.aiOnlineMeeting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: aiOnlineMeeting + required: + - '@odata.type' + type: object + properties: + aiInsights: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.aiOnlineMeeting' microsoft.graph.aiUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -731353,6 +736398,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + onlineMeetings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.aiUser' @@ -735474,6 +740524,46 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.call' + microsoft.graph.callAiInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callAiInsight + required: + - '@odata.type' + type: object + properties: + actionItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + callId: + type: string + nullable: true + contentCorrelationId: + type: string + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + meetingNotes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' + viewpoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.callAiInsightViewPoint' + - type: object + nullable: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.callAiInsight' microsoft.graph.callEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -736287,6 +741377,11 @@ components: - '@odata.type' type: object properties: + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + x-ms-navigationProperty: true callRecords: type: array items: @@ -736755,6 +741850,17 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcProvisioningPolicyAssignment' + microsoft.graph.cloudPcReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcReport + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.cloudPcReport' microsoft.graph.cloudPcUserSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -738830,7 +743936,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Desks that are taken down for maintenance or marked as not reservable.' '@odata.type': type: string default: '#microsoft.graph.desk' @@ -744180,6 +749286,7 @@ components: '#microsoft.graph.accessReviewStage': '#/components/schemas/microsoft.graph.accessReviewStage' '#microsoft.graph.activitiesContainer': '#/components/schemas/microsoft.graph.activitiesContainer' '#microsoft.graph.activityHistoryItem': '#/components/schemas/microsoft.graph.activityHistoryItem' + '#microsoft.graph.adhocCall': '#/components/schemas/microsoft.graph.adhocCall' '#microsoft.graph.adminConsentRequestPolicy': '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' '#microsoft.graph.adminMicrosoft365Apps': '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' '#microsoft.graph.adminReportSettings': '#/components/schemas/microsoft.graph.adminReportSettings' @@ -744191,6 +749298,7 @@ components: '#microsoft.graph.agreementFileVersion': '#/components/schemas/microsoft.graph.agreementFileVersion' '#microsoft.graph.aiInteraction': '#/components/schemas/microsoft.graph.aiInteraction' '#microsoft.graph.aiInteractionHistory': '#/components/schemas/microsoft.graph.aiInteractionHistory' + '#microsoft.graph.aiOnlineMeeting': '#/components/schemas/microsoft.graph.aiOnlineMeeting' '#microsoft.graph.aiUser': '#/components/schemas/microsoft.graph.aiUser' '#microsoft.graph.alert': '#/components/schemas/microsoft.graph.alert' '#microsoft.graph.allowedValue': '#/components/schemas/microsoft.graph.allowedValue' @@ -744305,6 +749413,7 @@ components: '#microsoft.graph.calendarGroup': '#/components/schemas/microsoft.graph.calendarGroup' '#microsoft.graph.calendarPermission': '#/components/schemas/microsoft.graph.calendarPermission' '#microsoft.graph.call': '#/components/schemas/microsoft.graph.call' + '#microsoft.graph.callAiInsight': '#/components/schemas/microsoft.graph.callAiInsight' '#microsoft.graph.callEvent': '#/components/schemas/microsoft.graph.callEvent' '#microsoft.graph.emergencyCallEvent': '#/components/schemas/microsoft.graph.emergencyCallEvent' '#microsoft.graph.callRecording': '#/components/schemas/microsoft.graph.callRecording' @@ -744340,6 +749449,7 @@ components: '#microsoft.graph.cloudPcOnPremisesConnection': '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' '#microsoft.graph.cloudPcProvisioningPolicy': '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' '#microsoft.graph.cloudPcProvisioningPolicyAssignment': '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' + '#microsoft.graph.cloudPcReport': '#/components/schemas/microsoft.graph.cloudPcReport' '#microsoft.graph.cloudPcUserSetting': '#/components/schemas/microsoft.graph.cloudPcUserSetting' '#microsoft.graph.cloudPcUserSettingAssignment': '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' '#microsoft.graph.columnDefinition': '#/components/schemas/microsoft.graph.columnDefinition' @@ -744576,6 +749686,8 @@ components: '#microsoft.graph.fieldValueSet': '#/components/schemas/microsoft.graph.fieldValueSet' '#microsoft.graph.fileStorage': '#/components/schemas/microsoft.graph.fileStorage' '#microsoft.graph.fileStorageContainer': '#/components/schemas/microsoft.graph.fileStorageContainer' + '#microsoft.graph.fileStorageContainerType': '#/components/schemas/microsoft.graph.fileStorageContainerType' + '#microsoft.graph.fileStorageContainerTypeRegistration': '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' '#microsoft.graph.filterOperatorSchema': '#/components/schemas/microsoft.graph.filterOperatorSchema' '#microsoft.graph.fraudProtectionProvider': '#/components/schemas/microsoft.graph.fraudProtectionProvider' '#microsoft.graph.arkoseFraudProtectionProvider': '#/components/schemas/microsoft.graph.arkoseFraudProtectionProvider' @@ -745961,11 +751073,25 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of active fileStorageContainer resources. + x-ms-navigationProperty: true + containerTypeRegistrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + description: The collection of fileStorageContainerTypeRegistration resources. + x-ms-navigationProperty: true + containerTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + description: The collection of fileStorageContainerType resources. x-ms-navigationProperty: true deletedContainers: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of deleted fileStorageContainer resources. x-ms-navigationProperty: true '@odata.type': type: string @@ -745978,6 +751104,12 @@ components: - '@odata.type' type: object properties: + assignedSensitivityLabel: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.assignedLabel' + - type: object + nullable: true + description: Sensitivity label assigned to the fileStorageContainer. Read-write. containerTypeId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string @@ -746055,6 +751187,115 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fileStorageContainer' + microsoft.graph.fileStorageContainerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerType + required: + - '@odata.type' + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + 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 creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerType. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. + format: uuid + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettings' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.fileStorageContainerType' + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + title: fileStorageContainerTypeAppPermissionGrant + required: + - '@odata.type' + type: object + properties: + appId: + type: string + description: Application ID to which to set permissions. + applicationPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use delegated tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + delegatedPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use application tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + '@odata.type': + type: string + microsoft.graph.fileStorageContainerTypeRegistration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerTypeRegistration + required: + - '@odata.type' + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerTypeRegistration. Read-only. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. Read-only. + format: uuid + registeredDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The registration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationSettings' + applicationPermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + description: Access privileges of applications on containers. + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.fileStorageContainerTypeRegistration' microsoft.graph.filterOperatorSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -749113,6 +754354,12 @@ components: - type: object nullable: true description: The content type of this list item + deleted: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deleted' + - type: object + nullable: true + description: 'If present in the result of a delta enumeration, indicates that the item was deleted. Read-only.' sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' @@ -759150,6 +764397,9 @@ components: displayName: type: string nullable: true + hasProtection: + type: boolean + nullable: true isDefault: type: boolean nullable: true @@ -765336,6 +770586,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -767388,6 +772644,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsSetting' + description: The Windows settings of the user stored in the cloud. x-ms-navigationProperty: true '@odata.type': type: string @@ -767543,6 +772800,13 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' description: A collection of Cloud PC provisioning policies. x-ms-navigationProperty: true + report: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcReport' + - type: object + nullable: true + description: Cloud PC-related reports. Read-only. + x-ms-navigationProperty: true userSettings: type: array items: @@ -772427,7 +777691,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable.' nickname: type: string description: 'A short, friendly name for the workspace, often used for easier identification or display in the UI.' @@ -773375,6 +778639,23 @@ components: mapping: '#microsoft.graph.addressBookAccountTargetContent': '#/components/schemas/microsoft.graph.addressBookAccountTargetContent' '#microsoft.graph.includeAllAccountTargetContent': '#/components/schemas/microsoft.graph.includeAllAccountTargetContent' + microsoft.graph.actionItem: + title: actionItem + required: + - '@odata.type' + type: object + properties: + ownerDisplayName: + type: string + nullable: true + text: + type: string + nullable: true + title: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.actionResultPart: title: actionResultPart required: @@ -776364,6 +781645,18 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.callAiInsightViewPoint: + title: callAiInsightViewPoint + required: + - '@odata.type' + type: object + properties: + mentionEvents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' + '@odata.type': + type: string microsoft.graph.callEndedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -777645,6 +782938,31 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.cloudPcLaunchDetail: + title: cloudPcLaunchDetail + required: + - '@odata.type' + type: object + properties: + cloudPcId: + type: string + description: The unique identifier of the Cloud PC. + cloudPcLaunchUrl: + type: string + description: The connect URL of the Cloud PC. + nullable: true + windows365SwitchCompatibilityFailureReasonType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windows365SwitchCompatibilityFailureReasonType' + - type: object + nullable: true + description: 'Indicates the reason the Cloud PC isn''t compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality.' + windows365SwitchCompatible: + type: boolean + description: 'Indicates whether the Cloud PC supports switch functionality. If the value is true, it supports switch functionality; otherwise, false.' + nullable: true + '@odata.type': + type: string microsoft.graph.cloudPcManagementAssignmentTarget: title: cloudPcManagementAssignmentTarget required: @@ -782282,6 +787600,100 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + title: fileStorageContainerTypeRegistrationSettings + required: + - '@odata.type' + type: object + properties: + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true + '@odata.type': + type: string + microsoft.graph.fileStorageContainerTypeSettings: + title: fileStorageContainerTypeSettings + required: + - '@odata.type' + type: object + properties: + consumingTenantOverridables: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettingsOverride' + - type: object + nullable: true + description: 'A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue.' + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true + '@odata.type': + type: string microsoft.graph.fileStorageContainerViewpoint: title: fileStorageContainerViewpoint required: @@ -784920,6 +790332,38 @@ components: '#microsoft.graph.joinMeetingIdMeetingInfo': '#/components/schemas/microsoft.graph.joinMeetingIdMeetingInfo' '#microsoft.graph.organizerMeetingInfo': '#/components/schemas/microsoft.graph.organizerMeetingInfo' '#microsoft.graph.tokenMeetingInfo': '#/components/schemas/microsoft.graph.tokenMeetingInfo' + microsoft.graph.meetingNote: + title: meetingNote + required: + - '@odata.type' + type: object + properties: + subpoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' + text: + type: string + nullable: true + title: + type: string + nullable: true + '@odata.type': + type: string + microsoft.graph.meetingNoteSubpoint: + title: meetingNoteSubpoint + required: + - '@odata.type' + type: object + properties: + text: + type: string + nullable: true + title: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.meetingParticipantInfo: title: meetingParticipantInfo required: @@ -785171,6 +790615,27 @@ components: description: The identities of the users mentioned in this action. '@odata.type': type: string + microsoft.graph.mentionEvent: + title: mentionEvent + required: + - '@odata.type' + type: object + properties: + eventDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + speaker: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + transcriptUtterance: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.messagePinnedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -790610,7 +796075,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: Total number of artifacts restored. + description: Total number of mailbox items that can be restored for a granular restore session. format: int32 nullable: true restorePoint: @@ -799725,6 +805190,13 @@ components: - azureADJoin - unknownFutureValue type: string + microsoft.graph.cloudPcOperatingSystem: + title: cloudPcOperatingSystem + enum: + - windows10 + - windows11 + - unknownFutureValue + type: string microsoft.graph.cloudPcProvisioningPolicyImageType: title: cloudPcProvisioningPolicyImageType enum: @@ -799739,6 +805211,12 @@ components: - shared - unknownFutureValue type: string + microsoft.graph.cloudPcRecommendationReportType: + title: cloudPcRecommendationReportType + enum: + - cloudPcUsageCategoryReport + - unknownFutureValue + type: string microsoft.graph.cloudPcRegionGroup: title: cloudPcRegionGroup enum: @@ -799775,6 +805253,13 @@ components: - twentyFourHours - unknownFutureValue type: string + microsoft.graph.cloudPcUserAccountType: + title: cloudPcUserAccountType + enum: + - standardUser + - administrator + - unknownFutureValue + type: string microsoft.graph.coachmarkLocationType: title: coachmarkLocationType enum: @@ -801720,6 +807205,21 @@ components: - ctph - unknownFutureValue type: string + microsoft.graph.fileStorageContainerBillingClassification: + title: fileStorageContainerBillingClassification + enum: + - standard + - trial + - directToCustomer + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerBillingStatus: + title: fileStorageContainerBillingStatus + enum: + - invalid + - valid + - unknownFutureValue + type: string microsoft.graph.fileStorageContainerStatus: title: fileStorageContainerStatus enum: @@ -801727,6 +807227,39 @@ components: - active - unknownFutureValue type: string + microsoft.graph.fileStorageContainerTypeAppPermission: + title: fileStorageContainerTypeAppPermission + enum: + - none + - readContent + - writeContent + - manageContent + - create + - delete + - read + - write + - enumeratePermissions + - addPermissions + - updatePermissions + - deletePermissions + - deleteOwnPermission + - managePermissions + - full + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerTypeSettingsOverride: + title: fileStorageContainerTypeSettingsOverride + enum: + - urlTemplate + - isDiscoverabilityEnabled + - isSearchEnabled + - isItemVersioningEnabled + - itemMajorVersionLimit + - maxStoragePerContainerInBytes + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.filterMode: title: filterMode enum: @@ -807861,6 +813394,13 @@ components: - value: windows10ProfessionalWorkstationN description: Windows 10 Professional for Workstations N name: windows10ProfessionalWorkstationN + microsoft.graph.windows365SwitchCompatibilityFailureReasonType: + title: windows365SwitchCompatibilityFailureReasonType + enum: + - osVersionNotSupported + - hardwareNotSupported + - unknownFutureValue + type: string microsoft.graph.windowsArchitecture: title: windowsArchitecture enum: @@ -816624,7 +822164,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.defenderAvStatus' - type: object nullable: true - description: 'State of the Defender AntiMalware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' + description: 'State of the Defender anti-malware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' deviceDnsName: type: string description: The fully qualified domain name (FQDN) for the device. @@ -817930,25 +823470,31 @@ components: properties: configurationId: type: string + description: The unique identifier of the mailbox configuration. nullable: true configurationType: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.mailboxConfigurationType' - type: object nullable: true + description: 'The type of mailbox configuration. The possible values are: mailForwardingRule, owaSettings, ewsSettings, mailDelegation, userInboxRule, unknownFutureValue.' displayName: type: string + description: The display name of the mailbox. nullable: true externalDirectoryObjectId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string + description: The external directory object identifier of the mailbox. format: uuid nullable: true mailboxPrimaryAddress: type: string + description: The primary email address of the mailbox. nullable: true upn: type: string + description: The user principal name (UPN) of the mailbox. nullable: true '@odata.type': type: string @@ -820843,6 +826389,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentActivity' + microsoft.graph.callRecordingCollectionResponse: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + microsoft.graph.callTranscriptCollectionResponse: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' microsoft.graph.extensionCollectionResponse: title: Collection of extension type: object @@ -820876,6 +826444,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' + microsoft.graph.callAiInsightCollectionResponse: + title: Collection of callAiInsight + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + microsoft.graph.aiOnlineMeetingCollectionResponse: + title: Collection of aiOnlineMeeting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: title: Collection of deviceCompliancePolicyAssignment type: object @@ -822031,6 +827621,17 @@ 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 @@ -823560,6 +829161,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + title: Collection of fileStorageContainerTypeRegistration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + microsoft.graph.fileStorageContainerTypeCollectionResponse: + title: Collection of fileStorageContainerType + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' microsoft.graph.sharePointMigrationJobCollectionResponse: title: Collection of sharePointMigrationJob type: object @@ -823571,6 +829194,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' microsoft.graph.appRoleAssignmentCollectionResponse: title: Collection of appRoleAssignment type: object @@ -824242,28 +829876,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - microsoft.graph.callRecordingCollectionResponse: - title: Collection of callRecording - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callRecording' - microsoft.graph.callTranscriptCollectionResponse: - title: Collection of callTranscript - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callTranscript' microsoft.graph.organizationalBrandingLocalizationCollectionResponse: title: Collection of organizationalBrandingLocalization type: object @@ -829819,6 +835431,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' + microsoft.graph.actionItemCollectionResponse: + title: Collection of microsoft.graph.actionItem + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + microsoft.graph.meetingNoteCollectionResponse: + title: Collection of microsoft.graph.meetingNote + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' microsoft.graph.certificateAuthorityCollectionResponse: title: Collection of microsoft.graph.certificateAuthority type: object @@ -831139,6 +836773,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRange' + microsoft.graph.mentionEventCollectionResponse: + title: Collection of microsoft.graph.mentionEvent + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' microsoft.graph.callParticipantInfoCollectionResponse: title: Collection of microsoft.graph.callParticipantInfo type: object @@ -831436,6 +837081,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.locationConstraintItem' + microsoft.graph.meetingNoteSubpointCollectionResponse: + title: Collection of microsoft.graph.meetingNoteSubpoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' microsoft.graph.meetingParticipantInfoCollectionResponse: title: Collection of microsoft.graph.meetingParticipantInfo type: object @@ -833006,6 +838662,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentActivityCollectionResponse' + microsoft.graph.callRecordingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' + microsoft.graph.callTranscriptCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.extensionCollectionResponse: description: Retrieved collection content: @@ -833024,6 +838692,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersionCollectionResponse' + microsoft.graph.callAiInsightCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsightCollectionResponse' + microsoft.graph.aiOnlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeetingCollectionResponse' microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: description: Retrieved collection content: @@ -833654,6 +839334,12 @@ 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: @@ -834488,12 +840174,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainerCollectionResponse' + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' + microsoft.graph.fileStorageContainerTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeCollectionResponse' microsoft.graph.sharePointMigrationJobCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.appRoleAssignmentCollectionResponse: description: Retrieved collection content: @@ -834860,18 +840564,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReportCollectionResponse' - microsoft.graph.callRecordingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' - microsoft.graph.callTranscriptCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.organizationalBrandingLocalizationCollectionResponse: description: Retrieved collection content: @@ -837902,6 +843594,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfoCollectionResponse' + microsoft.graph.actionItemCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.actionItemCollectionResponse' + microsoft.graph.meetingNoteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteCollectionResponse' microsoft.graph.certificateAuthorityCollectionResponse: description: Retrieved collection content: @@ -838622,6 +844326,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRangeCollectionResponse' + microsoft.graph.mentionEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mentionEventCollectionResponse' microsoft.graph.callParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -838784,6 +844494,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationConstraintItemCollectionResponse' + microsoft.graph.meetingNoteSubpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpointCollectionResponse' microsoft.graph.meetingParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -839954,6 +845670,12 @@ components: '@odata.type': microsoft.graph.status userTimezone: String microsoft.graph.addLargeGalleryViewOperation: { } + microsoft.graph.adhocCall: + value: + recordings: + - '@odata.type': microsoft.graph.callRecording + transcripts: + - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: edge: @@ -840072,10 +845794,16 @@ components: requestId: String sessionId: String microsoft.graph.aiInteractionHistory: { } + microsoft.graph.aiOnlineMeeting: + value: + aiInsights: + - '@odata.type': microsoft.graph.callAiInsight microsoft.graph.aiUser: value: interactionHistory: '@odata.type': microsoft.graph.aiInteractionHistory + onlineMeetings: + - '@odata.type': microsoft.graph.aiOnlineMeeting microsoft.graph.akamaiWebApplicationFirewallProvider: value: accessToken: String @@ -841158,6 +846886,18 @@ components: '@odata.type': microsoft.graph.toneInfo transcription: '@odata.type': microsoft.graph.callTranscriptionInfo + microsoft.graph.callAiInsight: + value: + actionItems: + - '@odata.type': microsoft.graph.actionItem + callId: String + contentCorrelationId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + meetingNotes: + - '@odata.type': microsoft.graph.meetingNote + viewpoint: + '@odata.type': microsoft.graph.callAiInsightViewPoint microsoft.graph.callEvent: value: callEventType: @@ -841361,6 +847101,8 @@ components: - '@odata.type': microsoft.graph.cloudClipboardItem microsoft.graph.cloudCommunications: value: + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall callRecords: - '@odata.type': microsoft.graph.callRecords.callRecord calls: @@ -841490,6 +847232,7 @@ components: - '@odata.type': microsoft.graph.user target: '@odata.type': microsoft.graph.cloudPcManagementAssignmentTarget + microsoft.graph.cloudPcReport: { } microsoft.graph.cloudPcUserSetting: value: assignments: @@ -843602,10 +849345,16 @@ components: value: containers: - '@odata.type': microsoft.graph.fileStorageContainer + containerTypeRegistrations: + - '@odata.type': microsoft.graph.fileStorageContainerTypeRegistration + containerTypes: + - '@odata.type': microsoft.graph.fileStorageContainerType deletedContainers: - '@odata.type': microsoft.graph.fileStorageContainer microsoft.graph.fileStorageContainer: value: + assignedSensitivityLabel: + '@odata.type': microsoft.graph.assignedLabel columns: - '@odata.type': microsoft.graph.columnDefinition containerTypeId: 00000000-0000-0000-0000-000000000000 @@ -843630,6 +849379,41 @@ components: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: '@odata.type': microsoft.graph.fileStorageContainerViewpoint + microsoft.graph.fileStorageContainerType: + value: + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettings + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + value: + appId: String (identifier) + applicationPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + delegatedPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + microsoft.graph.fileStorageContainerTypeRegistration: + value: + applicationPermissionGrants: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermissionGrant + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + registeredDateTime: '0001-01-01T00:00:00.0000000+00:00' + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeRegistrationSettings microsoft.graph.filterOperatorSchema: value: arity: @@ -844435,6 +850219,8 @@ components: '@odata.type': microsoft.graph.itemAnalytics contentType: '@odata.type': microsoft.graph.contentTypeInfo + deleted: + '@odata.type': microsoft.graph.deleted documentSetVersions: - '@odata.type': microsoft.graph.documentSetVersion driveItem: @@ -846926,6 +852712,7 @@ components: autoTooltip: String description: String displayName: String + hasProtection: 'true' isDefault: 'true' isEndpointProtectionEnabled: 'true' isScopedToUser: 'true' @@ -848400,6 +854187,8 @@ components: accountEnabled: 'true' activities: - '@odata.type': microsoft.graph.userActivity + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall ageGroup: String agreementAcceptances: - '@odata.type': microsoft.graph.agreementAcceptance @@ -849002,6 +854791,8 @@ components: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnection provisioningPolicies: - '@odata.type': microsoft.graph.cloudPcProvisioningPolicy + report: + '@odata.type': microsoft.graph.cloudPcReport userSettings: - '@odata.type': microsoft.graph.cloudPcUserSetting microsoft.graph.virtualEvent: @@ -850521,6 +856312,11 @@ components: value: type: '@odata.type': microsoft.graph.accountTargetContentType + microsoft.graph.actionItem: + value: + ownerDisplayName: String + text: String + title: String microsoft.graph.actionResultPart: value: error: @@ -851313,6 +857109,10 @@ components: '@odata.type': microsoft.graph.calendarSharingActionType importance: '@odata.type': microsoft.graph.calendarSharingActionImportance + microsoft.graph.callAiInsightViewPoint: + value: + mentionEvents: + - '@odata.type': microsoft.graph.mentionEvent microsoft.graph.callEndedEventMessageDetail: value: callDuration: Duration @@ -851639,6 +857439,13 @@ components: regionGroup: '@odata.type': microsoft.graph.cloudPcRegionGroup regionName: String + microsoft.graph.cloudPcLaunchDetail: + value: + cloudPcId: String + cloudPcLaunchUrl: String + windows365SwitchCompatibilityFailureReasonType: + '@odata.type': microsoft.graph.windows365SwitchCompatibilityFailureReasonType + windows365SwitchCompatible: 'true' microsoft.graph.cloudPcManagementAssignmentTarget: { } microsoft.graph.cloudPcManagementGroupAssignmentTarget: value: @@ -852748,6 +858555,30 @@ components: isItemVersioningEnabled: 'true' isOcrEnabled: 'true' itemMajorVersionLimit: '0' + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + value: + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String + microsoft.graph.fileStorageContainerTypeSettings: + value: + consumingTenantOverridables: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettingsOverride + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String microsoft.graph.fileStorageContainerViewpoint: value: effectiveRole: String @@ -853400,6 +859231,16 @@ components: serverMuted: 'true' sourceId: String microsoft.graph.meetingInfo: { } + microsoft.graph.meetingNote: + value: + subpoints: + - '@odata.type': microsoft.graph.meetingNoteSubpoint + text: String + title: String + microsoft.graph.meetingNoteSubpoint: + value: + text: String + title: String microsoft.graph.meetingParticipantInfo: value: identity: @@ -853466,6 +859307,12 @@ components: value: mentionees: - '@odata.type': microsoft.graph.identitySet + microsoft.graph.mentionEvent: + value: + eventDateTime: '0001-01-01T00:00:00.0000000+00:00' + speaker: + '@odata.type': microsoft.graph.identitySet + transcriptUtterance: String microsoft.graph.messagePinnedEventMessageDetail: value: eventDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -859420,6 +865267,8 @@ tags: x-ms-docs-toc-type: container - name: communications.cloudCommunications x-ms-docs-toc-type: page + - name: communications.adhocCall + x-ms-docs-toc-type: page - name: communications.callRecord x-ms-docs-toc-type: page - name: communications.call @@ -859852,6 +865701,8 @@ tags: x-ms-docs-toc-type: page - name: me.userActivity x-ms-docs-toc-type: page + - name: me.adhocCall + x-ms-docs-toc-type: page - name: me.agreementAcceptance x-ms-docs-toc-type: page - name: me.appRoleAssignment @@ -860256,6 +866107,8 @@ tags: x-ms-docs-toc-type: page - name: users.userActivity x-ms-docs-toc-type: page + - name: users.adhocCall + x-ms-docs-toc-type: page - name: users.agreementAcceptance x-ms-docs-toc-type: page - name: users.appRoleAssignment diff --git a/openapi/v1.0/powershell_v2.yaml b/openapi/v1.0/powershell_v2.yaml index 6383884f..697fb2e0 100644 --- a/openapi/v1.0/powershell_v2.yaml +++ b/openapi/v1.0/powershell_v2.yaml @@ -17566,6 +17566,1120 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /communications/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.ListAdhocCalls + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to adhocCalls for communications + operationId: communications.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + operationId: communications.GetAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property adhocCalls in communications + operationId: communications.UpdateAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property adhocCalls for communications + operationId: communications.DeleteAdhocCalls + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - 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 + '/communications/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.ListRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to recordings for communications + operationId: communications.adhocCalls.CreateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communications.adhocCalls.GetRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property recordings in communications + operationId: communications.adhocCalls.UpdateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property recordings for communications + operationId: communications.adhocCalls.DeleteRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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 + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property recordings from communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.GetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.UpdateRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communications.adhocCalls.DeleteRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.recordings.GetCount-6c48 + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.recordings.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@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: + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + '/communications/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.ListTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to transcripts for communications + operationId: communications.adhocCalls.CreateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communications.adhocCalls.GetTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property transcripts in communications + operationId: communications.adhocCalls.UpdateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property transcripts for communications + operationId: communications.adhocCalls.DeleteTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - 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 + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property transcripts from communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the cloudCommunications entity. + get: + tags: + - communications.adhocCall + summary: Get metadataContent for the navigation property transcripts from communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communications.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.transcripts.GetCount-c91e + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communications.adhocCalls.adhocCall.transcripts.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@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: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + /communications/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communications.adhocCalls.GetCount-c122 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /communications/callRecords: description: Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity. get: @@ -24845,6 +25959,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. @@ -25355,6 +26471,8 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: + - '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. @@ -31179,6 +32297,129 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotReportRoot + summary: Update the navigation property reports in copilot + operationId: copilot.UpdateReports + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotReportRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotReportRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotReportRoot + summary: Delete navigation property reports for copilot + operationId: copilot.DeleteReports + 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 + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUsageUserDetail(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUsageUserDetail method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUsageUserDetail + operationId: copilot.reports.getMicrosoft365CopilotUsageUserDetail + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUserCountSummary(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountSummary method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountSummary + operationId: copilot.reports.getMicrosoft365CopilotUserCountSummary + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/copilot/reports/microsoft.graph.getMicrosoft365CopilotUserCountTrend(period=''{period}'')': + description: Provides operations to call the getMicrosoft365CopilotUserCountTrend method. + get: + tags: + - copilot.copilotReportRoot + summary: Invoke function getMicrosoft365CopilotUserCountTrend + operationId: copilot.reports.getMicrosoft365CopilotUserCountTrend + parameters: + - name: period + in: path + description: 'Usage: period=''{period}''' + required: true + schema: + type: string + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /copilot/users: description: Provides operations to manage the users property of the microsoft.graph.copilotRoot entity. get: @@ -31525,30 +32766,21 @@ paths: operationName: listMore x-ms-docs-grouped-path: - /copilot/interactionHistory/microsoft.graph.getAllEnterpriseInteractions() - /copilot/users/$count: - description: Provides operations to count the resources in the collection. + '/copilot/users/{aiUser-id}/onlineMeetings': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. get: tags: - copilot.aiUser - summary: Get the number of the resource - operationId: copilot.users.GetCount-2ed5 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /dataPolicyOperations: - description: Provides operations to manage the collection of dataPolicyOperation entities. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get dataPolicyOperation - description: Retrieve the properties of a dataPolicyOperation object. - operationId: dataPolicyOperations.dataPolicyOperation.ListDataPolicyOperation + summary: Get onlineMeetings from copilot + operationId: copilot.users.ListOnlineMeetings parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -31586,7 +32818,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.aiOnlineMeetingCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -31595,156 +32827,669 @@ paths: x-ms-docs-operation-type: operation post: tags: - - dataPolicyOperations.dataPolicyOperation - summary: Add new entity to dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.CreateDataPolicyOperation - requestBody: - description: New entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - required: true - responses: - 2XX: - description: Created entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/dataPolicyOperations/{dataPolicyOperation-id}': - description: Provides operations to manage the collection of dataPolicyOperation entities. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get dataPolicyOperation - description: Retrieve the properties of a dataPolicyOperation object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 - operationId: dataPolicyOperations.dataPolicyOperation.GetDataPolicyOperation - parameters: - - name: dataPolicyOperation-id - in: path - description: The unique identifier of dataPolicyOperation - required: true - schema: - type: string - x-ms-docs-key-type: dataPolicyOperation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Update entity in dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.UpdateDataPolicyOperation + - copilot.aiUser + summary: Create new navigation property to onlineMeetings for copilot + operationId: copilot.users.CreateOnlineMeetings parameters: - - name: dataPolicyOperation-id + - name: aiUser-id in: path - description: The unique identifier of dataPolicyOperation + description: The unique identifier of aiUser required: true schema: type: string - x-ms-docs-key-type: dataPolicyOperation + x-ms-docs-key-type: aiUser requestBody: - description: New property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}': + description: Provides operations to manage the onlineMeetings property of the microsoft.graph.aiUser entity. + get: tags: - - dataPolicyOperations.dataPolicyOperation - summary: Delete entity from dataPolicyOperations - operationId: dataPolicyOperations.dataPolicyOperation.DeleteDataPolicyOperation + - copilot.aiUser + summary: Get onlineMeetings from copilot + operationId: copilot.users.GetOnlineMeetings parameters: - - name: dataPolicyOperation-id + - name: aiUser-id in: path - description: The unique identifier of dataPolicyOperation + description: The unique identifier of aiUser required: true schema: type: string - x-ms-docs-key-type: dataPolicyOperation - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true schema: type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /dataPolicyOperations/$count: - description: Provides operations to count the resources in the collection. - get: - tags: - - dataPolicyOperations.dataPolicyOperation - summary: Get the number of the resource - operationId: dataPolicyOperations.GetCount-b129 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /deviceAppManagement: - description: Provides operations to manage the deviceAppManagement singleton. - get: - tags: - - deviceAppManagement.deviceAppManagement - summary: Get deviceAppManagement - description: Read properties and relationships of the deviceAppManagement object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 - operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement - parameters: + x-ms-docs-key-type: aiOnlineMeeting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property onlineMeetings in copilot + operationId: copilot.users.UpdateOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property onlineMeetings for copilot + operationId: copilot.users.DeleteOnlineMeetings + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - 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 + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.ListAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callAiInsightCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.aiUser + summary: Create new navigation property to aiInsights for copilot + operationId: copilot.users.onlineMeetings.CreateAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/{callAiInsight-id}': + description: Provides operations to manage the aiInsights property of the microsoft.graph.aiOnlineMeeting entity. + get: + tags: + - copilot.aiUser + summary: Get aiInsights from copilot + operationId: copilot.users.onlineMeetings.GetAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.aiUser + summary: Update the navigation property aiInsights in copilot + operationId: copilot.users.onlineMeetings.UpdateAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.aiUser + summary: Delete navigation property aiInsights for copilot + operationId: copilot.users.onlineMeetings.DeleteAiInsights + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - name: callAiInsight-id + in: path + description: The unique identifier of callAiInsight + required: true + schema: + type: string + x-ms-docs-key-type: callAiInsight + - 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 + '/copilot/users/{aiUser-id}/onlineMeetings/{aiOnlineMeeting-id}/aiInsights/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.aiInsights.GetCount-11ce + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - name: aiOnlineMeeting-id + in: path + description: The unique identifier of aiOnlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: aiOnlineMeeting + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/copilot/users/{aiUser-id}/onlineMeetings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.onlineMeetings.GetCount-e55c + parameters: + - name: aiUser-id + in: path + description: The unique identifier of aiUser + required: true + schema: + type: string + x-ms-docs-key-type: aiUser + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /copilot/users/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.aiUser + summary: Get the number of the resource + operationId: copilot.users.GetCount-2ed5 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /dataPolicyOperations: + description: Provides operations to manage the collection of dataPolicyOperation entities. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get dataPolicyOperation + description: Retrieve the properties of a dataPolicyOperation object. + operationId: dataPolicyOperations.dataPolicyOperation.ListDataPolicyOperation + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Add new entity to dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.CreateDataPolicyOperation + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + required: true + responses: + 2XX: + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/dataPolicyOperations/{dataPolicyOperation-id}': + description: Provides operations to manage the collection of dataPolicyOperation entities. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get dataPolicyOperation + description: Retrieve the properties of a dataPolicyOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 + operationId: dataPolicyOperations.dataPolicyOperation.GetDataPolicyOperation + parameters: + - name: dataPolicyOperation-id + in: path + description: The unique identifier of dataPolicyOperation + required: true + schema: + type: string + x-ms-docs-key-type: dataPolicyOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Update entity in dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.UpdateDataPolicyOperation + parameters: + - name: dataPolicyOperation-id + in: path + description: The unique identifier of dataPolicyOperation + required: true + schema: + type: string + x-ms-docs-key-type: dataPolicyOperation + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Delete entity from dataPolicyOperations + operationId: dataPolicyOperations.dataPolicyOperation.DeleteDataPolicyOperation + parameters: + - name: dataPolicyOperation-id + in: path + description: The unique identifier of dataPolicyOperation + required: true + schema: + type: string + x-ms-docs-key-type: dataPolicyOperation + - 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 + /dataPolicyOperations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - dataPolicyOperations.dataPolicyOperation + summary: Get the number of the resource + operationId: dataPolicyOperations.GetCount-b129 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement: + description: Provides operations to manage the deviceAppManagement singleton. + get: + tags: + - deviceAppManagement.deviceAppManagement + summary: Get deviceAppManagement + description: Read properties and relationships of the deviceAppManagement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 + operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement + parameters: - name: $select in: query description: Select properties to be returned @@ -79988,6 +81733,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.reprovision + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -80060,6 +81848,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -81683,33 +83503,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /deviceManagement/virtualEndpoint/userSettings: - description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. + /deviceManagement/virtualEndpoint/report: + description: Provides operations to manage the report property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint - summary: List userSettings - description: Get a list of cloudPcUserSetting objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.ListUserSettings + summary: Get report from deviceManagement + description: Cloud PC-related reports. Read-only. + operationId: deviceManagement.virtualEndpoint.GetReport parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -81732,166 +83534,334 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - deviceManagement.virtualEndpoint - summary: Create cloudPcUserSetting - description: Create a new cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.CreateUserSettings + summary: Update the navigation property report in deviceManagement + operationId: deviceManagement.virtualEndpoint.UpdateReport requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + $ref: '#/components/schemas/microsoft.graph.cloudPcReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}': - description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. - get: + delete: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPcUserSetting - description: Read the properties and relationships of a cloudPcUserSetting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.GetUserSettings + summary: Delete navigation property report for deviceManagement + operationId: deviceManagement.virtualEndpoint.DeleteReport parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true + - name: If-Match + in: header + description: ETag schema: type: string - x-ms-docs-key-type: cloudPcUserSetting - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + '204': + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + /deviceManagement/virtualEndpoint/report/microsoft.graph.retrieveCloudPcRecommendationReports: + description: Provides operations to call the retrieveCloudPcRecommendationReports method. + post: tags: - deviceManagement.virtualEndpoint - summary: Update cloudPcUserSetting - description: Update the properties of a cloudPcUserSetting object. + summary: Invoke action retrieveCloudPcRecommendationReports + description: 'Retrieve Cloud PC recommendation reports for usage optimization and cost savings. The usage category report categorizes a Cloud PC as Undersized, Oversized, Rightsized, or Underutilized, and also provides the recommended SKU when the Cloud PC isn''t Rightsized.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.UpdateUserSettings - parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting + url: https://learn.microsoft.com/graph/api/cloudpcreport-retrievecloudpcrecommendationreports?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.report.retrieveCloudPcRecommendationReports requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + type: object + properties: + reportType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcRecommendationReportType' + - type: object + nullable: true + filter: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true required: true responses: 2XX: description: Success content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + type: object + properties: + value: + type: string + format: base64url + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + /deviceManagement/virtualEndpoint/userSettings: + description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. + get: tags: - deviceManagement.virtualEndpoint - summary: Delete cloudPcUserSetting - description: Delete a cloudPcUserSetting object. + summary: List userSettings + description: Get a list of cloudPcUserSetting objects and their properties. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 - operationId: deviceManagement.virtualEndpoint.DeleteUserSettings - parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting - - 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 - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments': - description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. - get: - tags: - - deviceManagement.virtualEndpoint - summary: Get assignments from deviceManagement - description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' - operationId: deviceManagement.virtualEndpoint.userSettings.ListAssignments + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.ListUserSettings parameters: - - name: cloudPcUserSetting-id - in: path - description: The unique identifier of cloudPcUserSetting - required: true - schema: - type: string - x-ms-docs-key-type: cloudPcUserSetting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceManagement.virtualEndpoint + summary: Create cloudPcUserSetting + description: Create a new cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.CreateUserSettings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}': + description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get cloudPcUserSetting + description: Read the properties and relationships of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.GetUserSettings + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.virtualEndpoint + summary: Update cloudPcUserSetting + description: Update the properties of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.UpdateUserSettings + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.virtualEndpoint + summary: Delete cloudPcUserSetting + description: Delete a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 + operationId: deviceManagement.virtualEndpoint.DeleteUserSettings + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting + - 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 + '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments': + description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get assignments from deviceManagement + description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' + operationId: deviceManagement.virtualEndpoint.userSettings.ListAssignments + parameters: + - name: cloudPcUserSetting-id + in: path + description: The unique identifier of cloudPcUserSetting + required: true + schema: + type: string + x-ms-docs-key-type: cloudPcUserSetting - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -108812,6 +110782,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -108934,6 +110910,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -127792,6 +129774,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -127928,6 +129916,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -179633,6 +181627,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -179783,6 +181783,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -368538,11 +370544,11 @@ paths: patch: tags: - me.userActivity - summary: Delete an activityHistoryItem - description: Delete an existing history item for an existing user activity. + summary: Create or replace an activityHistoryItem + description: Create a new or replace an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems parameters: - name: userActivity-id @@ -368579,7 +370585,11 @@ paths: delete: tags: - me.userActivity - summary: Delete navigation property historyItems for me + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.DeleteHistoryItems parameters: - name: userActivity-id @@ -368768,17 +370778,14 @@ paths: operationName: listMore x-ms-docs-grouped-path: - '/me/drives/{drive-id}/microsoft.graph.recent()' - /me/agreementAcceptances: - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + /me/adhocCalls: + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. get: tags: - - me.agreementAcceptance - summary: List agreementAcceptances - description: Allows the signed-in user to retrieve their agreementAcceptance objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 - operationId: me.ListAgreementAcceptances + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.ListAdhocCalls parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -368817,29 +370824,51 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/me/agreementAcceptances/{agreementAcceptance-id}': - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + post: + tags: + - me.adhocCall + summary: Create new navigation property to adhocCalls for me + operationId: me.CreateAdhocCalls + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. get: tags: - - me.agreementAcceptance - summary: Get agreementAcceptances from me - description: The user's terms of use acceptance statuses. Read-only. Nullable. - operationId: me.GetAgreementAcceptances + - me.adhocCall + summary: Get adhocCalls from me + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: me.GetAdhocCalls parameters: - - name: agreementAcceptance-id + - name: adhocCall-id in: path - description: The unique identifier of agreementAcceptance + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: agreementAcceptance + x-ms-docs-key-type: adhocCall - name: $select in: query description: Select properties to be returned @@ -368866,43 +370895,1212 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + $ref: '#/components/schemas/microsoft.graph.adhocCall' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /me/agreementAcceptances/$count: - description: Provides operations to count the resources in the collection. - get: + patch: tags: - - me.agreementAcceptance - summary: Get the number of the resource - operationId: me.agreementAcceptances.GetCount-dea5 + - me.adhocCall + summary: Update the navigation property adhocCalls in me + operationId: me.UpdateAdhocCalls parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' default: $ref: '#/components/responses/error' - /me/appRoleAssignments: - description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. - get: + x-ms-docs-operation-type: operation + delete: tags: - - me.appRoleAssignment - summary: Get appRoleAssignments from me - description: Represents the app roles a user is granted for an application. Supports $expand. - operationId: me.ListAppRoleAssignments + - me.adhocCall + summary: Delete navigation property adhocCalls for me + operationId: me.DeleteAdhocCalls parameters: - - name: ConsistencyLevel + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: If-Match in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + description: ETag schema: type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.ListRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to recordings for me + operationId: me.adhocCalls.CreateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get recordings from me + description: The recordings of a call. Read-only. + operationId: me.adhocCalls.GetRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property recordings in me + operationId: me.adhocCalls.UpdateRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property recordings for me + operationId: me.adhocCalls.DeleteRecordings + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property recordings from me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.GetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.UpdateRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property recordings in me + description: The content of the recording. Read-only. + operationId: me.adhocCalls.DeleteRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.recordings.GetCount-3fba + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.recordings.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@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: + - '/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}/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/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.ListTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.adhocCall + summary: Create new navigation property to transcripts for me + operationId: me.adhocCalls.CreateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - me.adhocCall + summary: Get transcripts from me + description: The transcripts of a call. Read-only. + operationId: me.adhocCalls.GetTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.adhocCall + summary: Update the navigation property transcripts in me + operationId: me.adhocCalls.UpdateTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.adhocCall + summary: Delete navigation property transcripts for me + operationId: me.adhocCalls.DeleteTranscripts + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - 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/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get content for the navigation property transcripts from me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete content for the navigation property transcripts in me + description: The content of the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. + get: + tags: + - me.adhocCall + summary: Get metadataContent for the navigation property transcripts from me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.GetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - me.adhocCall + summary: Update metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - me.adhocCall + summary: Delete metadataContent for the navigation property transcripts in me + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: me.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.transcripts.GetCount-d441 + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.adhocCall + summary: Invoke function delta + operationId: me.adhocCalls.adhocCall.transcripts.delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@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: + - '/me/adhocCalls/{adhocCall-id}/recordings/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}/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/adhocCalls/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.adhocCall + summary: Get the number of the resource + operationId: me.adhocCalls.GetCount-906d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/agreementAcceptances: + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + get: + tags: + - me.agreementAcceptance + summary: List agreementAcceptances + description: Allows the signed-in user to retrieve their agreementAcceptance objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 + operationId: me.ListAgreementAcceptances + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/me/agreementAcceptances/{agreementAcceptance-id}': + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. + get: + tags: + - me.agreementAcceptance + summary: Get agreementAcceptances from me + description: The user's terms of use acceptance statuses. Read-only. Nullable. + operationId: me.GetAgreementAcceptances + parameters: + - name: agreementAcceptance-id + in: path + description: The unique identifier of agreementAcceptance + required: true + schema: + type: string + x-ms-docs-key-type: agreementAcceptance + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /me/agreementAcceptances/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.agreementAcceptance + summary: Get the number of the resource + operationId: me.agreementAcceptances.GetCount-dea5 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/appRoleAssignments: + description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. + get: + tags: + - me.appRoleAssignment + summary: Get appRoleAssignments from me + description: Represents the app roles a user is granted for an application. Supports $expand. + operationId: me.ListAppRoleAssignments + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -371603,6 +374801,8 @@ paths: 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/events/{event-id}/instances/microsoft.graph.delta()' - /me/calendar/events/microsoft.graph.delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -372539,6 +375739,8 @@ paths: 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/microsoft.graph.delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -373013,6 +376215,8 @@ paths: 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/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -374066,6 +377270,8 @@ paths: 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() @@ -375280,6 +378486,8 @@ paths: 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() @@ -375894,6 +379102,8 @@ paths: 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() @@ -376747,6 +379957,8 @@ paths: 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() @@ -377825,6 +381037,8 @@ paths: 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() @@ -378369,6 +381583,8 @@ paths: 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() @@ -378740,6 +381956,8 @@ paths: 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() @@ -381610,6 +384828,8 @@ paths: 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() @@ -381749,6 +384969,8 @@ paths: 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() @@ -383551,6 +386773,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - me.cloudPC + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.reprovision + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/me/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -383630,6 +386895,38 @@ paths: - '/me/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - '/me/drives/{drive-id}/root/microsoft.graph.restore' - /me/microsoft.graph.restore + '/me/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - me.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: me.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/me/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -385050,6 +388347,8 @@ paths: 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() @@ -385236,6 +388535,8 @@ paths: 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() @@ -386116,6 +389417,8 @@ paths: 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() @@ -386281,6 +389584,8 @@ paths: 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() @@ -387034,6 +390339,8 @@ paths: 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() @@ -394876,6 +398183,8 @@ paths: 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() @@ -395003,6 +398312,8 @@ paths: 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() @@ -402080,6 +405391,8 @@ paths: 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() @@ -402200,6 +405513,8 @@ paths: 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() @@ -403003,6 +406318,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -403141,6 +406462,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -407157,6 +410484,8 @@ paths: 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() @@ -407277,6 +410606,8 @@ paths: 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() @@ -411341,6 +414672,8 @@ paths: 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() @@ -411815,6 +415148,8 @@ paths: 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() @@ -416959,6 +420294,8 @@ paths: 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() @@ -417112,6 +420449,8 @@ paths: 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() @@ -423046,6 +426385,8 @@ paths: 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() @@ -423185,6 +426526,8 @@ paths: 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() @@ -430429,7 +433772,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -430515,6 +433858,8 @@ paths: 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() @@ -430816,6 +434161,8 @@ paths: 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() @@ -432567,7 +435914,7 @@ paths: tags: - me.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -432646,6 +435993,8 @@ paths: 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() @@ -432912,6 +436261,8 @@ paths: 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() @@ -436961,7 +440312,7 @@ paths: tags: - me.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -437033,6 +440384,8 @@ paths: 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() @@ -446238,6 +449591,8 @@ paths: 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() @@ -446784,6 +450139,8 @@ paths: 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() @@ -457614,6 +460971,8 @@ paths: 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() @@ -457739,6 +461098,8 @@ paths: 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() @@ -515933,7 +519294,7 @@ paths: tags: - security.secureScoreControlProfile summary: Update secureScoreControlProfile - description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote.' + description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as tenantNote.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0 @@ -609204,7 +612565,7 @@ paths: tags: - solutions.backupRestoreRoot summary: Delete serviceApp - description: Delete a serviceApp. + description: 'Delete a serviceApp. When this API is called via Microsoft Graph PowerShell, it returns a 403 Forbidden response code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 @@ -619081,6 +622442,7 @@ paths: tags: - storage.fileStorage summary: Get containers from storage + description: The collection of active fileStorageContainer resources. operationId: storage.fileStorage.GetContainers parameters: - name: fileStorageContainer-id @@ -621736,13 +625098,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /storage/fileStorage/deletedContainers: - description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + /storage/fileStorage/containerTypeRegistrations: + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get deletedContainers from storage - operationId: storage.fileStorage.ListDeletedContainers + summary: List containerTypeRegistrations + description: Get a list of the fileStorageContainerTypeRegistration objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypeRegistrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -621781,7 +625147,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.fileStorageContainerCollectionResponse' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -621791,14 +625157,14 @@ paths: post: tags: - storage.fileStorage - summary: Create new navigation property to deletedContainers for storage - operationId: storage.fileStorage.CreateDeletedContainers + summary: Create new navigation property to containerTypeRegistrations for storage + operationId: storage.fileStorage.CreateContainerTypeRegistrations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' required: true responses: 2XX: @@ -621806,25 +625172,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}': - description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}': + description: Provides operations to manage the containerTypeRegistrations property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get deletedContainers from storage - operationId: storage.fileStorage.GetDeletedContainers + summary: Get fileStorageContainerTypeRegistration + description: Read the properties and relationships of a fileStorageContainerTypeRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypeRegistrations parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration - name: $select in: query description: Select properties to be returned @@ -621851,29 +625221,33 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage - summary: Update the navigation property deletedContainers in storage - operationId: storage.fileStorage.UpdateDeletedContainers + summary: Create fileStorageContainerTypeRegistration + description: 'Create or replace a fileStorageContainerTypeRegistration object. This method registers a fileStorageContainerType in the tenant. For standard containers, billing must be valid for the registration to complete successfully. Settings can''t be modified during registration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypeRegistrations parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' required: true responses: 2XX: @@ -621881,23 +625255,27 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage - summary: Delete navigation property deletedContainers for storage - operationId: storage.fileStorage.DeleteDeletedContainers + summary: Delete fileStorageContainerTypeRegistration + description: Delete a fileStorageContainerTypeRegistration object. A registration can only be deleted if it has neither containers nor deleted containers + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertyperegistrations?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypeRegistrations parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration - name: If-Match in: header description: ETag @@ -621909,21 +625287,25 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns': - description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. get: tags: - storage.fileStorage - summary: Get columns from storage - operationId: storage.fileStorage.deletedContainers.ListColumns + summary: List applicationPermissionGrants + description: List all app permission grants in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-list-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.ListApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -621961,7 +625343,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -621971,22 +625353,22 @@ paths: post: tags: - storage.fileStorage - summary: Create new navigation property to columns for storage - operationId: storage.fileStorage.deletedContainers.CreateColumns + summary: Create new navigation property to applicationPermissionGrants for storage + operationId: storage.fileStorage.containerTypeRegistrations.CreateApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerTypeRegistration requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' required: true responses: 2XX: @@ -621994,34 +625376,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}': - description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/{fileStorageContainerTypeAppPermissionGrant-appId}': + description: Provides operations to manage the applicationPermissionGrants property of the microsoft.graph.fileStorageContainerTypeRegistration entity. get: tags: - storage.fileStorage - summary: Get columns from storage - operationId: storage.fileStorage.deletedContainers.GetColumns + summary: Get fileStorageContainerTypeAppPermissionGrant + description: Read a specific app permission grant in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-get?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.GetApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant required: true schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant - name: $select in: query description: Select properties to be returned @@ -622048,36 +625432,40 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage - summary: Update the navigation property columns in storage - operationId: storage.fileStorage.deletedContainers.UpdateColumns + summary: Update fileStorageContainerTypeAppPermissionGrant + description: Update the properties of a fileStorageContainerTypeAppPermissionGrant object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertypeapppermissiongrant-update?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.UpdateApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant required: true schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' required: true responses: 2XX: @@ -622085,30 +625473,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage - summary: Delete navigation property columns for storage - operationId: storage.fileStorage.deletedContainers.DeleteColumns + summary: Delete fileStorageContainerTypeAppPermissionGrant + description: Delete a fileStorageContainerTypeAppPermissionGrant object in a fileStorageContainerTypeRegistration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-delete-applicationpermissiongrants?view=graph-rest-1.0 + operationId: storage.fileStorage.containerTypeRegistrations.DeleteApplicationPermissionGrants parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - name: fileStorageContainerTypeAppPermissionGrant-appId in: path - description: The unique identifier of columnDefinition + description: The unique identifier of fileStorageContainerTypeAppPermissionGrant required: true schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: fileStorageContainerTypeAppPermissionGrant - name: If-Match in: header description: ETag @@ -622120,31 +625512,70 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn': - description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. + '/storage/fileStorage/containerTypeRegistrations/{fileStorageContainerTypeRegistration-id}/applicationPermissionGrants/$count': + description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage - summary: Get sourceColumn from storage - description: The source column for the content type column. - operationId: storage.fileStorage.deletedContainers.columns.GetSourceColumn + summary: Get the number of the resource + operationId: storage.fileStorage.containerTypeRegistrations.applicationPermissionGrants.GetCount-000d parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerTypeRegistration-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerTypeRegistration required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true + x-ms-docs-key-type: fileStorageContainerTypeRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/containerTypeRegistrations/$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.containerTypeRegistrations.GetCount-6b6c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/containerTypes: + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: List containerTypes + description: Get a list of the fileStorageContainerType objects and their properties for the current tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-list-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.ListContainerTypes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: columnDefinition + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -622167,54 +625598,646 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/responses/microsoft.graph.fileStorageContainerTypeCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/$count': - description: Provides operations to count the resources in the collection. - get: + post: tags: - storage.fileStorage - summary: Get the number of the resource - operationId: storage.fileStorage.deletedContainers.columns.GetCount-b2c3 - 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' + summary: Create fileStorageContainerType + description: Create a new fileStorageContainerType in the owning tenant. The number of container types in a tenant is limited. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-post-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.CreateContainerTypes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' default: $ref: '#/components/responses/error' - '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/drive': - description: Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. + x-ms-docs-operation-type: operation + '/storage/fileStorage/containerTypes/{fileStorageContainerType-id}': + description: Provides operations to manage the containerTypes property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage - summary: Get drive from storage - description: The drive of the resource fileStorageContainer. Read-only. - operationId: storage.fileStorage.deletedContainers.GetDrive + summary: Get fileStorageContainerType + description: Get a fileStorageContainerType using its ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-get?view=graph-rest-1.0 + operationId: storage.fileStorage.GetContainerTypes parameters: - - name: fileStorageContainer-id + - name: fileStorageContainerType-id in: path - description: The unique identifier of fileStorageContainer + description: The unique identifier of fileStorageContainerType required: true schema: type: string - x-ms-docs-key-type: fileStorageContainer + x-ms-docs-key-type: fileStorageContainerType + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update fileStorageContainerType + description: 'Update the properties of a fileStorageContainerType object. The properties updated are reflected in each registered fileStorageContainerTypeRegistration in a maximum of 24 hours. Settings overridden in a tenant aren''t updated. ETag is used for optimistic concurrency control. It must match the value from Create, Get or the previous Update.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestoragecontainertype-update?view=graph-rest-1.0 + operationId: storage.fileStorage.UpdateContainerTypes + parameters: + - name: fileStorageContainerType-id + in: path + description: The unique identifier of fileStorageContainerType + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerType + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete fileStorageContainerType + description: Delete a fileStorageContainerType object from the tenant. A fileStorageContainerType can only be deleted if no registrations are associated with it in any tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filestorage-delete-containertypes?view=graph-rest-1.0 + operationId: storage.fileStorage.DeleteContainerTypes + parameters: + - name: fileStorageContainerType-id + in: path + description: The unique identifier of fileStorageContainerType + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainerType + - 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 + /storage/fileStorage/containerTypes/$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.containerTypes.GetCount-4de4 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /storage/fileStorage/deletedContainers: + description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. + operationId: storage.fileStorage.ListDeletedContainers + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.fileStorageContainerCollectionResponse' + 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 deletedContainers for storage + operationId: storage.fileStorage.CreateDeletedContainers + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}': + description: Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. + get: + tags: + - storage.fileStorage + summary: Get deletedContainers from storage + description: The collection of deleted fileStorageContainer resources. + operationId: storage.fileStorage.GetDeletedContainers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property deletedContainers in storage + operationId: storage.fileStorage.UpdateDeletedContainers + 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 values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property deletedContainers for storage + operationId: storage.fileStorage.DeleteDeletedContainers + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - 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 + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns': + description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get columns from storage + operationId: storage.fileStorage.deletedContainers.ListColumns + 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.columnDefinitionCollectionResponse' + 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 columns for storage + operationId: storage.fileStorage.deletedContainers.CreateColumns + 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.columnDefinition' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}': + description: Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get columns from storage + operationId: storage.fileStorage.deletedContainers.GetColumns + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - storage.fileStorage + summary: Update the navigation property columns in storage + operationId: storage.fileStorage.deletedContainers.UpdateColumns + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - storage.fileStorage + summary: Delete navigation property columns for storage + operationId: storage.fileStorage.deletedContainers.DeleteColumns + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + - 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}/columns/{columnDefinition-id}' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn': + description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. + get: + tags: + - storage.fileStorage + summary: Get sourceColumn from storage + description: The source column for the content type column. + operationId: storage.fileStorage.deletedContainers.columns.GetSourceColumn + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + schema: + type: string + x-ms-docs-key-type: columnDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn' + '/storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - storage.fileStorage + summary: Get the number of the resource + operationId: storage.fileStorage.deletedContainers.columns.GetCount-b2c3 + 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/{fileStorageContainer-id}/drive': + description: Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. + get: + tags: + - storage.fileStorage + summary: Get drive from storage + description: The drive of the resource fileStorageContainer. Read-only. + operationId: storage.fileStorage.deletedContainers.GetDrive + parameters: + - name: fileStorageContainer-id + in: path + description: The unique identifier of fileStorageContainer + required: true + schema: + type: string + x-ms-docs-key-type: fileStorageContainer - name: $select in: query description: Select properties to be returned @@ -647798,15 +651821,1192 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.userActivity + summary: Update the navigation property historyItems in users + operationId: users.activities.UpdateHistoryItems + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - name: activityHistoryItem-id + in: path + description: The unique identifier of activityHistoryItem + required: true + schema: + type: string + x-ms-docs-key-type: activityHistoryItem + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.userActivity + summary: Delete navigation property historyItems for users + operationId: users.activities.DeleteHistoryItems + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - name: activityHistoryItem-id + in: path + description: The unique identifier of activityHistoryItem + required: true + schema: + type: string + x-ms-docs-key-type: activityHistoryItem + - 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 + '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity': + description: Provides operations to manage the activity property of the microsoft.graph.activityHistoryItem entity. + get: + tags: + - users.userActivity + summary: Get activity from users + description: Optional. NavigationProperty/Containment; navigation property to the associated activity. + operationId: users.activities.historyItems.GetActivity + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - name: activityHistoryItem-id + in: path + description: The unique identifier of activityHistoryItem + required: true + schema: + type: string + x-ms-docs-key-type: activityHistoryItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userActivity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/activities/{userActivity-id}/historyItems/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.userActivity + summary: Get the number of the resource + operationId: users.activities.historyItems.GetCount-625e + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: userActivity-id + in: path + description: The unique identifier of userActivity + required: true + schema: + type: string + x-ms-docs-key-type: userActivity + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/activities/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.userActivity + summary: Get the number of the resource + operationId: users.activities.GetCount-39cc + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/activities/microsoft.graph.recent()': + description: Provides operations to call the recent method. + get: + tags: + - users.userActivity + summary: Invoke function recent + description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 + operationId: users.user.activities.recent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of userActivity + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + '@odata.nextLink': + 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: + - '/users/{user-id}/drives/{drive-id}/microsoft.graph.recent()' + '/users/{user-id}/adhocCalls': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.ListAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to adhocCalls for users + operationId: users.CreateAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}': + description: Provides operations to manage the adhocCalls property of the microsoft.graph.user entity. + get: + tags: + - users.adhocCall + summary: Get adhocCalls from users + description: Ad hoc calls associated with the user. Read-only. Nullable. + operationId: users.GetAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property adhocCalls in users + operationId: users.UpdateAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property adhocCalls for users + operationId: users.DeleteAdhocCalls + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - 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 + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + operationId: users.adhocCalls.ListRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to recordings for users + operationId: users.adhocCalls.CreateRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + description: Provides operations to manage the recordings property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.adhocCall + summary: Update the navigation property recordings in users + operationId: users.adhocCalls.UpdateRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.adhocCall + summary: Delete navigation property recordings for users + operationId: users.adhocCalls.DeleteRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - 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 + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + description: Provides operations to manage the media for the user entity. + get: + tags: + - users.adhocCall + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.UpdateRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.adhocCalls.DeleteRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.recordings.GetCount-07d8 + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.recordings.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: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@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: + - '/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}/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}/adhocCalls/{adhocCall-id}/transcripts': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + operationId: users.adhocCalls.ListTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.adhocCall + summary: Create new navigation property to transcripts for users + operationId: users.adhocCalls.CreateTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + description: Provides operations to manage the transcripts property of the microsoft.graph.adhocCall entity. + get: + tags: + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - users.userActivity - summary: Update the navigation property historyItems in users - operationId: users.activities.UpdateHistoryItems + - users.adhocCall + summary: Update the navigation property transcripts in users + operationId: users.adhocCalls.UpdateTranscripts parameters: - name: user-id in: path @@ -647815,26 +653015,26 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - name: activityHistoryItem-id + x-ms-docs-key-type: adhocCall + - name: callTranscript-id in: path - description: The unique identifier of activityHistoryItem + description: The unique identifier of callTranscript required: true schema: type: string - x-ms-docs-key-type: activityHistoryItem + x-ms-docs-key-type: callTranscript requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: 2XX: @@ -647842,15 +653042,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - users.userActivity - summary: Delete navigation property historyItems for users - operationId: users.activities.DeleteHistoryItems + - users.adhocCall + summary: Delete navigation property transcripts for users + operationId: users.adhocCalls.DeleteTranscripts parameters: - name: user-id in: path @@ -647859,20 +653059,20 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - name: activityHistoryItem-id + x-ms-docs-key-type: adhocCall + - name: callTranscript-id in: path - description: The unique identifier of activityHistoryItem + description: The unique identifier of callTranscript required: true schema: type: string - x-ms-docs-key-type: activityHistoryItem + x-ms-docs-key-type: callTranscript - name: If-Match in: header description: ETag @@ -647884,14 +653084,17 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity': - description: Provides operations to manage the activity property of the microsoft.graph.activityHistoryItem entity. + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + description: Provides operations to manage the media for the user entity. get: tags: - - users.userActivity - summary: Get activity from users - description: Optional. NavigationProperty/Containment; navigation property to the associated activity. - operationId: users.activities.historyItems.GetActivity + - users.adhocCall + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + operationId: users.adhocCalls.GetTranscriptsContent parameters: - name: user-id in: path @@ -647900,57 +653103,121 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - name: activityHistoryItem-id + x-ms-docs-key-type: adhocCall + - name: callTranscript-id in: path - description: The unique identifier of activityHistoryItem + description: The unique identifier of callTranscript required: true schema: type: string - x-ms-docs-key-type: activityHistoryItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: callTranscript + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.adhocCall + summary: Update content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true schema: - uniqueItems: true - type: array - items: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: type: string + format: binary + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.userActivity' + $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/activities/{userActivity-id}/historyItems/$count': - description: Provides operations to count the resources in the collection. + delete: + tags: + - users.adhocCall + summary: Delete content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + description: Provides operations to manage the media for the user entity. get: tags: - - users.userActivity - summary: Get the number of the resource - operationId: users.activities.historyItems.GetCount-625e + - users.adhocCall + summary: Get metadataContent for the navigation property transcripts from users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.GetTranscriptsMetadataContent parameters: - name: user-id in: path @@ -647959,27 +653226,116 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: userActivity-id + - name: adhocCall-id in: path - description: The unique identifier of userActivity + description: The unique identifier of adhocCall required: true schema: type: string - x-ms-docs-key-type: userActivity - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary default: $ref: '#/components/responses/error' - '/users/{user-id}/activities/$count': + put: + tags: + - users.adhocCall + summary: Update metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.UpdateTranscriptsMetadataContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.adhocCall + summary: Delete metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: users.adhocCalls.DeleteTranscriptsMetadataContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/$count': description: Provides operations to count the resources in the collection. get: tags: - - users.userActivity + - users.adhocCall summary: Get the number of the resource - operationId: users.activities.GetCount-39cc + operationId: users.adhocCalls.transcripts.GetCount-a77e parameters: - name: user-id in: path @@ -647988,6 +653344,13 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -647995,17 +653358,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/users/{user-id}/activities/microsoft.graph.recent()': - description: Provides operations to call the recent method. + '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. get: tags: - - users.userActivity - summary: Invoke function recent - description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 - operationId: users.user.activities.recent + - users.adhocCall + summary: Invoke function delta + operationId: users.user.adhocCalls.adhocCall.transcripts.delta parameters: - name: user-id in: path @@ -648014,6 +653373,13 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + schema: + type: string + x-ms-docs-key-type: adhocCall - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -648055,16 +653421,19 @@ paths: content: application/json: schema: - title: Collection of userActivity + title: Collection of callTranscript type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.userActivity' + $ref: '#/components/schemas/microsoft.graph.callTranscript' '@odata.nextLink': type: string nullable: true + '@odata.deltaLink': + type: string + nullable: true default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -648072,7 +653441,69 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - - '/users/{user-id}/drives/{drive-id}/microsoft.graph.recent()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/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}/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}/adhocCalls/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.adhocCall + summary: Get the number of the resource + operationId: users.adhocCalls.GetCount-0e82 + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/users/{user-id}/agreementAcceptances': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: @@ -651509,6 +656940,8 @@ paths: 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/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()' @@ -652585,6 +658018,8 @@ paths: 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/microsoft.graph.delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -653131,6 +658566,8 @@ paths: 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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' @@ -654311,6 +659748,8 @@ paths: 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()' @@ -655667,6 +661106,8 @@ paths: 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()' @@ -656353,6 +661794,8 @@ paths: 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()' @@ -657324,6 +662767,8 @@ paths: 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()' @@ -658540,6 +663985,8 @@ paths: 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()' @@ -659156,6 +664603,8 @@ paths: 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()' @@ -659568,6 +665017,8 @@ paths: 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()' @@ -662887,6 +668338,8 @@ paths: 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()' @@ -663042,6 +668495,8 @@ paths: 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()' @@ -665168,6 +670623,56 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': + description: Provides operations to call the reprovision method. + post: + tags: + - users.cloudPC + summary: Invoke action reprovision + description: Reprovision a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.reprovision + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + userAccountType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + - type: object + nullable: true + osVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOperatingSystem' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.resize': description: Provides operations to call the resize method. post: @@ -665261,6 +670766,45 @@ paths: - '/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.restore' - '/users/{user-id}/microsoft.graph.restore' + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPcLaunchDetail()': + description: Provides operations to call the retrieveCloudPcLaunchDetail method. + get: + tags: + - users.cloudPC + summary: Invoke function retrieveCloudPcLaunchDetail + description: Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0 + operationId: users.user.cloudPCs.cloudPC.retrieveCloudPcLaunchDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchDetail' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': description: Provides operations to call the troubleshoot method. post: @@ -666874,6 +672418,8 @@ paths: 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()' @@ -667083,6 +672629,8 @@ paths: 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()' @@ -668091,6 +673639,8 @@ paths: 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()' @@ -668279,6 +673829,8 @@ paths: 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()' @@ -669150,6 +674702,8 @@ paths: 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()' @@ -678227,6 +683781,8 @@ paths: 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()' @@ -678363,6 +683919,8 @@ paths: 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()' @@ -686478,6 +692036,8 @@ paths: 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()' @@ -686607,6 +692167,8 @@ paths: 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()' @@ -687545,6 +693107,12 @@ paths: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -687697,6 +693265,12 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2027-11-01' + date: '2025-11-13' + version: 2025-11/Removal + description: 'This API is deprecated and will stop returning data after November, 2027.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -692378,6 +697952,8 @@ paths: 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()' @@ -692507,6 +698083,8 @@ paths: 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()' @@ -697228,6 +702806,8 @@ paths: 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()' @@ -697774,6 +703354,8 @@ paths: 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()' @@ -703703,6 +709285,8 @@ paths: 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()' @@ -703872,6 +709456,8 @@ paths: 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()' @@ -710732,6 +716318,8 @@ paths: 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()' @@ -710887,6 +716475,8 @@ paths: 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()' @@ -719290,7 +724880,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -719383,6 +724973,8 @@ paths: 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()' @@ -719716,6 +725308,8 @@ paths: 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()' @@ -721700,7 +727294,7 @@ paths: tags: - users.mailFolder summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -721786,6 +727380,8 @@ paths: 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()' @@ -722084,6 +727680,8 @@ paths: 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()' @@ -726873,7 +732471,7 @@ paths: tags: - users.message summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." + description: "Get a set of messages added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). It allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -726952,6 +732550,8 @@ paths: 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()' @@ -737609,6 +743209,8 @@ paths: 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()' @@ -738260,6 +743862,8 @@ paths: 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()' @@ -746387,6 +751991,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.ListWindows parameters: - name: user-id @@ -746476,6 +752081,7 @@ paths: tags: - users.userSettings summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: users.settings.GetWindows parameters: - name: user-id @@ -750930,6 +756536,8 @@ paths: 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()' @@ -751071,6 +756679,8 @@ paths: 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()' @@ -751957,6 +757567,8 @@ paths: 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()' @@ -753377,6 +758989,24 @@ components: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: addLargeGalleryViewOperation type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true microsoft.graph.admin: title: admin type: object @@ -753763,6 +759393,17 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: aiInteractionHistory type: object + microsoft.graph.aiOnlineMeeting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: aiOnlineMeeting + type: object + properties: + aiInsights: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + x-ms-navigationProperty: true microsoft.graph.aiUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -753775,6 +759416,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + onlineMeetings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + x-ms-navigationProperty: true microsoft.graph.akamaiWebApplicationFirewallProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' @@ -757331,6 +762977,41 @@ components: items: $ref: '#/components/schemas/microsoft.graph.participant' x-ms-navigationProperty: true + microsoft.graph.callAiInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callAiInsight + type: object + properties: + actionItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + callId: + type: string + nullable: true + contentCorrelationId: + type: string + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + meetingNotes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' + viewpoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.callAiInsightViewPoint' + - type: object + nullable: true microsoft.graph.callEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -758023,6 +763704,11 @@ components: title: cloudCommunications type: object properties: + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + x-ms-navigationProperty: true callRecords: type: array items: @@ -758448,6 +764134,11 @@ components: $ref: '#/components/schemas/microsoft.graph.user' description: 'The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.' x-ms-navigationProperty: true + microsoft.graph.cloudPcReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcReport + type: object microsoft.graph.cloudPcUserSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -760211,7 +765902,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Desks that are taken down for maintenance or marked as not reservable.' microsoft.graph.detectedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -765465,11 +771156,25 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of active fileStorageContainer resources. + x-ms-navigationProperty: true + containerTypeRegistrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + description: The collection of fileStorageContainerTypeRegistration resources. + x-ms-navigationProperty: true + containerTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + description: The collection of fileStorageContainerType resources. x-ms-navigationProperty: true deletedContainers: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' + description: The collection of deleted fileStorageContainer resources. x-ms-navigationProperty: true microsoft.graph.fileStorageContainer: allOf: @@ -765477,6 +771182,12 @@ components: - title: fileStorageContainer type: object properties: + assignedSensitivityLabel: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.assignedLabel' + - type: object + nullable: true + description: Sensitivity label assigned to the fileStorageContainer. Read-write. containerTypeId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string @@ -765551,6 +771262,101 @@ components: nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true + microsoft.graph.fileStorageContainerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerType + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + 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 creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerType. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. + format: uuid + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettings' + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + title: fileStorageContainerTypeAppPermissionGrant + type: object + properties: + appId: + type: string + description: Application ID to which to set permissions. + applicationPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use delegated tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + delegatedPermissions: + type: array + items: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission' + - type: object + nullable: true + description: 'Allowed permissions when you use application tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.' + microsoft.graph.fileStorageContainerTypeRegistration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fileStorageContainerTypeRegistration + type: object + properties: + billingClassification: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification' + billingStatus: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus' + etag: + type: string + description: Used in update scenarios for optimistic concurrency control. Read-only. + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + name: + type: string + description: The name of the fileStorageContainerTypeRegistration. Read-only. + owningAppId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: ID of the application that owns the fileStorageContainerType. Read-only. + format: uuid + registeredDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The registration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + settings: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationSettings' + applicationPermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + description: Access privileges of applications on containers. + x-ms-navigationProperty: true microsoft.graph.filterOperatorSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -768182,6 +773988,12 @@ components: - type: object nullable: true description: The content type of this list item + deleted: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deleted' + - type: object + nullable: true + description: 'If present in the result of a delta enumeration, indicates that the item was deleted. Read-only.' sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' @@ -776630,6 +782442,9 @@ components: displayName: type: string nullable: true + hasProtection: + type: boolean + nullable: true isDefault: type: boolean nullable: true @@ -781994,6 +787809,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -783870,6 +789691,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsSetting' + description: The Windows settings of the user stored in the cloud. x-ms-navigationProperty: true microsoft.graph.userSignInInsight: allOf: @@ -783994,6 +789816,13 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' description: A collection of Cloud PC provisioning policies. x-ms-navigationProperty: true + report: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcReport' + - type: object + nullable: true + description: Cloud PC-related reports. Read-only. + x-ms-navigationProperty: true userSettings: type: array items: @@ -788386,7 +794215,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true - description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms Pro management portal.' + description: 'The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable.' nickname: type: string description: 'A short, friendly name for the workspace, often used for easier identification or display in the UI.' @@ -789064,6 +794893,19 @@ components: - type: object nullable: true description: 'The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.' + microsoft.graph.actionItem: + title: actionItem + type: object + properties: + ownerDisplayName: + type: string + nullable: true + text: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.actionResultPart: title: actionResultPart type: object @@ -791438,6 +797280,14 @@ components: - $ref: '#/components/schemas/microsoft.graph.calendarSharingActionImportance' - type: object nullable: true + microsoft.graph.callAiInsightViewPoint: + title: callAiInsightViewPoint + type: object + properties: + mentionEvents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' microsoft.graph.callEndedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -792449,6 +798299,27 @@ components: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' nullable: true + microsoft.graph.cloudPcLaunchDetail: + title: cloudPcLaunchDetail + type: object + properties: + cloudPcId: + type: string + description: The unique identifier of the Cloud PC. + cloudPcLaunchUrl: + type: string + description: The connect URL of the Cloud PC. + nullable: true + windows365SwitchCompatibilityFailureReasonType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windows365SwitchCompatibilityFailureReasonType' + - type: object + nullable: true + description: 'Indicates the reason the Cloud PC isn''t compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality.' + windows365SwitchCompatible: + type: boolean + description: 'Indicates whether the Cloud PC supports switch functionality. If the value is true, it supports switch functionality; otherwise, false.' + nullable: true microsoft.graph.cloudPcManagementAssignmentTarget: title: cloudPcManagementAssignmentTarget type: object @@ -795959,6 +801830,92 @@ components: description: The maximum major versions allowed for items in the container. Optional. Read-write. format: int32 nullable: true + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + title: fileStorageContainerTypeRegistrationSettings + type: object + properties: + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true + microsoft.graph.fileStorageContainerTypeSettings: + title: fileStorageContainerTypeSettings + type: object + properties: + consumingTenantOverridables: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeSettingsOverride' + - type: object + nullable: true + description: 'A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue.' + isDiscoverabilityEnabled: + type: boolean + description: Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. + nullable: true + isItemVersioningEnabled: + type: boolean + description: Indicates whether item versioning is enabled. + nullable: true + isSearchEnabled: + type: boolean + description: Indicates whether search is enabled. + nullable: true + isSharingRestricted: + type: boolean + description: Only the manager and owner can share files in the container if restricted sharing is enabled. + nullable: true + itemMajorVersionLimit: + type: number + description: Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). + format: int64 + nullable: true + maxStoragePerContainerInBytes: + type: number + description: Controls maximum storage in bytes. + format: int64 + nullable: true + sharingCapability: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' + - type: object + nullable: true + description: 'Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue.' + urlTemplate: + type: string + description: Pattern used to redirect files. + nullable: true microsoft.graph.fileStorageContainerViewpoint: title: fileStorageContainerViewpoint type: object @@ -797945,6 +803902,30 @@ components: microsoft.graph.meetingInfo: title: meetingInfo type: object + microsoft.graph.meetingNote: + title: meetingNote + type: object + properties: + subpoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' + text: + type: string + nullable: true + title: + type: string + nullable: true + microsoft.graph.meetingNoteSubpoint: + title: meetingNoteSubpoint + type: object + properties: + text: + type: string + nullable: true + title: + type: string + nullable: true microsoft.graph.meetingParticipantInfo: title: meetingParticipantInfo type: object @@ -798142,6 +804123,23 @@ components: items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: The identities of the users mentioned in this action. + microsoft.graph.mentionEvent: + title: mentionEvent + type: object + properties: + eventDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + speaker: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + transcriptUtterance: + type: string + nullable: true microsoft.graph.messagePinnedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' @@ -802495,7 +808493,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: Total number of artifacts restored. + description: Total number of mailbox items that can be restored for a granular restore session. format: int32 nullable: true restorePoint: @@ -810135,6 +816133,13 @@ components: - azureADJoin - unknownFutureValue type: string + microsoft.graph.cloudPcOperatingSystem: + title: cloudPcOperatingSystem + enum: + - windows10 + - windows11 + - unknownFutureValue + type: string microsoft.graph.cloudPcProvisioningPolicyImageType: title: cloudPcProvisioningPolicyImageType enum: @@ -810149,6 +816154,12 @@ components: - shared - unknownFutureValue type: string + microsoft.graph.cloudPcRecommendationReportType: + title: cloudPcRecommendationReportType + enum: + - cloudPcUsageCategoryReport + - unknownFutureValue + type: string microsoft.graph.cloudPcRegionGroup: title: cloudPcRegionGroup enum: @@ -810185,6 +816196,13 @@ components: - twentyFourHours - unknownFutureValue type: string + microsoft.graph.cloudPcUserAccountType: + title: cloudPcUserAccountType + enum: + - standardUser + - administrator + - unknownFutureValue + type: string microsoft.graph.coachmarkLocationType: title: coachmarkLocationType enum: @@ -812130,6 +818148,21 @@ components: - ctph - unknownFutureValue type: string + microsoft.graph.fileStorageContainerBillingClassification: + title: fileStorageContainerBillingClassification + enum: + - standard + - trial + - directToCustomer + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerBillingStatus: + title: fileStorageContainerBillingStatus + enum: + - invalid + - valid + - unknownFutureValue + type: string microsoft.graph.fileStorageContainerStatus: title: fileStorageContainerStatus enum: @@ -812137,6 +818170,39 @@ components: - active - unknownFutureValue type: string + microsoft.graph.fileStorageContainerTypeAppPermission: + title: fileStorageContainerTypeAppPermission + enum: + - none + - readContent + - writeContent + - manageContent + - create + - delete + - read + - write + - enumeratePermissions + - addPermissions + - updatePermissions + - deletePermissions + - deleteOwnPermission + - managePermissions + - full + - unknownFutureValue + type: string + microsoft.graph.fileStorageContainerTypeSettingsOverride: + title: fileStorageContainerTypeSettingsOverride + enum: + - urlTemplate + - isDiscoverabilityEnabled + - isSearchEnabled + - isItemVersioningEnabled + - itemMajorVersionLimit + - maxStoragePerContainerInBytes + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.filterMode: title: filterMode enum: @@ -818271,6 +824337,13 @@ components: - value: windows10ProfessionalWorkstationN description: Windows 10 Professional for Workstations N name: windows10ProfessionalWorkstationN + microsoft.graph.windows365SwitchCompatibilityFailureReasonType: + title: windows365SwitchCompatibilityFailureReasonType + enum: + - osVersionNotSupported + - hardwareNotSupported + - unknownFutureValue + type: string microsoft.graph.windowsArchitecture: title: windowsArchitecture enum: @@ -825794,7 +831867,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.defenderAvStatus' - type: object nullable: true - description: 'State of the Defender AntiMalware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' + description: 'State of the Defender anti-malware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.' deviceDnsName: type: string description: The fully qualified domain name (FQDN) for the device. @@ -826858,25 +832931,31 @@ components: properties: configurationId: type: string + description: The unique identifier of the mailbox configuration. nullable: true configurationType: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.mailboxConfigurationType' - type: object nullable: true + description: 'The type of mailbox configuration. The possible values are: mailForwardingRule, owaSettings, ewsSettings, mailDelegation, userInboxRule, unknownFutureValue.' displayName: type: string + description: The display name of the mailbox. nullable: true externalDirectoryObjectId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string + description: The external directory object identifier of the mailbox. format: uuid nullable: true mailboxPrimaryAddress: type: string + description: The primary email address of the mailbox. nullable: true upn: type: string + description: The user principal name (UPN) of the mailbox. nullable: true microsoft.graph.security.mailboxEvidence: allOf: @@ -829527,6 +835606,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.callRecordingCollectionResponse: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.callTranscriptCollectionResponse: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.extensionCollectionResponse: title: Collection of extension type: object @@ -829560,6 +835661,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.callAiInsightCollectionResponse: + title: Collection of callAiInsight + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callAiInsight' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.aiOnlineMeetingCollectionResponse: + title: Collection of aiOnlineMeeting + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeeting' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: title: Collection of deviceCompliancePolicyAssignment type: object @@ -830715,6 +836838,17 @@ 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 @@ -832244,6 +838378,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + title: Collection of fileStorageContainerTypeRegistration + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.fileStorageContainerTypeCollectionResponse: + title: Collection of fileStorageContainerType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerType' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.sharePointMigrationJobCollectionResponse: title: Collection of sharePointMigrationJob type: object @@ -832255,6 +838411,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + title: Collection of fileStorageContainerTypeAppPermissionGrant + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.appRoleAssignmentCollectionResponse: title: Collection of appRoleAssignment type: object @@ -832926,28 +839093,6 @@ components: '@odata.nextLink': type: string nullable: true - microsoft.graph.callRecordingCollectionResponse: - title: Collection of callRecording - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callRecording' - '@odata.nextLink': - type: string - nullable: true - microsoft.graph.callTranscriptCollectionResponse: - title: Collection of callTranscript - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callTranscript' - '@odata.nextLink': - type: string - nullable: true microsoft.graph.organizationalBrandingLocalizationCollectionResponse: title: Collection of organizationalBrandingLocalization type: object @@ -838503,6 +844648,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.actionItemCollectionResponse: + title: Collection of microsoft.graph.actionItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.actionItem' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.meetingNoteCollectionResponse: + title: Collection of microsoft.graph.meetingNote + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNote' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.certificateAuthorityCollectionResponse: title: Collection of microsoft.graph.certificateAuthority type: object @@ -839823,6 +845990,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.mentionEventCollectionResponse: + title: Collection of microsoft.graph.mentionEvent + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mentionEvent' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.callParticipantInfoCollectionResponse: title: Collection of microsoft.graph.callParticipantInfo type: object @@ -840120,6 +846298,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.meetingNoteSubpointCollectionResponse: + title: Collection of microsoft.graph.meetingNoteSubpoint + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpoint' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.meetingParticipantInfoCollectionResponse: title: Collection of microsoft.graph.meetingParticipantInfo type: object @@ -841669,6 +847858,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentActivityCollectionResponse' + microsoft.graph.callRecordingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' + microsoft.graph.callTranscriptCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.extensionCollectionResponse: description: Retrieved collection content: @@ -841687,6 +847888,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersionCollectionResponse' + microsoft.graph.callAiInsightCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callAiInsightCollectionResponse' + microsoft.graph.aiOnlineMeetingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.aiOnlineMeetingCollectionResponse' microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse: description: Retrieved collection content: @@ -842317,6 +848530,12 @@ 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: @@ -843151,12 +849370,30 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainerCollectionResponse' + microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationCollectionResponse' + microsoft.graph.fileStorageContainerTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeCollectionResponse' microsoft.graph.sharePointMigrationJobCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJobCollectionResponse' + microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrantCollectionResponse' microsoft.graph.appRoleAssignmentCollectionResponse: description: Retrieved collection content: @@ -843523,18 +849760,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReportCollectionResponse' - microsoft.graph.callRecordingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' - microsoft.graph.callTranscriptCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.organizationalBrandingLocalizationCollectionResponse: description: Retrieved collection content: @@ -846565,6 +852790,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfoCollectionResponse' + microsoft.graph.actionItemCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.actionItemCollectionResponse' + microsoft.graph.meetingNoteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteCollectionResponse' microsoft.graph.certificateAuthorityCollectionResponse: description: Retrieved collection content: @@ -847285,6 +853522,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRangeCollectionResponse' + microsoft.graph.mentionEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mentionEventCollectionResponse' microsoft.graph.callParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -847447,6 +853690,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationConstraintItemCollectionResponse' + microsoft.graph.meetingNoteSubpointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingNoteSubpointCollectionResponse' microsoft.graph.meetingParticipantInfoCollectionResponse: description: Retrieved collection content: @@ -848662,6 +854911,12 @@ components: '@odata.type': microsoft.graph.status userTimezone: String microsoft.graph.addLargeGalleryViewOperation: { } + microsoft.graph.adhocCall: + value: + recordings: + - '@odata.type': microsoft.graph.callRecording + transcripts: + - '@odata.type': microsoft.graph.callTranscript microsoft.graph.admin: value: edge: @@ -848780,10 +855035,16 @@ components: requestId: String sessionId: String microsoft.graph.aiInteractionHistory: { } + microsoft.graph.aiOnlineMeeting: + value: + aiInsights: + - '@odata.type': microsoft.graph.callAiInsight microsoft.graph.aiUser: value: interactionHistory: '@odata.type': microsoft.graph.aiInteractionHistory + onlineMeetings: + - '@odata.type': microsoft.graph.aiOnlineMeeting microsoft.graph.akamaiWebApplicationFirewallProvider: value: accessToken: String @@ -849866,6 +856127,18 @@ components: '@odata.type': microsoft.graph.toneInfo transcription: '@odata.type': microsoft.graph.callTranscriptionInfo + microsoft.graph.callAiInsight: + value: + actionItems: + - '@odata.type': microsoft.graph.actionItem + callId: String + contentCorrelationId: String + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + meetingNotes: + - '@odata.type': microsoft.graph.meetingNote + viewpoint: + '@odata.type': microsoft.graph.callAiInsightViewPoint microsoft.graph.callEvent: value: callEventType: @@ -850069,6 +856342,8 @@ components: - '@odata.type': microsoft.graph.cloudClipboardItem microsoft.graph.cloudCommunications: value: + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall callRecords: - '@odata.type': microsoft.graph.callRecords.callRecord calls: @@ -850198,6 +856473,7 @@ components: - '@odata.type': microsoft.graph.user target: '@odata.type': microsoft.graph.cloudPcManagementAssignmentTarget + microsoft.graph.cloudPcReport: { } microsoft.graph.cloudPcUserSetting: value: assignments: @@ -852310,10 +858586,16 @@ components: value: containers: - '@odata.type': microsoft.graph.fileStorageContainer + containerTypeRegistrations: + - '@odata.type': microsoft.graph.fileStorageContainerTypeRegistration + containerTypes: + - '@odata.type': microsoft.graph.fileStorageContainerType deletedContainers: - '@odata.type': microsoft.graph.fileStorageContainer microsoft.graph.fileStorageContainer: value: + assignedSensitivityLabel: + '@odata.type': microsoft.graph.assignedLabel columns: - '@odata.type': microsoft.graph.columnDefinition containerTypeId: 00000000-0000-0000-0000-000000000000 @@ -852338,6 +858620,41 @@ components: '@odata.type': microsoft.graph.fileStorageContainerStatus viewpoint: '@odata.type': microsoft.graph.fileStorageContainerViewpoint + microsoft.graph.fileStorageContainerType: + value: + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettings + microsoft.graph.fileStorageContainerTypeAppPermissionGrant: + value: + appId: String (identifier) + applicationPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + delegatedPermissions: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermission + microsoft.graph.fileStorageContainerTypeRegistration: + value: + applicationPermissionGrants: + - '@odata.type': microsoft.graph.fileStorageContainerTypeAppPermissionGrant + billingClassification: + '@odata.type': microsoft.graph.fileStorageContainerBillingClassification + billingStatus: + '@odata.type': microsoft.graph.fileStorageContainerBillingStatus + etag: String + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + name: String + owningAppId: 00000000-0000-0000-0000-000000000000 + registeredDateTime: '0001-01-01T00:00:00.0000000+00:00' + settings: + '@odata.type': microsoft.graph.fileStorageContainerTypeRegistrationSettings microsoft.graph.filterOperatorSchema: value: arity: @@ -853143,6 +859460,8 @@ components: '@odata.type': microsoft.graph.itemAnalytics contentType: '@odata.type': microsoft.graph.contentTypeInfo + deleted: + '@odata.type': microsoft.graph.deleted documentSetVersions: - '@odata.type': microsoft.graph.documentSetVersion driveItem: @@ -855635,6 +861954,7 @@ components: autoTooltip: String description: String displayName: String + hasProtection: 'true' isDefault: 'true' isEndpointProtectionEnabled: 'true' isScopedToUser: 'true' @@ -857109,6 +863429,8 @@ components: accountEnabled: 'true' activities: - '@odata.type': microsoft.graph.userActivity + adhocCalls: + - '@odata.type': microsoft.graph.adhocCall ageGroup: String agreementAcceptances: - '@odata.type': microsoft.graph.agreementAcceptance @@ -857712,6 +864034,8 @@ components: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnection provisioningPolicies: - '@odata.type': microsoft.graph.cloudPcProvisioningPolicy + report: + '@odata.type': microsoft.graph.cloudPcReport userSettings: - '@odata.type': microsoft.graph.cloudPcUserSetting microsoft.graph.virtualEvent: @@ -859255,6 +865579,11 @@ components: value: type: '@odata.type': microsoft.graph.accountTargetContentType + microsoft.graph.actionItem: + value: + ownerDisplayName: String + text: String + title: String microsoft.graph.actionResultPart: value: error: @@ -860047,6 +866376,10 @@ components: '@odata.type': microsoft.graph.calendarSharingActionType importance: '@odata.type': microsoft.graph.calendarSharingActionImportance + microsoft.graph.callAiInsightViewPoint: + value: + mentionEvents: + - '@odata.type': microsoft.graph.mentionEvent microsoft.graph.callEndedEventMessageDetail: value: callDuration: Duration @@ -860373,6 +866706,13 @@ components: regionGroup: '@odata.type': microsoft.graph.cloudPcRegionGroup regionName: String + microsoft.graph.cloudPcLaunchDetail: + value: + cloudPcId: String + cloudPcLaunchUrl: String + windows365SwitchCompatibilityFailureReasonType: + '@odata.type': microsoft.graph.windows365SwitchCompatibilityFailureReasonType + windows365SwitchCompatible: 'true' microsoft.graph.cloudPcManagementAssignmentTarget: { } microsoft.graph.cloudPcManagementGroupAssignmentTarget: value: @@ -861482,6 +867822,30 @@ components: isItemVersioningEnabled: 'true' isOcrEnabled: 'true' itemMajorVersionLimit: '0' + microsoft.graph.fileStorageContainerTypeRegistrationSettings: + value: + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String + microsoft.graph.fileStorageContainerTypeSettings: + value: + consumingTenantOverridables: + '@odata.type': microsoft.graph.fileStorageContainerTypeSettingsOverride + isDiscoverabilityEnabled: 'true' + isItemVersioningEnabled: 'true' + isSearchEnabled: 'true' + isSharingRestricted: 'true' + itemMajorVersionLimit: '0' + maxStoragePerContainerInBytes: '0' + sharingCapability: + '@odata.type': microsoft.graph.sharingCapabilities + urlTemplate: String microsoft.graph.fileStorageContainerViewpoint: value: effectiveRole: String @@ -862134,6 +868498,16 @@ components: serverMuted: 'true' sourceId: String microsoft.graph.meetingInfo: { } + microsoft.graph.meetingNote: + value: + subpoints: + - '@odata.type': microsoft.graph.meetingNoteSubpoint + text: String + title: String + microsoft.graph.meetingNoteSubpoint: + value: + text: String + title: String microsoft.graph.meetingParticipantInfo: value: identity: @@ -862200,6 +868574,12 @@ components: value: mentionees: - '@odata.type': microsoft.graph.identitySet + microsoft.graph.mentionEvent: + value: + eventDateTime: '0001-01-01T00:00:00.0000000+00:00' + speaker: + '@odata.type': microsoft.graph.identitySet + transcriptUtterance: String microsoft.graph.messagePinnedEventMessageDetail: value: eventDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -868155,6 +874535,8 @@ tags: x-ms-docs-toc-type: container - name: communications.cloudCommunications x-ms-docs-toc-type: page + - name: communications.adhocCall + x-ms-docs-toc-type: page - name: communications.callRecord x-ms-docs-toc-type: page - name: communications.call @@ -868595,6 +874977,8 @@ tags: x-ms-docs-toc-type: page - name: me.userActivity x-ms-docs-toc-type: page + - name: me.adhocCall + x-ms-docs-toc-type: page - name: me.agreementAcceptance x-ms-docs-toc-type: page - name: me.appRoleAssignment @@ -868999,6 +875383,8 @@ tags: x-ms-docs-toc-type: page - name: users.userActivity x-ms-docs-toc-type: page + - name: users.adhocCall + x-ms-docs-toc-type: page - name: users.agreementAcceptance x-ms-docs-toc-type: page - name: users.appRoleAssignment