diff --git a/openapi/v1.0/default.yaml b/openapi/v1.0/default.yaml index 377b0076..9ada12cd 100644 --- a/openapi/v1.0/default.yaml +++ b/openapi/v1.0/default.yaml @@ -2323,6 +2323,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property items for admin + operationId: admin.exchange.mailboxes.folders.childFolders.DeleteItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}' '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count': @@ -2703,6 +2748,48 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete mailboxItem + description: Delete a mailboxItem from a mailboxFolder in a mailbox. Use the disposalType query parameter to specify whether to soft-delete or hard-delete the item. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailboxfolder-delete-items?view=graph-rest-1.0 + operationId: admin.exchange.mailboxes.folders.DeleteItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}' '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count': @@ -100606,23 +100693,1385 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /directoryObjects: - description: Provides operations to manage the collection of directoryObject entities. + /directory/tenantGovernance: + description: Provides operations to manage the tenantGovernance property of the microsoft.graph.directory entity. get: tags: - - directoryObjects.directoryObject - summary: Get entities from directoryObjects - operationId: directoryObjects.directoryObject.ListDirectoryObject + - directory.tenantGovernance + summary: Get tenantGovernance from directory + operationId: directory.GetTenantGovernance parameters: - - name: ConsistencyLevel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.tenantGovernance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property tenantGovernance in directory + operationId: directory.UpdateTenantGovernance + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property tenantGovernance for directory + operationId: directory.DeleteTenantGovernance + parameters: + - 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 + /directory/tenantGovernance/governanceInvitations: + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.ListGovernanceInvitations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.governanceInvitationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governanceInvitations for directory + operationId: directory.tenantGovernance.CreateGovernanceInvitations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceInvitations/{governanceInvitation-id}': + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.GetGovernanceInvitations + parameters: + - name: governanceInvitation-id + in: path + description: The unique identifier of governanceInvitation + required: true + schema: + type: string + x-ms-docs-key-type: governanceInvitation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.governanceInvitation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceInvitations in directory + operationId: directory.tenantGovernance.UpdateGovernanceInvitations + parameters: + - name: governanceInvitation-id + in: path + description: The unique identifier of governanceInvitation + required: true + schema: + type: string + x-ms-docs-key-type: governanceInvitation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceInvitations for directory + operationId: directory.tenantGovernance.DeleteGovernanceInvitations + parameters: + - name: governanceInvitation-id + in: path + description: The unique identifier of governanceInvitation + required: true + schema: + type: string + x-ms-docs-key-type: governanceInvitation + - 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 + /directory/tenantGovernance/governanceInvitations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceInvitations.GetCount-6684 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governancePolicyTemplates: + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.ListGovernancePolicyTemplates + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.tenantGovernancePolicyTemplateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governancePolicyTemplates for directory + operationId: directory.tenantGovernance.CreateGovernancePolicyTemplates + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governancePolicyTemplates/{tenantGovernancePolicyTemplate-id}': + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.GetGovernancePolicyTemplates + parameters: + - name: tenantGovernancePolicyTemplate-id + in: path + description: The unique identifier of tenantGovernancePolicyTemplate + required: true + schema: + type: string + x-ms-docs-key-type: tenantGovernancePolicyTemplate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.tenantGovernancePolicyTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governancePolicyTemplates in directory + operationId: directory.tenantGovernance.UpdateGovernancePolicyTemplates + parameters: + - name: tenantGovernancePolicyTemplate-id + in: path + description: The unique identifier of tenantGovernancePolicyTemplate + required: true + schema: + type: string + x-ms-docs-key-type: tenantGovernancePolicyTemplate + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governancePolicyTemplates for directory + operationId: directory.tenantGovernance.DeleteGovernancePolicyTemplates + parameters: + - name: tenantGovernancePolicyTemplate-id + in: path + description: The unique identifier of tenantGovernancePolicyTemplate + required: true + schema: + type: string + x-ms-docs-key-type: tenantGovernancePolicyTemplate + - 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 + /directory/tenantGovernance/governancePolicyTemplates/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governancePolicyTemplates.GetCount-daf7 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governanceRelationships: + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.ListGovernanceRelationships + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.governanceRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governanceRelationships for directory + operationId: directory.tenantGovernance.CreateGovernanceRelationships + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceRelationships/{governanceRelationship-id}': + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.GetGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.governanceRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceRelationships in directory + operationId: directory.tenantGovernance.UpdateGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceRelationships for directory + operationId: directory.tenantGovernance.DeleteGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + - 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 + /directory/tenantGovernance/governanceRelationships/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRelationships.GetCount-c291 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governanceRequests: + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.ListGovernanceRequests + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.governanceRequestCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governanceRequests for directory + operationId: directory.tenantGovernance.CreateGovernanceRequests + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}': + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.GetGovernanceRequests + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.governanceRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceRequests in directory + operationId: directory.tenantGovernance.UpdateGovernanceRequests + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceRequests for directory + operationId: directory.tenantGovernance.DeleteGovernanceRequests + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + - 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 + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}/governancePolicyTemplate': + description: Provides operations to manage the governancePolicyTemplate property of the microsoft.graph.governanceRequest entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplate from directory + operationId: directory.tenantGovernance.governanceRequests.GetGovernancePolicyTemplate + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.tenantGovernancePolicyTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /directory/tenantGovernance/governanceRequests/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRequests.GetCount-ac3a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/relatedTenants: + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.ListRelatedTenants + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.relatedTenantCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to relatedTenants for directory + operationId: directory.tenantGovernance.CreateRelatedTenants + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}': + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.GetRelatedTenants + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.relatedTenant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property relatedTenants in directory + operationId: directory.tenantGovernance.UpdateRelatedTenants + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property relatedTenants for directory + operationId: directory.tenantGovernance.DeleteRelatedTenants + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - 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 + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/appB2BSignInActivityMetrics': + description: Provides operations to manage the appB2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get appB2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetAppB2BSignInActivityMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.b2BSignInActivityMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BRegistrationMetrics': + description: Provides operations to manage the b2BRegistrationMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get b2BRegistrationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BRegistrationMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.b2bRegistrationMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BSignInActivityMetrics': + description: Provides operations to manage the b2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get b2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BSignInActivityMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.b2BSignInActivityMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/billingMetrics': + description: Provides operations to manage the billingMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get billingMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetBillingMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.billingMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/multiTenantApplicationMetrics': + description: Provides operations to manage the multiTenantApplicationMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get multiTenantApplicationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetMultiTenantApplicationMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.multiTenantApplicationMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /directory/tenantGovernance/relatedTenants/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.relatedTenants.GetCount-ba39 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/relatedTenants/microsoft.graph.refresh: + description: Provides operations to call the refresh method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action refresh + operationId: directory.tenantGovernance.relatedTenants.refresh + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directory/tenantGovernance/settings: + description: Provides operations to manage the settings property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get settings from directory + operationId: directory.tenantGovernance.GetSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property settings in directory + operationId: directory.tenantGovernance.UpdateSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property settings for directory + operationId: directory.tenantGovernance.DeleteSettings + 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 + /directory/tenantGovernance/settings/microsoft.graph.enableRelatedTenants: + description: Provides operations to call the enableRelatedTenants method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action enableRelatedTenants + operationId: directory.tenantGovernance.settings.enableRelatedTenants + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryObjects: + description: Provides operations to manage the collection of directoryObject entities. + get: + tags: + - directoryObjects.directoryObject + summary: Get entities from directoryObjects + operationId: directoryObjects.directoryObject.ListDirectoryObject + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -314533,6 +315982,52 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -318902,6 +320397,52 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -321812,6 +323353,45 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -449898,6 +451478,190 @@ paths: - '/identityGovernance/privilegedAccess/group/assignmentSchedules/microsoft.graph.filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=''{on}'')' + /identityGovernance/privilegedAccess/group/resources: + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.ListResources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.groupResourceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identityGovernance.privilegedAccessRoot + summary: Create new navigation property to resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.CreateResources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/privilegedAccess/group/resources/{groupResource-id}': + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.GetResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.groupResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.privilegedAccessRoot + summary: Update the navigation property resources in identityGovernance + operationId: identityGovernance.privilegedAccess.group.UpdateResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.privilegedAccessRoot + summary: Delete navigation property resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.DeleteResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + - 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 + /identityGovernance/privilegedAccess/group/resources/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get the number of the resource + operationId: identityGovernance.privilegedAccess.group.resources.GetCount-938c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /identityGovernance/termsOfUse: description: Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity. get: @@ -455674,6 +457438,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -456212,6 +457977,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -459461,6 +461227,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -459900,6 +461667,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -460389,6 +462157,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -460863,6 +462632,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -461900,6 +463670,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -462491,6 +464262,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -463106,6 +464878,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -463720,6 +465493,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -464561,6 +466335,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -465079,6 +466854,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -465631,6 +467407,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -466175,6 +467952,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -466542,6 +468320,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -469398,6 +471177,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -469600,6 +471380,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -472468,6 +474249,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -474826,6 +476608,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -475012,6 +476795,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -475880,6 +477664,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -476045,6 +477830,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -476786,6 +478572,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -484750,6 +486537,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -484871,6 +486659,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -484998,6 +486787,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -492346,6 +494136,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -492466,6 +494257,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -497847,6 +499639,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/drives/{drive-id}/root/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -497961,6 +499754,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -498081,6 +499875,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -501497,7 +503292,7 @@ paths: tags: - me.event summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' + description: 'Delete an attachment from a user calendar event, mail message, note, or group post.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 @@ -501605,6 +503400,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -502097,6 +503893,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -502571,6 +504368,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -507919,6 +509717,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -508142,6 +509941,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -514286,6 +516086,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -514488,6 +516289,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -520749,6 +522551,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -521820,6 +523623,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -522121,6 +523925,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -522990,6 +524795,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -523935,6 +525741,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -524201,6 +526008,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -527447,6 +529255,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -528282,6 +530091,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() + - /me/notes/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()' @@ -528896,6 +530706,788 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /me/notes: + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - me.note + summary: List notes + description: Get a list of the note objects in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-notes?view=graph-rest-1.0 + operationId: me.ListNotes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.noteCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create note + description: Create a new note in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-post-notes?view=graph-rest-1.0 + operationId: me.CreateNotes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - me.note + summary: Get notes from me + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: me.GetNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.note + summary: Update the navigation property notes in me + operationId: me.UpdateNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property notes for me + operationId: me.DeleteNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - 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/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.ListAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to attachments for me + operationId: me.notes.CreateAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.GetAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property attachments for me + operationId: me.notes.DeleteAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - 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/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.attachments.GetCount-00c9 + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - me.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: me.notes.note.attachments.createUploadSession + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession' + - '/me/drives/{drive-id}/root/microsoft.graph.createUploadSession' + - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' + '/me/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.ListExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to extensions for me + operationId: me.notes.CreateExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.GetExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.note + summary: Update the navigation property extensions in me + operationId: me.notes.UpdateExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property extensions for me + operationId: me.notes.DeleteExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.extensions.GetCount-5900 + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/notes/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.GetCount-da94 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/notes/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - me.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: me.notes.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: + '200': + description: Success + content: + application/json: + schema: + title: Collection of note + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/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/oauth2PermissionGrants: description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: @@ -537384,6 +539976,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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() @@ -537922,6 +540515,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/microsoft.graph.delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() @@ -548341,6 +550935,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -549677,6 +552272,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/microsoft.graph.delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() @@ -549802,6 +552398,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -747237,6 +749834,7 @@ paths: - '/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}/notes/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()' @@ -747874,6 +750472,7 @@ paths: - '/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}/notes/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()' @@ -751800,6 +754399,7 @@ paths: - '/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}/notes/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()' @@ -752316,6 +754916,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -752868,6 +755469,7 @@ paths: - '/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}/notes/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()' @@ -753414,6 +756016,7 @@ paths: - '/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}/notes/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()' @@ -754578,6 +757181,7 @@ paths: - '/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}/notes/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()' @@ -755248,6 +757852,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -755926,6 +758531,7 @@ paths: - '/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}/notes/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()' @@ -756612,6 +759218,7 @@ paths: - '/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}/notes/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()' @@ -757571,6 +760178,7 @@ paths: - '/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}/notes/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()' @@ -758164,6 +760772,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -758779,6 +761388,7 @@ paths: - '/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}/notes/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()' @@ -759395,6 +762005,7 @@ paths: - '/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}/notes/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()' @@ -759804,6 +762415,7 @@ paths: - '/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}/notes/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()' @@ -763109,6 +765721,7 @@ paths: - '/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}/notes/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()' @@ -763334,6 +765947,7 @@ paths: - '/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}/notes/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()' @@ -766645,6 +769259,7 @@ paths: - '/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}/notes/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()' @@ -769380,6 +771995,7 @@ paths: - '/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}/notes/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()' @@ -769589,6 +772205,7 @@ paths: - '/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}/notes/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()' @@ -770585,6 +773202,7 @@ paths: - '/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}/notes/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()' @@ -770773,6 +773391,7 @@ paths: - '/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}/notes/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()' @@ -771632,6 +774251,7 @@ paths: - '/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}/notes/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()' @@ -780876,6 +783496,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -781004,6 +783625,7 @@ paths: - '/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}/notes/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()' @@ -781140,6 +783762,7 @@ paths: - '/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}/notes/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()' @@ -789575,6 +792198,7 @@ paths: - '/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}/notes/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()' @@ -789704,6 +792328,7 @@ paths: - '/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}/notes/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()' @@ -795990,6 +798615,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -796111,6 +798737,7 @@ paths: - '/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}/notes/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()' @@ -796240,6 +798867,7 @@ paths: - '/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}/notes/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()' @@ -800361,6 +802989,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -800913,6 +803542,7 @@ paths: - '/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}/notes/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()' @@ -801459,6 +804089,7 @@ paths: - '/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}/notes/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()' @@ -807613,6 +810244,7 @@ paths: - '/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}/notes/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()' @@ -807859,6 +810491,7 @@ paths: - '/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}/notes/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()' @@ -814964,6 +817597,7 @@ paths: - '/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}/notes/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()' @@ -815189,6 +817823,7 @@ paths: - '/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}/notes/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()' @@ -822504,6 +825139,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -823701,6 +826337,7 @@ paths: - '/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}/notes/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()' @@ -824034,6 +826671,7 @@ paths: - '/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}/notes/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()' @@ -825017,6 +827655,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -826088,6 +828727,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/notes/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()' @@ -826386,6 +829026,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/notes/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()' @@ -830269,6 +832910,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -831214,6 +833856,7 @@ paths: - '/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}/notes/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()' @@ -831603,411 +834246,1322 @@ paths: type: array items: type: string - responses: - '200': - $ref: '#/components/responses/getManagedAppPoliciesResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()': - description: Provides operations to call the getManagedDevicesWithAppFailures method. - get: - tags: - - users.user.Functions - summary: Invoke function getManagedDevicesWithAppFailures - description: Retrieves the list of devices with failed apps - operationId: users.user.getManagedDevicesWithAppFailures - 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' - responses: - '200': - $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getMemberGroups': - description: Provides operations to call the getMemberGroups method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 - operationId: users.user.getMemberGroups - 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: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getMemberObjects': - description: Provides operations to call the getMemberObjects method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberObjects - description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 - operationId: users.user.getMemberObjects - 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: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true + responses: + '200': + $ref: '#/components/responses/getManagedAppPoliciesResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()': + description: Provides operations to call the getManagedDevicesWithAppFailures method. + get: + tags: + - users.user.Functions + summary: Invoke function getManagedDevicesWithAppFailures + description: Retrieves the list of devices with failed apps + operationId: users.user.getManagedDevicesWithAppFailures + 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' + responses: + '200': + $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getMemberGroups': + description: Provides operations to call the getMemberGroups method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberGroups + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + operationId: users.user.getMemberGroups + 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: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getMemberObjects': + description: Provides operations to call the getMemberObjects method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberObjects + description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 + operationId: users.user.getMemberObjects + 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: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': + description: Provides operations to call the reminderView method. + get: + tags: + - users.user.Functions + summary: Invoke function reminderView + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 + operationId: users.user.reminderView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: StartDateTime + in: path + description: 'Usage: StartDateTime=''{StartDateTime}''' + required: true + schema: + type: string + - name: EndDateTime + in: path + description: 'Usage: EndDateTime=''{EndDateTime}''' + required: true + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + '200': + $ref: '#/components/responses/reminderViewResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement': + description: Provides operations to call the removeAllDevicesFromManagement method. + post: + tags: + - users.user.Actions + summary: Invoke action removeAllDevicesFromManagement + description: Retire all devices from management for this user + operationId: users.user.removeAllDevicesFromManagement + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.reprocessLicenseAssignment': + description: Provides operations to call the reprocessLicenseAssignment method. + post: + tags: + - users.user.Actions + summary: Invoke action reprocessLicenseAssignment + description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 + operationId: users.user.reprocessLicenseAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '200': + $ref: '#/components/responses/reprocessLicenseAssignmentResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.restore': + description: Provides operations to call the restore method. + post: + tags: + - users.user.Actions + summary: Invoke action restore + description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + operationId: users.user.restore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/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.retryServiceProvisioning': + description: Provides operations to call the retryServiceProvisioning method. + post: + tags: + - users.user.Actions + summary: Invoke action retryServiceProvisioning + description: Retry the provisioning of a user object in Microsoft Entra ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 + operationId: users.user.retryServiceProvisioning + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.revokeSignInSessions': + description: Provides operations to call the revokeSignInSessions method. + post: + tags: + - users.user.Actions + summary: Invoke action revokeSignInSessions + description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 + operationId: users.user.revokeSignInSessions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '200': + $ref: '#/components/responses/revokeSignInSessionsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.sendMail': + description: Provides operations to call the sendMail method. + post: + tags: + - users.user.Actions + summary: Invoke action sendMail + description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 + operationId: users.user.sendMail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/sendMailRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.translateExchangeIds': + description: Provides operations to call the translateExchangeIds method. + post: + tags: + - users.user.Actions + summary: Invoke action translateExchangeIds + description: Translate identifiers of Outlook-related resources between formats. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 + operationId: users.user.translateExchangeIds + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' + responses: + '200': + $ref: '#/components/responses/translateExchangeIdsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': + description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. + post: + tags: + - users.user.Actions + summary: Invoke action wipeManagedAppRegistrationsByDeviceTag + description: Issues a wipe operation on an app registration with specified device tag. + operationId: users.user.wipeManagedAppRegistrationsByDeviceTag + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/notes': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.ListNotes + 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.noteCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to notes for users + operationId: users.CreateNotes + 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.note' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.GetNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property notes in users + operationId: users.UpdateNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property notes for users + operationId: users.DeleteNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - 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}/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.ListAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to attachments for users + operationId: users.notes.CreateAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.GetAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property attachments for users + operationId: users.notes.DeleteAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - 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}/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.attachments.GetCount-bbea + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - users.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: users.user.notes.note.attachments.createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.createUploadSession' + - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' + '/users/{user-id}/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.ListExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to extensions for users + operationId: users.notes.CreateExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.GetExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + 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.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property extensions in users + operationId: users.notes.UpdateExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property extensions for users + operationId: users.notes.DeleteExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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}/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.extensions.GetCount-642e + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/notes/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.GetCount-589b + 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}/notes/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: users.user.notes.delta + 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 note type: object allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': - description: Provides operations to call the reminderView method. - get: - tags: - - users.user.Functions - summary: Invoke function reminderView - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 - operationId: users.user.reminderView - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - - name: StartDateTime - in: path - description: 'Usage: StartDateTime=''{StartDateTime}''' - required: true - schema: - type: string - - name: EndDateTime - in: path - description: 'Usage: EndDateTime=''{EndDateTime}''' - required: true - schema: - type: string - nullable: true - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - '200': - $ref: '#/components/responses/reminderViewResponse' + $ref: '#/components/schemas/microsoft.graph.note' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement': - description: Provides operations to call the removeAllDevicesFromManagement method. - post: - tags: - - users.user.Actions - summary: Invoke action removeAllDevicesFromManagement - description: Retire all devices from management for this user - operationId: users.user.removeAllDevicesFromManagement - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.reprocessLicenseAssignment': - description: Provides operations to call the reprocessLicenseAssignment method. - post: - tags: - - users.user.Actions - summary: Invoke action reprocessLicenseAssignment - description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 - operationId: users.user.reprocessLicenseAssignment - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '200': - $ref: '#/components/responses/reprocessLicenseAssignmentResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.restore': - description: Provides operations to call the restore method. - post: - tags: - - users.user.Actions - summary: Invoke action restore - description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 - operationId: users.user.restore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '200': - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - type: object - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/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.retryServiceProvisioning': - description: Provides operations to call the retryServiceProvisioning method. - post: - tags: - - users.user.Actions - summary: Invoke action retryServiceProvisioning - description: Retry the provisioning of a user object in Microsoft Entra ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 - operationId: users.user.retryServiceProvisioning - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.revokeSignInSessions': - description: Provides operations to call the revokeSignInSessions method. - post: - tags: - - users.user.Actions - summary: Invoke action revokeSignInSessions - description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 - operationId: users.user.revokeSignInSessions - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '200': - $ref: '#/components/responses/revokeSignInSessionsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.sendMail': - description: Provides operations to call the sendMail method. - post: - tags: - - users.user.Actions - summary: Invoke action sendMail - description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 - operationId: users.user.sendMail - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/sendMailRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.translateExchangeIds': - description: Provides operations to call the translateExchangeIds method. - post: - tags: - - users.user.Actions - summary: Invoke action translateExchangeIds - description: Translate identifiers of Outlook-related resources between formats. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 - operationId: users.user.translateExchangeIds - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' - responses: - '200': - $ref: '#/components/responses/translateExchangeIdsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': - description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. - post: - tags: - - users.user.Actions - summary: Invoke action wipeManagedAppRegistrationsByDeviceTag - description: Issues a wipe operation on an app registration with specified device tag. - operationId: users.user.wipeManagedAppRegistrationsByDeviceTag - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/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}/oauth2PermissionGrants': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: @@ -841768,6 +845322,7 @@ paths: - '/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}/notes/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()' @@ -842411,6 +845966,7 @@ paths: - '/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}/notes/microsoft.graph.delta()' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' @@ -854760,6 +858316,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -856256,6 +859813,7 @@ paths: - '/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}/notes/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/microsoft.graph.delta()' @@ -856397,6 +859955,7 @@ paths: - '/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}/notes/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()' @@ -857172,6 +860731,7 @@ paths: - '/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}/notes/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()' @@ -857666,6 +861226,11 @@ components: type: string description: The requestor's supplied justification. nullable: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestParameters' + - type: object + nullable: true requestType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestType' @@ -858406,6 +861971,11 @@ components: type: string description: Justification left by the reviewer when they made the decision. nullable: true + permission: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemPermission' + - type: object + nullable: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -858896,6 +862466,14 @@ components: description: The date and time the agent identity was created. Read-only. Inherited from servicePrincipal. format: date-time nullable: true + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -858926,6 +862504,14 @@ components: - title: agentIdentityBlueprintPrincipal type: object properties: + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity blueprint principal''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -860239,6 +863825,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationBehaviors' - type: object nullable: true + description: 'The set of breaking change behaviors related to token issuance that are configured for the application. Authentication behaviors are unset by default (null) and must be explicitly enabled or disabled. Nullable. Returned only on $select. Requires $select to retrieve. For more information about authentication behaviors, see Manage application authenticationBehaviors.' certification: anyOf: - $ref: '#/components/schemas/microsoft.graph.certification' @@ -861484,6 +865071,104 @@ components: type: string description: Azure Communication Services ID of the user. nullable: true + microsoft.graph.b2bRegistrationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2bRegistrationMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsRecent' + microsoft.graph.b2BRegistrationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BRegistrationMetricsBase + type: object + properties: + inboundTotalUsers: + type: number + format: decimal + outboundTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BRegistrationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.b2BRegistrationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BSignInActivityMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsRecent' + microsoft.graph.b2BSignInActivityMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetricsBase + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + inboundMonthlyTotalUsers: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BSignInActivityMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.b2BSignInActivityMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.b2xIdentityUserFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' @@ -861793,6 +865478,68 @@ components: type: string description: Title of the sitePage. nullable: true + microsoft.graph.billingMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.billingMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.billingMetricsRecent' + microsoft.graph.billingMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetricsBase + type: object + properties: + foreignAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + foreignAssociatedTenantCount: + type: number + format: decimal + foreignAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + localAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + localAssociatedTenantCount: + type: number + format: decimal + localAssociatedTenantIds: + type: array + items: + type: string + localAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.billingMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.billingMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.bitlocker: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -863729,7 +867476,6 @@ components: items: $ref: '#/components/schemas/microsoft.graph.presence' x-ms-navigationProperty: true - description: Represents a container that exposes navigation properties for cloud communications resources. microsoft.graph.cloudFlareWebApplicationFirewallProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' @@ -865574,6 +869320,11 @@ components: type: array items: type: string + governanceMetadata: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true isBlocked: type: boolean lastModifiedDateTime: @@ -865596,6 +869347,16 @@ components: publisher: type: string nullable: true + requestStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestStatus' + - type: object + nullable: true + requestType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestType' + - type: object + nullable: true shortDescription: type: string nullable: true @@ -868690,6 +872451,12 @@ components: $ref: '#/components/schemas/microsoft.graph.companySubscription' description: List of commercial subscriptions that an organization acquired. x-ms-navigationProperty: true + tenantGovernance: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.directoryAudit: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -872403,6 +876170,84 @@ components: description: Indicates when the insight was created. format: date-time nullable: true + microsoft.graph.governanceInvitation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceInvitation + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + microsoft.graph.governanceRelationship: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRelationship + type: object + properties: + createdType: + $ref: '#/components/schemas/microsoft.graph.relationshipCreationType' + creationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + status: + $ref: '#/components/schemas/microsoft.graph.relationshipStatus' + microsoft.graph.governanceRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRequest + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + requestDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + status: + $ref: '#/components/schemas/microsoft.graph.requestStatus' + governancePolicyTemplate: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.granularDriveRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.granularRestoreArtifactBase' @@ -872615,6 +876460,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' - type: object nullable: true + description: 'Complex type containing extension attributes 1-15 for the group, synchronized from on-premises Active Directory. Returned only on $select. Supports $filter (eq, ne, not, in).' onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -872917,6 +876763,11 @@ components: type: string description: 'The group type for which the expiration policy applies. Possible values are All, Selected or None.' nullable: true + microsoft.graph.groupResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: groupResource + type: object microsoft.graph.groupSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -877771,6 +881622,52 @@ components: type: boolean description: 'When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE.' description: Entity which represents a connection to Mobile Threat Defense partner. + microsoft.graph.multiTenantApplicationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsRecent' + microsoft.graph.multiTenantApplicationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetricsBase + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.multiTenantApplicationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.multiTenantApplicationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.multiTenantOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -877986,6 +881883,61 @@ components: description: 'The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + microsoft.graph.note: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: note + type: object + properties: + body: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.itemBody' + - type: object + nullable: true + description: The content of the note. Supports text or html content types. + bodyPreview: + type: string + description: 'Auto-generated preview of the note body content (first ~255 characters, plain text). Read-only.' + nullable: true + readOnly: true + hasAttachments: + type: boolean + description: Indicates whether the note has file attachments. Supports $filter (eq). Read-only. + nullable: true + readOnly: true + isDeleted: + type: boolean + description: Indicates whether the note is soft-deleted. Read-only. + nullable: true + readOnly: true + subject: + type: string + description: 'The title of the note. Supports $filter (eq, ne, startsWith) and $orderby.' + nullable: true + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + x-ms-navigationProperty: true + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the note. + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the note. + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the note. + x-ms-navigationProperty: true microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' @@ -881311,6 +885263,11 @@ components: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' description: The eligibility schedules to activate a just-in-time access. x-ms-navigationProperty: true + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' + x-ms-navigationProperty: true microsoft.graph.privilegedAccessGroupAssignmentSchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessSchedule' @@ -882520,6 +886477,58 @@ components: type: string description: 'Date and time when the response to the Reflect check-in was submitted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time + microsoft.graph.relatedTenant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenant + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + isMicrosoftInfrastructure: + type: boolean + description: Indicates whether this tenant is a Microsoft infrastructure tenant. + readOnly: true + appB2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BRegistrationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + billingMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + multiTenantApplicationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.relatedTenantsRefreshRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenantsRefreshRequest + type: object + properties: + location: + type: string microsoft.graph.relyingPartyDetailedSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -884101,7 +888110,6 @@ components: - type: object nullable: true x-ms-navigationProperty: true - description: Security singleton providing access to audit log resources. microsoft.graph.securityReportsRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -887683,6 +891691,83 @@ components: properties: protectionScopes: $ref: '#/components/schemas/microsoft.graph.tenantProtectionScopeContainer' + microsoft.graph.tenantGovernance: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernance + type: object + properties: + governanceInvitations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + x-ms-navigationProperty: true + governancePolicyTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + x-ms-navigationProperty: true + governanceRelationships: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + x-ms-navigationProperty: true + governanceRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + x-ms-navigationProperty: true + relatedTenants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + x-ms-navigationProperty: true + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.tenantGovernancePolicyTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernancePolicyTemplate + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + description: + type: string + displayName: + type: string + governedTenantCanTerminate: + type: boolean + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' + version: + type: string + microsoft.graph.tenantGovernanceSetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernanceSetting + type: object + properties: + canReceiveInvitations: + type: boolean + isRelatedTenantsEnabled: + type: boolean microsoft.graph.tenantProtectionScopeContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -889827,6 +893912,12 @@ components: $ref: '#/components/schemas/microsoft.graph.message' description: The messages in a mailbox or folder. Read-only. Nullable. x-ms-navigationProperty: true + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + description: The notes in the user's Notes folder. Read-only. Nullable. + x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: @@ -896476,6 +900567,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: The principals who can request on-behalf-of others. + microsoft.graph.accessPackageAssignmentRequestParameters: + title: accessPackageAssignmentRequestParameters + type: object + properties: + bypassApproval: + type: boolean microsoft.graph.accessPackageAssignmentRequestRequirements: title: accessPackageAssignmentRequestRequirements type: object @@ -896784,10 +900881,44 @@ components: - type: object nullable: true description: Details of the scope this role is associated with. + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + - title: accessReviewInstanceDecisionItemCustomDataProvidedResource + type: object + properties: + customData: + type: string + nullable: true + scopeDisplayName: + type: string + nullable: true + scopeId: + type: string + nullable: true + microsoft.graph.accessReviewInstanceDecisionItemPermission: + title: accessReviewInstanceDecisionItemPermission + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + id: + type: string + nullable: true + type: + type: string + nullable: true microsoft.graph.accessReviewInstanceDecisionItemResource: title: accessReviewInstanceDecisionItemResource type: object properties: + description: + type: string + nullable: true displayName: type: string description: Display name of the resource @@ -897630,6 +901761,17 @@ components: type: string description: 'Specifies the city, country or region where the application''s owning organization is headquartered.' nullable: true + microsoft.graph.applicationResourcePermission: + title: applicationResourcePermission + type: object + properties: + id: + type: string + name: + type: string + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.applicationPermissionType' microsoft.graph.applicationRiskFactorCertificateInfo: title: applicationRiskFactorCertificateInfo type: object @@ -898078,6 +902220,16 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.applicationsRequiredResourceAccess: + title: applicationsRequiredResourceAccess + type: object + properties: + permissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' + resourceAppId: + type: string microsoft.graph.appliedConditionalAccessPolicy: title: appliedConditionalAccessPolicy type: object @@ -899119,12 +903271,19 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + nullable: true + coopEnforcement: + type: boolean + description: 'Indicates whether Cross-Origin-Opener-Policy (COOP) headers are enforced on browser-based authentication responses for the application. Set to true to enable enforcement, false to temporarily suppress enforcement, or null to use the service default. For how-to guidance, see Control Cross-Origin-Opener-Policy enforcement.' nullable: true removeUnverifiedEmailClaim: type: boolean + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true microsoft.graph.authenticationConditions: title: authenticationConditions @@ -902580,6 +906739,36 @@ components: items: $ref: '#/components/schemas/microsoft.graph.unifiedRole' description: The directory roles that the Microsoft partner is assigned in the customer tenant. + microsoft.graph.delegatedAdministrationRoleAssignment: + title: delegatedAdministrationRoleAssignment + type: object + properties: + groupDisplayName: + type: string + nullable: true + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + title: delegatedAdministrationRoleAssignmentSnapshot + type: object + properties: + groupDisplayName: + type: string + nullable: true + groupId: + type: string + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' microsoft.graph.delegatedAdminRelationshipCustomerParticipant: title: delegatedAdminRelationshipCustomerParticipant type: object @@ -907721,6 +911910,34 @@ components: type: string description: The name of the location the item was moved to. nullable: true + microsoft.graph.multiTenantApplicationsToProvision: + title: multiTenantApplicationsToProvision + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + title: multiTenantApplicationsToProvisionSnapshot + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: title: multiTenantOrganizationJoinRequestTransitionDetails type: object @@ -909806,6 +914023,21 @@ components: - type: object nullable: true description: Specifies the users and groups included in or excluded from this tenant-level policy scope. + microsoft.graph.policyTipAction: + allOf: + - $ref: '#/components/schemas/microsoft.graph.dlpActionInfo' + - title: policyTipAction + type: object + properties: + complianceUrl: + type: string + nullable: true + matchedConditionsDescription: + type: string + nullable: true + policyTip: + type: string + nullable: true microsoft.graph.policyUserScope: allOf: - $ref: '#/components/schemas/microsoft.graph.policyScopeBase' @@ -911434,6 +915666,29 @@ components: nullable: true relationship: $ref: '#/components/schemas/microsoft.graph.contactRelationship' + microsoft.graph.relationshipPolicy: + title: relationshipPolicy + type: object + properties: + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + governedTenantCanTerminate: + type: boolean + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' + policyId: + type: string + version: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + readOnly: true microsoft.graph.reminder: title: reminder type: object @@ -912178,6 +916433,14 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceAction' description: Resource Actions each containing a set of allowed and not allowed permissions. description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. + microsoft.graph.roleTemplate: + title: roleTemplate + type: object + properties: + id: + type: string + name: + type: string microsoft.graph.root: title: root type: object @@ -918282,6 +922545,16 @@ components: - requested - unknownFutureValue type: string + microsoft.graph.accessReviewInstanceDecisionItemApplyResult: + title: accessReviewInstanceDecisionItemApplyResult + enum: + - new + - appliedSuccessfully + - appliedWithUnknownFailure + - appliedSuccessfullyButObjectNotFound + - applyNotSupported + - unknownFutureValue + type: string microsoft.graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions: title: accessReviewInstanceDecisionItemFilterByCurrentUserOptions enum: @@ -918706,6 +922979,26 @@ components: - value: blockTextFile description: Block clipboard to transfer Text file name: blockTextFile + microsoft.graph.applicationPermissionType: + title: applicationPermissionType + enum: + - role + - scope + - unknownFutureValue + type: string + x-ms-enum: + name: applicationPermissionType + modelAsString: false + values: + - value: role + description: Represents a type of permission that is for an app only scenario. No user is involved. + name: role + - value: scope + description: Represents a type of permission that is for an app and user scenario. + name: scope + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.applicationType: title: applicationType enum: @@ -920386,6 +924679,60 @@ components: - permanent - unknownFutureValue type: string + microsoft.graph.copilotPackageRequestStatus: + title: copilotPackageRequestStatus + enum: + - pending + - approved + - rejected + - unknownFutureValue + type: string + description: The lifecycle status of a package governance request. + x-ms-enum: + name: copilotPackageRequestStatus + modelAsString: false + values: + - value: pending + description: The request is awaiting a decision. + name: pending + - value: approved + description: The request was approved. + name: approved + - value: rejected + description: The request was rejected. + name: rejected + - value: unknownFutureValue + description: An evolvable sentinel for future request statuses. + name: unknownFutureValue + microsoft.graph.copilotPackageRequestType: + title: copilotPackageRequestType + enum: + - publish + - activate + - access + - update + - unknownFutureValue + type: string + description: The type of a package governance request. + x-ms-enum: + name: copilotPackageRequestType + modelAsString: false + values: + - value: publish + description: A request to publish a package. + name: publish + - value: activate + description: A request to activate a package. + name: activate + - value: access + description: A request to grant package access. + name: access + - value: update + description: A request to update a package. + name: update + - value: unknownFutureValue + description: An evolvable sentinel for future request types. + name: unknownFutureValue microsoft.graph.countryLookupMethodType: title: countryLookupMethodType enum: @@ -921519,6 +925866,7 @@ components: - sPSharingNotifyUser - sPSharingGenerateIncidentReport - restrictWebGrounding + - policyTip type: string microsoft.graph.driftStatus: title: driftStatus @@ -922088,6 +926436,7 @@ components: - quarantined - filteredAsSpam - unknownFutureValue + - recalled type: string microsoft.graph.executionMode: title: executionMode @@ -926211,6 +930560,50 @@ components: - forbidden - unknownFutureValue type: string + microsoft.graph.relationshipCreationType: + title: relationshipCreationType + enum: + - approvedByAdmin + - addOnTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipCreationType + modelAsString: false + values: + - value: approvedByAdmin + description: Represents a relationship between two tenants that was created by an explicit approval from the governed tenant admin. + name: approvedByAdmin + - value: addOnTenant + description: Represents a relationship between the add-on tenant and the tenant from which it was created. + name: addOnTenant + - value: unknownFutureValue + description: This will help in making this enum evolvable and adding more values in the future- + name: unknownFutureValue + microsoft.graph.relationshipStatus: + title: relationshipStatus + enum: + - active + - terminated + - terminationRequestedByGoverningTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipStatus + modelAsString: false + values: + - value: active + description: Represents a relationship that is currently active. + name: active + - value: terminated + description: Represents a relationship that has been terminated. + name: terminated + - value: terminationRequestedByGoverningTenant + description: Represents a relationship that has been requested to be terminated by governing tenant. + name: terminationRequestedByGoverningTenant + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.remindBeforeTimeInMinutesType: title: remindBeforeTimeInMinutesType enum: @@ -926238,6 +930631,30 @@ components: - value: onboarded description: The status reported when the system has successfully exchanged account information with TeamViewer and can now initiate remote assistance sessions with clients name: onboarded + microsoft.graph.requestStatus: + title: requestStatus + enum: + - pending + - accepted + - rejected + - unknownFutureValue + type: string + x-ms-enum: + name: requestStatus + modelAsString: false + values: + - value: pending + description: Represents a governance request that is pending + name: pending + - value: accepted + description: Represents a governance request that was accepted + name: accepted + - value: rejected + description: Represents a governance request that was rejected + name: rejected + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.requiredPasswordType: title: requiredPasswordType enum: @@ -932888,6 +937305,17 @@ components: items: $ref: '#/components/schemas/microsoft.graph.group' x-ms-navigationProperty: true + microsoft.graph.identityGovernance.guestSponsorTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: guestSponsorTrigger + type: object + properties: + minimumRequiredSponsors: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 microsoft.graph.identityGovernance.membershipChangeTrigger: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' @@ -945478,6 +949906,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.message' + microsoft.graph.noteCollectionResponse: + title: Collection of note + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' microsoft.graph.onlineMeetingCollectionResponse: title: Collection of onlineMeeting type: object @@ -949416,6 +953855,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' + microsoft.graph.groupResourceCollectionResponse: + title: Collection of groupResource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' microsoft.graph.certificateBasedAuthPkiCollectionResponse: title: Collection of certificateBasedAuthPki type: object @@ -950230,6 +954680,61 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + microsoft.graph.governanceInvitationCollectionResponse: + title: Collection of governanceInvitation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + title: Collection of tenantGovernancePolicyTemplate + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + microsoft.graph.governanceRelationshipCollectionResponse: + title: Collection of governanceRelationship + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + microsoft.graph.governanceRequestCollectionResponse: + title: Collection of governanceRequest + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + microsoft.graph.relatedTenantCollectionResponse: + title: Collection of relatedTenant + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' microsoft.graph.delegatedAdminCustomerCollectionResponse: title: Collection of delegatedAdminCustomer type: object @@ -956159,6 +960664,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntry' + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvision + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' microsoft.graph.timeCardBreakCollectionResponse: title: Collection of microsoft.graph.timeCardBreak type: object @@ -956357,6 +960884,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplication' + microsoft.graph.applicationResourcePermissionCollectionResponse: + title: Collection of microsoft.graph.applicationResourcePermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' microsoft.graph.keyCredentialConfigurationCollectionResponse: title: Collection of microsoft.graph.keyCredentialConfiguration type: object @@ -956731,6 +961269,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRole' + microsoft.graph.roleTemplateCollectionResponse: + title: Collection of microsoft.graph.roleTemplate + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' microsoft.graph.settingSourceCollectionResponse: title: Collection of microsoft.graph.settingSource type: object @@ -956951,6 +961500,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMapping' + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.applicationsRequiredResourceAccess + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' microsoft.graph.emailIdentityCollectionResponse: title: Collection of microsoft.graph.emailIdentity type: object @@ -957149,6 +961709,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvisionSnapshot + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' microsoft.graph.resourceAccessCollectionResponse: title: Collection of microsoft.graph.resourceAccess type: object @@ -958889,6 +963471,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.noteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.noteCollectionResponse' microsoft.graph.onlineMeetingCollectionResponse: description: Retrieved collection content: @@ -961037,6 +965625,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleCollectionResponse' + microsoft.graph.groupResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResourceCollectionResponse' microsoft.graph.certificateBasedAuthPkiCollectionResponse: description: Retrieved collection content: @@ -961481,6 +966075,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMemberCollectionResponse' + microsoft.graph.governanceInvitationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitationCollectionResponse' + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse' + microsoft.graph.governanceRelationshipCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationshipCollectionResponse' + microsoft.graph.governanceRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequestCollectionResponse' + microsoft.graph.relatedTenantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenantCollectionResponse' microsoft.graph.delegatedAdminCustomerCollectionResponse: description: Retrieved collection content: @@ -964715,6 +969339,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntryCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse' microsoft.graph.timeCardBreakCollectionResponse: description: Retrieved collection content: @@ -964823,6 +969459,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplicationCollectionResponse' + microsoft.graph.applicationResourcePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermissionCollectionResponse' microsoft.graph.keyCredentialConfigurationCollectionResponse: description: Retrieved collection content: @@ -965027,6 +969669,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleCollectionResponse' + microsoft.graph.roleTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleTemplateCollectionResponse' microsoft.graph.settingSourceCollectionResponse: description: Retrieved collection content: @@ -965147,6 +969795,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMappingCollectionResponse' + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccessCollectionResponse' microsoft.graph.emailIdentityCollectionResponse: description: Retrieved collection content: @@ -965255,6 +969909,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.publicErrorDetailCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse' microsoft.graph.resourceAccessCollectionResponse: description: Retrieved collection content: @@ -966199,6 +970865,8 @@ components: customExtensionCalloutInstances: - '@odata.type': microsoft.graph.customExtensionCalloutInstance justification: String + parameters: + '@odata.type': microsoft.graph.accessPackageAssignmentRequestParameters requestor: '@odata.type': microsoft.graph.accessPackageSubject requestType: @@ -966410,6 +971078,8 @@ components: insights: - '@odata.type': microsoft.graph.governanceInsight justification: String + permission: + '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemPermission principal: '@odata.type': microsoft.graph.identity principalLink: String @@ -966552,6 +971222,8 @@ components: value: agentIdentityBlueprintId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprint: @@ -966562,6 +971234,8 @@ components: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprintPrincipal: value: + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentUser: @@ -967343,6 +972017,42 @@ components: microsoft.graph.azureCommunicationServicesUserConversationMember: value: azureCommunicationServicesId: String + microsoft.graph.b2bRegistrationMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BRegistrationMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BRegistrationMetricsRecent + microsoft.graph.b2BRegistrationMetricsBase: + value: + inboundTotalUsers: '0' + outboundTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsRecent + microsoft.graph.b2BSignInActivityMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + inboundMonthlyTotalUsers: '0' + outboundMonthlyTotalApplications: '0' + outboundMonthlyTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.b2xIdentityUserFlow: value: apiConnectorConfiguration: @@ -967442,6 +972152,29 @@ components: publishingState: '@odata.type': microsoft.graph.publicationFacet title: String + microsoft.graph.billingMetrics: + value: + initial: + '@odata.type': microsoft.graph.billingMetricsInitial + recent: + '@odata.type': microsoft.graph.billingMetricsRecent + microsoft.graph.billingMetricsBase: + value: + foreignAssociatedTenantBillingManagementActiveCount: '0' + foreignAssociatedTenantCount: '0' + foreignAssociatedTenantProvisioningActiveCount: '0' + localAssociatedTenantBillingManagementActiveCount: '0' + localAssociatedTenantCount: '0' + localAssociatedTenantIds: + - String + localAssociatedTenantProvisioningActiveCount: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.bitlocker: value: recoveryKeys: @@ -968606,6 +973339,8 @@ components: displayName: String elementTypes: - String + governanceMetadata: + '@odata.type': microsoft.graph.Json isBlocked: 'true' lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' manifestId: String @@ -968613,6 +973348,10 @@ components: ownerId: String platform: String publisher: String + requestStatus: + '@odata.type': microsoft.graph.copilotPackageRequestStatus + requestType: + '@odata.type': microsoft.graph.copilotPackageRequestType shortDescription: String supportedHosts: - String @@ -969542,6 +974281,8 @@ components: - '@odata.type': microsoft.graph.remoteTenantGroup subscriptions: - '@odata.type': microsoft.graph.companySubscription + tenantGovernance: + '@odata.type': microsoft.graph.tenantGovernance microsoft.graph.directoryAudit: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -970696,6 +975437,41 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.governanceInvitation: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + microsoft.graph.governanceRelationship: + value: + createdType: + '@odata.type': microsoft.graph.relationshipCreationType + creationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + status: + '@odata.type': microsoft.graph.relationshipStatus + microsoft.graph.governanceRequest: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governancePolicyTemplate: + '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + requestDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.requestStatus microsoft.graph.granularDriveRestoreArtifact: value: directoryObjectId: String @@ -970844,6 +975620,8 @@ components: alternateNotificationEmails: String groupLifetimeInDays: '0' managedGroupTypes: String + microsoft.graph.groupResource: + value: { } microsoft.graph.groupSetting: value: displayName: String @@ -972296,6 +977074,23 @@ components: partnerUnsupportedOsVersionBlocked: 'true' windowsDeviceBlockedOnMissingPartnerData: 'true' windowsEnabled: 'true' + microsoft.graph.multiTenantApplicationMetrics: + value: + initial: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsInitial + recent: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsRecent + microsoft.graph.multiTenantApplicationMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + outboundMonthlyTotalApplications: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.multiTenantOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -972363,6 +977158,22 @@ components: displayName: String id: String (identifier) modifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.note: + value: + attachments: + - '@odata.type': microsoft.graph.attachment + body: + '@odata.type': microsoft.graph.itemBody + bodyPreview: String + extensions: + - '@odata.type': microsoft.graph.extension + hasAttachments: 'true' + isDeleted: 'true' + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + subject: String microsoft.graph.notebook: value: isDefault: 'true' @@ -973398,6 +978209,8 @@ components: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest eligibilitySchedules: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilitySchedule + resources: + - '@odata.type': microsoft.graph.groupResource microsoft.graph.privilegedAccessGroupAssignmentSchedule: value: accessId: @@ -973743,6 +978556,23 @@ components: responseFeedback: '@odata.type': microsoft.graph.responseFeedbackType submitDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.relatedTenant: + value: + appB2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + b2BRegistrationMetrics: + '@odata.type': microsoft.graph.b2bRegistrationMetrics + b2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + billingMetrics: + '@odata.type': microsoft.graph.billingMetrics + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + isMicrosoftInfrastructure: 'true' + multiTenantApplicationMetrics: + '@odata.type': microsoft.graph.multiTenantApplicationMetrics + microsoft.graph.relatedTenantsRefreshRequest: + value: + location: String microsoft.graph.relyingPartyDetailedSummary: value: failedSignInCount: '0' @@ -975275,6 +980105,36 @@ components: value: protectionScopes: '@odata.type': microsoft.graph.tenantProtectionScopeContainer + microsoft.graph.tenantGovernance: + value: + governanceInvitations: + - '@odata.type': microsoft.graph.governanceInvitation + governancePolicyTemplates: + - '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governanceRelationships: + - '@odata.type': microsoft.graph.governanceRelationship + governanceRequests: + - '@odata.type': microsoft.graph.governanceRequest + relatedTenants: + - '@odata.type': microsoft.graph.relatedTenant + settings: + '@odata.type': microsoft.graph.tenantGovernanceSetting + microsoft.graph.tenantGovernancePolicyTemplate: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignment + description: String + displayName: String + governedTenantCanTerminate: 'true' + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvision + version: String + microsoft.graph.tenantGovernanceSetting: + value: + canReceiveInvitations: 'true' + isRelatedTenantsEnabled: 'true' microsoft.graph.tenantProtectionScopeContainer: value: { } microsoft.graph.tenantRelationship: @@ -975866,6 +980726,8 @@ components: - '@odata.type': microsoft.graph.message mobilePhone: String mySite: String + notes: + - '@odata.type': microsoft.graph.note oauth2PermissionGrants: - '@odata.type': microsoft.graph.oAuth2PermissionGrant officeLocation: String @@ -977846,6 +982708,9 @@ components: enableTargetsToSelfUpdateAccess: 'true' onBehalfRequestors: - '@odata.type': microsoft.graph.subjectSet + microsoft.graph.accessPackageAssignmentRequestParameters: + value: + bypassApproval: 'true' microsoft.graph.accessPackageAssignmentRequestRequirements: value: allowCustomAssignmentSchedule: 'true' @@ -977949,8 +982814,20 @@ components: value: scope: '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemResource + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + value: + customData: String + scopeDisplayName: String + scopeId: String + microsoft.graph.accessReviewInstanceDecisionItemPermission: + value: + description: String + displayName: String + id: String + type: String microsoft.graph.accessReviewInstanceDecisionItemResource: value: + description: String displayName: String id: String type: String @@ -978244,6 +983121,12 @@ components: value: dataCenter: String headquarters: String + microsoft.graph.applicationResourcePermission: + value: + id: String + name: String + type: + '@odata.type': microsoft.graph.applicationPermissionType microsoft.graph.applicationRiskFactorCertificateInfo: value: hasBadCommonName: 'true' @@ -978377,6 +983260,11 @@ components: '@odata.type': microsoft.graph.application servicePrincipal: '@odata.type': microsoft.graph.servicePrincipal + microsoft.graph.applicationsRequiredResourceAccess: + value: + permissions: + - '@odata.type': microsoft.graph.applicationResourcePermission + resourceAppId: String microsoft.graph.appliedConditionalAccessPolicy: value: displayName: String @@ -978711,6 +983599,7 @@ components: microsoft.graph.authenticationBehaviors: value: blockAzureADGraphAccess: 'true' + coopEnforcement: 'true' removeUnverifiedEmailClaim: 'true' requireClientServicePrincipal: 'true' microsoft.graph.authenticationConditions: @@ -979922,6 +984811,19 @@ components: value: unifiedRoles: - '@odata.type': microsoft.graph.unifiedRole + microsoft.graph.delegatedAdministrationRoleAssignment: + value: + group: + '@odata.type': microsoft.graph.group + groupDisplayName: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + value: + groupDisplayName: String + groupId: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate microsoft.graph.delegatedAdminRelationshipCustomerParticipant: value: displayName: String @@ -981564,6 +986466,20 @@ components: value: from: String to: String + microsoft.graph.multiTenantApplicationsToProvision: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: value: desiredMemberState: @@ -982246,6 +987162,11 @@ components: value: policyScope: '@odata.type': microsoft.graph.policyBinding + microsoft.graph.policyTipAction: + value: + complianceUrl: String + matchedConditionsDescription: String + policyTip: String microsoft.graph.policyUserScope: value: { } microsoft.graph.positiveReinforcementNotification: @@ -982756,6 +987677,15 @@ components: mobilePhone: String relationship: '@odata.type': microsoft.graph.contactRelationship + microsoft.graph.relationshipPolicy: + value: + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + governedTenantCanTerminate: 'true' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvisionSnapshot + policyId: String + version: '0' microsoft.graph.reminder: value: changeKey: String @@ -982999,6 +987929,10 @@ components: value: resourceActions: - '@odata.type': microsoft.graph.resourceAction + microsoft.graph.roleTemplate: + value: + id: String + name: String microsoft.graph.root: value: { } microsoft.graph.rotateBitLockerKeysDeviceActionResult: @@ -985690,6 +990624,9 @@ components: value: groups: - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.guestSponsorTrigger: + value: + minimumRequiredSponsors: '0' microsoft.graph.identityGovernance.membershipChangeTrigger: value: changeType: @@ -989319,6 +994256,8 @@ tags: x-ms-docs-toc-type: page - name: directory.companySubscription x-ms-docs-toc-type: page + - name: directory.tenantGovernance + x-ms-docs-toc-type: page - name: directoryObjects.directoryObject x-ms-docs-toc-type: page - name: directoryObjects.directoryObject.Actions @@ -989585,6 +994524,8 @@ tags: x-ms-docs-toc-type: container - name: me.user.Functions x-ms-docs-toc-type: container + - name: me.note + x-ms-docs-toc-type: page - name: me.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: me.onenote @@ -990001,6 +994942,8 @@ tags: x-ms-docs-toc-type: container - name: users.user.Functions x-ms-docs-toc-type: container + - name: users.note + x-ms-docs-toc-type: page - name: users.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: users.onenote diff --git a/openapi/v1.0/graphexplorer.yaml b/openapi/v1.0/graphexplorer.yaml index 24f6436f..6910f012 100644 --- a/openapi/v1.0/graphexplorer.yaml +++ b/openapi/v1.0/graphexplorer.yaml @@ -2928,6 +2928,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property items for admin + operationId: admin.exchange.mailboxes.folders.childFolders.DeleteItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}' '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count': @@ -3413,6 +3458,48 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete mailboxItem + description: Delete a mailboxItem from a mailboxFolder in a mailbox. Use the disposalType query parameter to specify whether to soft-delete or hard-delete the item. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailboxfolder-delete-items?view=graph-rest-1.0 + operationId: admin.exchange.mailboxes.folders.DeleteItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}' '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count': @@ -9123,6 +9210,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -9191,6 +9279,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -44714,6 +44803,8 @@ paths: - displayName desc - elementTypes - elementTypes desc + - governanceMetadata + - governanceMetadata desc - isBlocked - isBlocked desc - lastModifiedDateTime @@ -44728,6 +44819,10 @@ paths: - platform desc - publisher - publisher desc + - requestStatus + - requestStatus desc + - requestType + - requestType desc - shortDescription - shortDescription desc - supportedHosts @@ -44782,6 +44877,7 @@ paths: - deployedTo - displayName - elementTypes + - governanceMetadata - isBlocked - lastModifiedDateTime - manifestId @@ -44789,6 +44885,8 @@ paths: - ownerId - platform - publisher + - requestStatus + - requestType - shortDescription - supportedHosts - type @@ -44862,6 +44960,7 @@ paths: - deployedTo - displayName - elementTypes + - governanceMetadata - isBlocked - lastModifiedDateTime - manifestId @@ -44869,6 +44968,8 @@ paths: - ownerId - platform - publisher + - requestStatus + - requestType - shortDescription - supportedHosts - type @@ -90434,6 +90535,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -90502,6 +90604,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -105054,6 +105157,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -105122,6 +105226,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -105309,6 +105414,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -105377,6 +105483,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -105797,6 +105904,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -105865,6 +105973,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -112277,6 +112386,7 @@ paths: - recovery - remoteTenantGroups - subscriptions + - tenantGovernance type: string - name: $expand in: query @@ -112300,6 +112410,7 @@ paths: - recovery - remoteTenantGroups - subscriptions + - tenantGovernance type: string responses: '200': @@ -119412,23 +119523,103 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /directoryObjects: - description: Provides operations to manage the collection of directoryObject entities. + /directory/tenantGovernance: + description: Provides operations to manage the tenantGovernance property of the microsoft.graph.directory entity. get: tags: - - directoryObjects.directoryObject - summary: Get entities from directoryObjects - operationId: directoryObjects.directoryObject.ListDirectoryObject + - directory.tenantGovernance + summary: Get tenantGovernance from directory + operationId: directory.GetTenantGovernance parameters: - - name: ConsistencyLevel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - governanceInvitations + - governancePolicyTemplates + - governanceRelationships + - governanceRequests + - relatedTenants + - settings + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - governanceInvitations + - governancePolicyTemplates + - governanceRelationships + - governanceRequests + - relatedTenants + - settings + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property tenantGovernance in directory + operationId: directory.UpdateTenantGovernance + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property tenantGovernance for directory + operationId: directory.DeleteTenantGovernance + parameters: + - 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 + /directory/tenantGovernance/governanceInvitations: + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.ListGovernanceInvitations + parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -119446,8 +119637,18 @@ paths: enum: - id - id desc - - deletedDateTime - - deletedDateTime desc + - createdDateTime + - createdDateTime desc + - expirationDateTime + - expirationDateTime desc + - governedTenantId + - governedTenantId desc + - governedTenantName + - governedTenantName desc + - governingTenantId + - governingTenantId desc + - governingTenantName + - governingTenantName desc type: string - name: $select in: query @@ -119460,7 +119661,12 @@ paths: items: enum: - id - - deletedDateTime + - createdDateTime + - expirationDateTime + - governedTenantId + - governedTenantName + - governingTenantId + - governingTenantName type: string - name: $expand in: query @@ -119476,7 +119682,7 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + $ref: '#/components/responses/microsoft.graph.governanceInvitationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -119485,45 +119691,41 @@ paths: x-ms-docs-operation-type: operation post: tags: - - directoryObjects.directoryObject - summary: Add new entity to directoryObjects - operationId: directoryObjects.directoryObject.CreateDirectoryObject + - directory.tenantGovernance + summary: Create new navigation property to governanceInvitations for directory + operationId: directory.tenantGovernance.CreateGovernanceInvitations requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' required: true responses: '201': - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryObjects/{directoryObject-id}': - description: Provides operations to manage the collection of directoryObject entities. + '/directory/tenantGovernance/governanceInvitations/{governanceInvitation-id}': + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryObjects.directoryObject - summary: Get directoryObject - description: Retrieve the properties and relationships of a directoryObject object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.GetDirectoryObject + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.GetGovernanceInvitations parameters: - - name: directoryObject-id + - name: governanceInvitation-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of governanceInvitation required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: governanceInvitation - name: $select in: query description: Select properties to be returned @@ -119535,7 +119737,12 @@ paths: items: enum: - id - - deletedDateTime + - createdDateTime + - expirationDateTime + - governedTenantId + - governedTenantName + - governingTenantId + - governingTenantName type: string - name: $expand in: query @@ -119551,33 +119758,33 @@ paths: type: string responses: '200': - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - directoryObjects.directoryObject - summary: Update entity in directoryObjects - operationId: directoryObjects.directoryObject.UpdateDirectoryObject + - directory.tenantGovernance + summary: Update the navigation property governanceInvitations in directory + operationId: directory.tenantGovernance.UpdateGovernanceInvitations parameters: - - name: directoryObject-id + - name: governanceInvitation-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of governanceInvitation required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: governanceInvitation requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' required: true responses: '204': @@ -119587,21 +119794,17 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - directoryObjects.directoryObject - summary: Delete directoryObject - description: 'Delete a directory object, for example, a group, user, application, or service principal.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.DeleteDirectoryObject + - directory.tenantGovernance + summary: Delete navigation property governanceInvitations for directory + operationId: directory.tenantGovernance.DeleteGovernanceInvitations parameters: - - name: directoryObject-id + - name: governanceInvitation-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of governanceInvitation required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: governanceInvitation - name: If-Match in: header description: ETag @@ -119613,259 +119816,241 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups': - description: Provides operations to call the checkMemberGroups method. - post: + /directory/tenantGovernance/governanceInvitations/$count: + description: Provides operations to count the resources in the collection. + get: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action checkMemberGroups - description: "Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.checkMemberGroups + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceInvitations.GetCount-6684 parameters: - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governancePolicyTemplates: + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.ListGovernancePolicyTemplates + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/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: directoryObject - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - groupIds: - type: array - items: - type: string - required: true + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdDateTime + - createdDateTime desc + - delegatedAdministrationRoleAssignments + - delegatedAdministrationRoleAssignments desc + - description + - description desc + - displayName + - displayName desc + - governedTenantCanTerminate + - governedTenantCanTerminate desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - multiTenantApplicationsToProvision + - multiTenantApplicationsToProvision desc + - version + - version desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - delegatedAdministrationRoleAssignments + - description + - displayName + - governedTenantCanTerminate + - lastModifiedDateTime + - multiTenantApplicationsToProvision + - version + 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: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string + $ref: '#/components/responses/microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects': - description: Provides operations to call the checkMemberObjects method. + x-ms-docs-operation-type: operation post: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action checkMemberObjects - operationId: directoryObjects.directoryObject.checkMemberObjects - parameters: - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject + - directory.tenantGovernance + summary: Create new navigation property to governancePolicyTemplates for directory + operationId: directory.tenantGovernance.CreateGovernancePolicyTemplates requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - ids: - type: array - items: - type: string + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' required: true responses: - '200': - description: Success + '201': + description: Created navigation property. content: application/json: schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups': - description: Provides operations to call the getMemberGroups method. - post: + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governancePolicyTemplates/{tenantGovernancePolicyTemplate-id}': + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. + get: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.getMemberGroups + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.GetGovernancePolicyTemplates parameters: - - name: directoryObject-id + - name: tenantGovernancePolicyTemplate-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of tenantGovernancePolicyTemplate required: true schema: type: string - x-ms-docs-key-type: directoryObject - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true + x-ms-docs-key-type: tenantGovernancePolicyTemplate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - delegatedAdministrationRoleAssignments + - description + - displayName + - governedTenantCanTerminate + - lastModifiedDateTime + - multiTenantApplicationsToProvision + - version + 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 + description: Retrieved navigation property content: application/json: schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects': - description: Provides operations to call the getMemberObjects method. - post: + x-ms-docs-operation-type: operation + patch: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getMemberObjects - description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.getMemberObjects + - directory.tenantGovernance + summary: Update the navigation property governancePolicyTemplates in directory + operationId: directory.tenantGovernance.UpdateGovernancePolicyTemplates parameters: - - name: directoryObject-id + - name: tenantGovernancePolicyTemplate-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of tenantGovernancePolicyTemplate required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: tenantGovernancePolicyTemplate requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.restore': - description: Provides operations to call the restore method. - post: + x-ms-docs-operation-type: operation + delete: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action restore - description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.restore + - directory.tenantGovernance + summary: Delete navigation property governancePolicyTemplates for directory + operationId: directory.tenantGovernance.DeleteGovernancePolicyTemplates parameters: - - name: directoryObject-id + - name: tenantGovernancePolicyTemplate-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of tenantGovernancePolicyTemplate required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: tenantGovernancePolicyTemplate + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - '200': + '204': description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - type: object - nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /directoryObjects/$count: + x-ms-docs-operation-type: operation + /directory/tenantGovernance/governancePolicyTemplates/$count: description: Provides operations to count the resources in the collection. get: tags: - - directoryObjects.directoryObject + - directory.tenantGovernance summary: Get the number of the resource - operationId: directoryObjects.GetCount-3210 + operationId: directory.tenantGovernance.governancePolicyTemplates.GetCount-daf7 parameters: - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -119873,26 +120058,22 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /directoryObjects/microsoft.graph.delta(): - description: Provides operations to call the delta method. + /directory/tenantGovernance/governanceRelationships: + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryObjects.directoryObject.Functions - summary: Invoke function delta - description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 - operationId: directoryObjects.delta + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.ListGovernanceRelationships parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -119901,11 +120082,27 @@ paths: items: enum: - id - - deletedDateTime + - id desc + - createdType + - createdType desc + - creationDateTime + - creationDateTime desc + - governedTenantId + - governedTenantId desc + - governedTenantName + - governedTenantName desc + - governingTenantId + - governingTenantId desc + - governingTenantName + - governingTenantName desc + - policySnapshot + - policySnapshot desc + - status + - status desc type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -119914,9 +120111,14 @@ paths: items: enum: - id - - id desc - - deletedDateTime - - deletedDateTime desc + - createdType + - creationDateTime + - governedTenantId + - governedTenantName + - governingTenantId + - governingTenantName + - policySnapshot + - status type: string - name: $expand in: query @@ -119932,171 +120134,164 @@ paths: type: string responses: '200': - description: Success - content: - application/json: - schema: - title: Collection of directoryObject - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/responses/microsoft.graph.governanceRelationshipCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /directoryObjects/microsoft.graph.getAvailableExtensionProperties: - description: Provides operations to call the getAvailableExtensionProperties method. + x-ms-docs-operation-type: operation post: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getAvailableExtensionProperties - description: 'Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 - operationId: directoryObjects.getAvailableExtensionProperties + - directory.tenantGovernance + summary: Create new navigation property to governanceRelationships for directory + operationId: directory.tenantGovernance.CreateGovernanceRelationships requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - isSyncedFromOnPremises: - type: boolean - default: false - nullable: true + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' required: true responses: - '200': - description: Success + '201': + description: Created navigation property. content: application/json: schema: - title: Collection of extensionProperty - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extensionProperty' + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /directoryObjects/microsoft.graph.getByIds: - description: Provides operations to call the getByIds method. - post: + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceRelationships/{governanceRelationship-id}': + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. + get: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getByIds - description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 - operationId: directoryObjects.getByIds - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - types: - type: array - items: - type: string - nullable: true - required: true + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.GetGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdType + - creationDateTime + - governedTenantId + - governedTenantName + - governingTenantId + - governingTenantName + - policySnapshot + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string responses: '200': - description: Success + description: Retrieved navigation property content: application/json: schema: - title: Collection of directoryObject - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /directoryObjects/microsoft.graph.validateProperties: - description: Provides operations to call the validateProperties method. - post: + x-ms-docs-operation-type: operation + patch: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action validateProperties - description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\r\n1. Validate the prefix and suffix naming policy\r\n2. Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 - operationId: directoryObjects.validateProperties + - directory.tenantGovernance + summary: Update the navigation property governanceRelationships in directory + operationId: directory.tenantGovernance.UpdateGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - entityType: - type: string - nullable: true - displayName: - type: string - nullable: true - mailNickname: - type: string - nullable: true - onBehalfOfUserId: - pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' - type: string - format: uuid - nullable: true + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' required: true responses: '204': description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /directoryRoles: - description: Provides operations to manage the collection of directoryRole entities. + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceRelationships for directory + operationId: directory.tenantGovernance.DeleteGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + - 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 + /directory/tenantGovernance/governanceRelationships/$count: + description: Provides operations to count the resources in the collection. get: tags: - - directoryRoles.directoryRole - summary: List directoryRoles - description: 'List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin''s behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 - operationId: directoryRoles.directoryRole.ListDirectoryRole + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRelationships.GetCount-c291 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governanceRequests: + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.ListGovernanceRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -120115,14 +120310,22 @@ paths: enum: - id - id desc - - deletedDateTime - - deletedDateTime desc - - description - - description desc - - displayName - - displayName desc - - roleTemplateId - - roleTemplateId desc + - expirationDateTime + - expirationDateTime desc + - governedTenantId + - governedTenantId desc + - governedTenantName + - governedTenantName desc + - governingTenantId + - governingTenantId desc + - governingTenantName + - governingTenantName desc + - policySnapshot + - policySnapshot desc + - requestDateTime + - requestDateTime desc + - status + - status desc type: string - name: $select in: query @@ -120135,12 +120338,15 @@ paths: items: enum: - id - - deletedDateTime - - description - - displayName - - roleTemplateId - - members - - scopedMembers + - expirationDateTime + - governedTenantId + - governedTenantName + - governingTenantId + - governingTenantName + - policySnapshot + - requestDateTime + - status + - governancePolicyTemplate type: string - name: $expand in: query @@ -120153,12 +120359,11 @@ paths: items: enum: - '*' - - members - - scopedMembers + - governancePolicyTemplate type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.governanceRequestCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -120167,49 +120372,41 @@ paths: x-ms-docs-operation-type: operation post: tags: - - directoryRoles.directoryRole - summary: Activate directoryRole - description: 'Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0 - operationId: directoryRoles.directoryRole.CreateDirectoryRole + - directory.tenantGovernance + summary: Create new navigation property to governanceRequests for directory + operationId: directory.tenantGovernance.CreateGovernanceRequests requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryRole' + $ref: '#/components/schemas/microsoft.graph.governanceRequest' required: true responses: '201': - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryRole' + $ref: '#/components/schemas/microsoft.graph.governanceRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryRoles/{directoryRole-id}': - description: Provides operations to manage the collection of directoryRole entities. + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}': + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryRoles.directoryRole - summary: Get directoryRole - description: 'Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0 - operationId: directoryRoles.directoryRole.GetDirectoryRole + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.GetGovernanceRequests parameters: - - name: directoryRole-id + - name: governanceRequest-id in: path - description: The unique identifier of directoryRole + description: The unique identifier of governanceRequest required: true schema: type: string - x-ms-docs-key-type: directoryRole + x-ms-docs-key-type: governanceRequest - name: $select in: query description: Select properties to be returned @@ -120221,12 +120418,15 @@ paths: items: enum: - id - - deletedDateTime - - description - - displayName - - roleTemplateId - - members - - scopedMembers + - expirationDateTime + - governedTenantId + - governedTenantName + - governingTenantId + - governingTenantName + - policySnapshot + - requestDateTime + - status + - governancePolicyTemplate type: string - name: $expand in: query @@ -120239,38 +120439,37 @@ paths: items: enum: - '*' - - members - - scopedMembers + - governancePolicyTemplate type: string responses: '200': - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryRole' + $ref: '#/components/schemas/microsoft.graph.governanceRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - directoryRoles.directoryRole - summary: Update entity in directoryRoles - operationId: directoryRoles.directoryRole.UpdateDirectoryRole + - directory.tenantGovernance + summary: Update the navigation property governanceRequests in directory + operationId: directory.tenantGovernance.UpdateGovernanceRequests parameters: - - name: directoryRole-id + - name: governanceRequest-id in: path - description: The unique identifier of directoryRole + description: The unique identifier of governanceRequest required: true schema: type: string - x-ms-docs-key-type: directoryRole + x-ms-docs-key-type: governanceRequest requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryRole' + $ref: '#/components/schemas/microsoft.graph.governanceRequest' required: true responses: '204': @@ -120280,17 +120479,17 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - directoryRoles.directoryRole - summary: Delete entity from directoryRoles - operationId: directoryRoles.directoryRole.DeleteDirectoryRole + - directory.tenantGovernance + summary: Delete navigation property governanceRequests for directory + operationId: directory.tenantGovernance.DeleteGovernanceRequests parameters: - - name: directoryRole-id + - name: governanceRequest-id in: path - description: The unique identifier of directoryRole + description: The unique identifier of governanceRequest required: true schema: type: string - x-ms-docs-key-type: directoryRole + x-ms-docs-key-type: governanceRequest - name: If-Match in: header description: ETag @@ -120302,34 +120501,86 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryRoles/{directoryRole-id}/members': - description: Provides operations to manage the members property of the microsoft.graph.directoryRole entity. + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}/governancePolicyTemplate': + description: Provides operations to manage the governancePolicyTemplate property of the microsoft.graph.governanceRequest entity. get: tags: - - directoryRoles.directoryObject - summary: List members of a directory role - description: 'Retrieve the list of principals that are assigned to the directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0 - operationId: directoryRoles.ListMembers + - directory.tenantGovernance + summary: Get governancePolicyTemplate from directory + operationId: directory.tenantGovernance.governanceRequests.GetGovernancePolicyTemplate parameters: - - name: directoryRole-id + - name: governanceRequest-id in: path - description: The unique identifier of directoryRole + description: The unique identifier of governanceRequest required: true schema: type: string - x-ms-docs-key-type: directoryRole - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + x-ms-docs-key-type: governanceRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - delegatedAdministrationRoleAssignments + - description + - displayName + - governedTenantCanTerminate + - lastModifiedDateTime + - multiTenantApplicationsToProvision + - version + 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.tenantGovernancePolicyTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /directory/tenantGovernance/governanceRequests/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRequests.GetCount-ac3a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/relatedTenants: + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.ListRelatedTenants + parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -120347,8 +120598,10 @@ paths: enum: - id - id desc - - deletedDateTime - - deletedDateTime desc + - createdDateTime + - createdDateTime desc + - isMicrosoftInfrastructure + - isMicrosoftInfrastructure desc type: string - name: $select in: query @@ -120361,7 +120614,13 @@ paths: items: enum: - id - - deletedDateTime + - createdDateTime + - isMicrosoftInfrastructure + - appB2BSignInActivityMetrics + - b2BRegistrationMetrics + - b2BSignInActivityMetrics + - billingMetrics + - multiTenantApplicationMetrics type: string - name: $expand in: query @@ -120374,84 +120633,58 @@ paths: items: enum: - '*' + - appB2BSignInActivityMetrics + - b2BRegistrationMetrics + - b2BSignInActivityMetrics + - billingMetrics + - multiTenantApplicationMetrics type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + $ref: '#/components/responses/microsoft.graph.relatedTenantCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref': - description: Provides operations to manage the collection of directoryRole entities. - delete: + post: tags: - - directoryRoles.directoryObject - summary: Remove directory role member - description: 'Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0 - operationId: directoryRoles.members.DeleteRefDirectoryObject - parameters: - - name: directoryRole-id - in: path - description: The unique identifier of directoryRole - required: true - schema: - type: string - x-ms-docs-key-type: directoryRole - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: If-Match - in: header - description: ETag - schema: - type: string + - directory.tenantGovernance + summary: Create new navigation property to relatedTenants for directory + operationId: directory.tenantGovernance.CreateRelatedTenants + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true responses: - '204': - description: Success + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.application': - description: Casts the previous resource to application. + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}': + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryRoles.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application - operationId: directoryRoles.GetMembers.AsApplication + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.GetRelatedTenants parameters: - - name: directoryRole-id - in: path - description: The unique identifier of directoryRole - required: true - schema: - type: string - x-ms-docs-key-type: directoryRole - - name: directoryObject-id + - name: relatedTenant-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of relatedTenant required: true schema: type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + x-ms-docs-key-type: relatedTenant - name: $select in: query description: Select properties to be returned @@ -120463,7 +120696,13 @@ paths: items: enum: - id - - deletedDateTime + - createdDateTime + - isMicrosoftInfrastructure + - appB2BSignInActivityMetrics + - b2BRegistrationMetrics + - b2BSignInActivityMetrics + - billingMetrics + - multiTenantApplicationMetrics type: string - name: $expand in: query @@ -120476,47 +120715,87 @@ paths: items: enum: - '*' + - appB2BSignInActivityMetrics + - b2BRegistrationMetrics + - b2BSignInActivityMetrics + - billingMetrics + - multiTenantApplicationMetrics type: string responses: '200': - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.application' + $ref: '#/components/schemas/microsoft.graph.relatedTenant' default: $ref: '#/components/responses/error' - '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.device': - description: Casts the previous resource to device. - get: + x-ms-docs-operation-type: operation + patch: tags: - - directoryRoles.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device - operationId: directoryRoles.GetMembers.AsDevice + - directory.tenantGovernance + summary: Update the navigation property relatedTenants in directory + operationId: directory.tenantGovernance.UpdateRelatedTenants parameters: - - name: directoryRole-id + - name: relatedTenant-id in: path - description: The unique identifier of directoryRole + description: The unique identifier of relatedTenant required: true schema: type: string - x-ms-docs-key-type: directoryRole - - name: directoryObject-id + x-ms-docs-key-type: relatedTenant + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property relatedTenants for directory + operationId: directory.tenantGovernance.DeleteRelatedTenants + parameters: + - name: relatedTenant-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of relatedTenant required: true schema: type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel + x-ms-docs-key-type: relatedTenant + - 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 + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/appB2BSignInActivityMetrics': + description: Provides operations to manage the appB2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get appB2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetAppB2BSignInActivityMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant - name: $select in: query description: Select properties to be returned @@ -120528,7 +120807,8 @@ paths: items: enum: - id - - deletedDateTime + - initial + - recent type: string - name: $expand in: query @@ -120541,47 +120821,34 @@ paths: items: enum: - '*' + - initial + - recent type: string responses: '200': - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.device' + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' default: $ref: '#/components/responses/error' - '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.group': - description: Casts the previous resource to group. + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BRegistrationMetrics': + description: Provides operations to manage the b2BRegistrationMetrics property of the microsoft.graph.relatedTenant entity. get: tags: - - directoryRoles.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group - operationId: directoryRoles.GetMembers.AsGroup + - directory.tenantGovernance + summary: Get b2BRegistrationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BRegistrationMetrics parameters: - - name: directoryRole-id - in: path - description: The unique identifier of directoryRole - required: true - schema: - type: string - x-ms-docs-key-type: directoryRole - - name: directoryObject-id + - name: relatedTenant-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of relatedTenant required: true schema: type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + x-ms-docs-key-type: relatedTenant - name: $select in: query description: Select properties to be returned @@ -120593,7 +120860,8 @@ paths: items: enum: - id - - deletedDateTime + - initial + - recent type: string - name: $expand in: query @@ -120606,47 +120874,34 @@ paths: items: enum: - '*' + - initial + - recent type: string responses: '200': - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.group' + $ref: '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' default: $ref: '#/components/responses/error' - '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.orgContact': - description: Casts the previous resource to orgContact. + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BSignInActivityMetrics': + description: Provides operations to manage the b2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. get: tags: - - directoryRoles.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact - operationId: directoryRoles.GetMembers.AsOrgContact + - directory.tenantGovernance + summary: Get b2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BSignInActivityMetrics parameters: - - name: directoryRole-id - in: path - description: The unique identifier of directoryRole - required: true - schema: - type: string - x-ms-docs-key-type: directoryRole - - name: directoryObject-id + - name: relatedTenant-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of relatedTenant required: true schema: type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + x-ms-docs-key-type: relatedTenant - name: $select in: query description: Select properties to be returned @@ -120658,7 +120913,8 @@ paths: items: enum: - id - - deletedDateTime + - initial + - recent type: string - name: $expand in: query @@ -120671,47 +120927,34 @@ paths: items: enum: - '*' + - initial + - recent type: string responses: '200': - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.orgContact' + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' default: $ref: '#/components/responses/error' - '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal': - description: Casts the previous resource to servicePrincipal. + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/billingMetrics': + description: Provides operations to manage the billingMetrics property of the microsoft.graph.relatedTenant entity. get: tags: - - directoryRoles.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal - operationId: directoryRoles.GetMembers.AsServicePrincipal + - directory.tenantGovernance + summary: Get billingMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetBillingMetrics parameters: - - name: directoryRole-id + - name: relatedTenant-id in: path - description: The unique identifier of directoryRole - required: true - schema: - type: string - x-ms-docs-key-type: directoryRole - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject + description: The unique identifier of relatedTenant required: true schema: type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + x-ms-docs-key-type: relatedTenant - name: $select in: query description: Select properties to be returned @@ -120723,7 +120966,8 @@ paths: items: enum: - id - - deletedDateTime + - initial + - recent type: string - name: $expand in: query @@ -120736,47 +120980,34 @@ paths: items: enum: - '*' + - initial + - recent type: string responses: '200': - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + $ref: '#/components/schemas/microsoft.graph.billingMetrics' default: $ref: '#/components/responses/error' - '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.user': - description: Casts the previous resource to user. + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/multiTenantApplicationMetrics': + description: Provides operations to manage the multiTenantApplicationMetrics property of the microsoft.graph.relatedTenant entity. get: tags: - - directoryRoles.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user - operationId: directoryRoles.GetMembers.AsUser + - directory.tenantGovernance + summary: Get multiTenantApplicationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetMultiTenantApplicationMetrics parameters: - - name: directoryRole-id - in: path - description: The unique identifier of directoryRole - required: true - schema: - type: string - x-ms-docs-key-type: directoryRole - - name: directoryObject-id + - name: relatedTenant-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of relatedTenant required: true schema: type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual + x-ms-docs-key-type: relatedTenant - name: $select in: query description: Select properties to be returned @@ -120788,7 +121019,8 @@ paths: items: enum: - id - - deletedDateTime + - initial + - recent type: string - name: $expand in: query @@ -120801,40 +121033,27 @@ paths: items: enum: - '*' + - initial + - recent type: string responses: '200': - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' default: $ref: '#/components/responses/error' - '/directoryRoles/{directoryRole-id}/members/$count': + x-ms-docs-operation-type: operation + /directory/tenantGovernance/relatedTenants/$count: description: Provides operations to count the resources in the collection. get: tags: - - directoryRoles.directoryObject + - directory.tenantGovernance summary: Get the number of the resource - operationId: directoryRoles.members.GetCount-5361 + operationId: directory.tenantGovernance.relatedTenants.GetCount-ba39 parameters: - - name: directoryRole-id - in: path - description: The unique identifier of directoryRole - required: true - schema: - type: string - x-ms-docs-key-type: directoryRole - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -120842,25 +121061,1560 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/directoryRoles/{directoryRole-id}/members/$ref': - description: Provides operations to manage the collection of directoryRole entities. + /directory/tenantGovernance/relatedTenants/microsoft.graph.refresh: + description: Provides operations to call the refresh method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action refresh + operationId: directory.tenantGovernance.relatedTenants.refresh + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directory/tenantGovernance/settings: + description: Provides operations to manage the settings property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryRoles.directoryObject - summary: List members of a directory role - description: 'Retrieve the list of principals that are assigned to the directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0 - operationId: directoryRoles.ListRefMembers + - directory.tenantGovernance + summary: Get settings from directory + operationId: directory.tenantGovernance.GetSettings parameters: - - name: directoryRole-id - in: path - description: The unique identifier of directoryRole - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - canReceiveInvitations + - isRelatedTenantsEnabled + 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.tenantGovernanceSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property settings in directory + operationId: directory.tenantGovernance.UpdateSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property settings for directory + operationId: directory.tenantGovernance.DeleteSettings + parameters: + - name: If-Match + in: header + description: ETag schema: type: string - x-ms-docs-key-type: directoryRole + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /directory/tenantGovernance/settings/microsoft.graph.enableRelatedTenants: + description: Provides operations to call the enableRelatedTenants method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action enableRelatedTenants + operationId: directory.tenantGovernance.settings.enableRelatedTenants + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryObjects: + description: Provides operations to manage the collection of directoryObject entities. + get: + tags: + - directoryObjects.directoryObject + summary: Get entities from directoryObjects + operationId: directoryObjects.directoryObject.ListDirectoryObject + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - deletedDateTime + - deletedDateTime desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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.directoryObjectCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directoryObjects.directoryObject + summary: Add new entity to directoryObjects + operationId: directoryObjects.directoryObject.CreateDirectoryObject + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + required: true + responses: + '201': + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directoryObjects/{directoryObject-id}': + description: Provides operations to manage the collection of directoryObject entities. + get: + tags: + - directoryObjects.directoryObject + summary: Get directoryObject + description: Retrieve the properties and relationships of a directoryObject object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.GetDirectoryObject + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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 entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directoryObjects.directoryObject + summary: Update entity in directoryObjects + operationId: directoryObjects.directoryObject.UpdateDirectoryObject + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directoryObjects.directoryObject + summary: Delete directoryObject + description: 'Delete a directory object, for example, a group, user, application, or service principal.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.DeleteDirectoryObject + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - 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 + '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups': + description: Provides operations to call the checkMemberGroups method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action checkMemberGroups + description: "Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.checkMemberGroups + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + groupIds: + type: array + items: + type: string + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects': + description: Provides operations to call the checkMemberObjects method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action checkMemberObjects + operationId: directoryObjects.directoryObject.checkMemberObjects + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ids: + type: array + items: + type: string + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups': + description: Provides operations to call the getMemberGroups method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getMemberGroups + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.getMemberGroups + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects': + description: Provides operations to call the getMemberObjects method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getMemberObjects + description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.getMemberObjects + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.restore': + description: Provides operations to call the restore method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action restore + description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.restore + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryObjects/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directoryObjects.directoryObject + summary: Get the number of the resource + operationId: directoryObjects.GetCount-3210 + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directoryObjects/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - directoryObjects.directoryObject.Functions + summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 + operationId: directoryObjects.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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 + - deletedDateTime + - deletedDateTime 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 directoryObject + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /directoryObjects/microsoft.graph.getAvailableExtensionProperties: + description: Provides operations to call the getAvailableExtensionProperties method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getAvailableExtensionProperties + description: 'Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 + operationId: directoryObjects.getAvailableExtensionProperties + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + isSyncedFromOnPremises: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of extensionProperty + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /directoryObjects/microsoft.graph.getByIds: + description: Provides operations to call the getByIds method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getByIds + description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + operationId: directoryObjects.getByIds + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ids: + type: array + items: + type: string + types: + type: array + items: + type: string + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of directoryObject + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /directoryObjects/microsoft.graph.validateProperties: + description: Provides operations to call the validateProperties method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action validateProperties + description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\r\n1. Validate the prefix and suffix naming policy\r\n2. Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + operationId: directoryObjects.validateProperties + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + entityType: + type: string + nullable: true + displayName: + type: string + nullable: true + mailNickname: + type: string + nullable: true + onBehalfOfUserId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryRoles: + description: Provides operations to manage the collection of directoryRole entities. + get: + tags: + - directoryRoles.directoryRole + summary: List directoryRoles + description: 'List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin''s behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 + operationId: directoryRoles.directoryRole.ListDirectoryRole + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - deletedDateTime + - deletedDateTime desc + - description + - description desc + - displayName + - displayName desc + - roleTemplateId + - roleTemplateId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - description + - displayName + - roleTemplateId + - members + - scopedMembers + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + - scopedMembers + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directoryRoles.directoryRole + summary: Activate directoryRole + description: 'Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0 + operationId: directoryRoles.directoryRole.CreateDirectoryRole + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRole' + required: true + responses: + '201': + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRole' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directoryRoles/{directoryRole-id}': + description: Provides operations to manage the collection of directoryRole entities. + get: + tags: + - directoryRoles.directoryRole + summary: Get directoryRole + description: 'Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0 + operationId: directoryRoles.directoryRole.GetDirectoryRole + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - description + - displayName + - roleTemplateId + - members + - scopedMembers + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + - scopedMembers + type: string + responses: + '200': + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRole' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directoryRoles.directoryRole + summary: Update entity in directoryRoles + operationId: directoryRoles.directoryRole.UpdateDirectoryRole + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRole' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directoryRoles.directoryRole + summary: Delete entity from directoryRoles + operationId: directoryRoles.directoryRole.DeleteDirectoryRole + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - 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 + '/directoryRoles/{directoryRole-id}/members': + description: Provides operations to manage the members property of the microsoft.graph.directoryRole entity. + get: + tags: + - directoryRoles.directoryObject + summary: List members of a directory role + description: 'Retrieve the list of principals that are assigned to the directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0 + operationId: directoryRoles.ListMembers + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - deletedDateTime + - deletedDateTime desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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.directoryObjectCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref': + description: Provides operations to manage the collection of directoryRole entities. + delete: + tags: + - directoryRoles.directoryObject + summary: Remove directory role member + description: 'Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0 + operationId: directoryRoles.members.DeleteRefDirectoryObject + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - 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 + '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.application': + description: Casts the previous resource to application. + get: + tags: + - directoryRoles.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application + operationId: directoryRoles.GetMembers.AsApplication + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.application' + default: + $ref: '#/components/responses/error' + '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.device': + description: Casts the previous resource to device. + get: + tags: + - directoryRoles.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device + operationId: directoryRoles.GetMembers.AsDevice + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' + default: + $ref: '#/components/responses/error' + '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.group': + description: Casts the previous resource to group. + get: + tags: + - directoryRoles.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + operationId: directoryRoles.GetMembers.AsGroup + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + default: + $ref: '#/components/responses/error' + '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.orgContact': + description: Casts the previous resource to orgContact. + get: + tags: + - directoryRoles.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact + operationId: directoryRoles.GetMembers.AsOrgContact + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.orgContact' + default: + $ref: '#/components/responses/error' + '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal': + description: Casts the previous resource to servicePrincipal. + get: + tags: + - directoryRoles.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal + operationId: directoryRoles.GetMembers.AsServicePrincipal + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + default: + $ref: '#/components/responses/error' + '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.user': + description: Casts the previous resource to user. + get: + tags: + - directoryRoles.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + operationId: directoryRoles.GetMembers.AsUser + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + '/directoryRoles/{directoryRole-id}/members/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - directoryRoles.directoryObject + summary: Get the number of the resource + operationId: directoryRoles.members.GetCount-5361 + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/directoryRoles/{directoryRole-id}/members/$ref': + description: Provides operations to manage the collection of directoryRole entities. + get: + tags: + - directoryRoles.directoryObject + summary: List members of a directory role + description: 'Retrieve the list of principals that are assigned to the directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0 + operationId: directoryRoles.ListRefMembers + parameters: + - name: directoryRole-id + in: path + description: The unique identifier of directoryRole + required: true + schema: + type: string + x-ms-docs-key-type: directoryRole - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' @@ -125321,6 +127075,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -125389,6 +127144,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -128069,6 +129825,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -128137,6 +129894,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -128492,6 +130250,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -128560,6 +130319,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -129104,6 +130864,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -129172,6 +130933,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -130266,6 +132028,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -130334,6 +132097,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -134814,6 +136578,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -134882,6 +136647,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -137625,6 +139391,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -137693,6 +139460,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -138413,6 +140181,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -138481,6 +140250,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -139575,6 +141345,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -139643,6 +141414,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -141376,6 +143148,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -141444,6 +143217,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -144670,6 +146444,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -144738,6 +146513,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -145057,6 +146833,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -145125,6 +146902,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -145604,6 +147382,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -145672,6 +147451,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -146608,6 +148388,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -146676,6 +148457,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -151690,6 +153472,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -151758,6 +153541,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -154768,6 +156552,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -154836,6 +156621,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -155226,6 +157012,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -155294,6 +157081,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -155901,6 +157689,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -155969,6 +157758,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -157217,6 +159007,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -157285,6 +159076,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -162329,6 +164121,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -162397,6 +164190,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -165489,6 +167283,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -165557,6 +167352,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -166363,6 +168159,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -166431,6 +168228,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -167679,6 +169477,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -167747,6 +169546,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -169691,6 +171491,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -169759,6 +171560,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -173428,6 +175230,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -173496,6 +175299,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -173851,6 +175655,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -173919,6 +175724,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -174463,6 +176269,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -174531,6 +176338,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -175625,6 +177433,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -175693,6 +177502,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -194224,6 +196034,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -194292,6 +196103,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -202910,6 +204722,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -202978,6 +204791,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -204242,6 +206056,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -204310,6 +206125,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -204490,6 +206306,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -204558,6 +206375,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -204943,6 +206761,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -205011,6 +206830,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -207174,6 +208994,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -207242,6 +209063,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -218739,6 +220561,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -218807,6 +220630,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -222149,6 +223973,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -222217,6 +224042,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -222648,6 +224474,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -222716,6 +224543,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -223393,6 +225221,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -223461,6 +225290,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -224877,6 +226707,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -224945,6 +226776,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -230629,6 +232461,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -230697,6 +232530,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -234205,6 +236039,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -234273,6 +236108,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -235176,6 +237012,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -235244,6 +237081,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -236660,6 +238498,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -236728,6 +238567,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -238898,6 +240738,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -238966,6 +240807,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -243098,6 +244940,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -243166,6 +245009,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -243562,6 +245406,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -243630,6 +245475,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -244244,6 +246090,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -244312,6 +246159,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -245574,6 +247422,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -245642,6 +247491,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -277491,6 +279341,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -277559,6 +279410,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -278809,6 +280661,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -278877,6 +280730,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -282870,6 +284724,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -282938,6 +284793,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -283925,6 +285781,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -283993,6 +285850,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -285563,6 +287421,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -285631,6 +287490,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -287990,6 +289850,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -288058,6 +289919,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -290802,6 +292664,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -290870,6 +292733,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -291599,6 +293463,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -291667,6 +293532,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -305075,6 +306941,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -305143,6 +307010,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -305574,6 +307442,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -305642,6 +307511,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -308002,6 +309872,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -308070,6 +309941,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -308501,6 +310373,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -308569,6 +310442,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -387160,6 +389034,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -387193,6 +389069,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -387315,6 +389192,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -387854,6 +389732,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -387889,6 +389768,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -388041,6 +389922,52 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -388566,6 +390493,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -388599,6 +390528,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -388735,6 +390665,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -389348,6 +391279,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -389383,6 +391315,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -390837,6 +392771,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -390870,6 +392806,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -390957,6 +392894,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -391353,6 +393291,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -391388,6 +393327,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -392332,6 +394273,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -392365,6 +394308,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -392484,6 +394428,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -393023,6 +394968,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -393058,6 +395004,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -393210,6 +395158,52 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -393722,6 +395716,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -393755,6 +395751,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -393888,6 +395885,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -394497,6 +396495,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -394532,6 +396531,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -395832,6 +397833,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -395865,6 +397868,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -395970,6 +397974,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -396439,6 +398444,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -396474,6 +398480,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -396612,6 +398620,45 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -397054,6 +399101,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -397087,6 +399136,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -397206,6 +399256,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -397745,6 +399796,7 @@ paths: - applyResult - decision - justification + - permission - principal - principalLink - recommendation @@ -397780,6 +399832,8 @@ paths: - decision desc - justification - justification desc + - permission + - permission desc - principal - principal desc - principalLink @@ -432090,6 +434144,8 @@ paths: - customExtensionCalloutInstances desc - justification - justification desc + - parameters + - parameters desc - requestType - requestType desc - schedule @@ -432115,6 +434171,7 @@ paths: - createdDateTime - customExtensionCalloutInstances - justification + - parameters - requestType - schedule - state @@ -432208,6 +434265,7 @@ paths: - createdDateTime - customExtensionCalloutInstances - justification + - parameters - requestType - schedule - state @@ -432635,6 +434693,7 @@ paths: - createdDateTime - customExtensionCalloutInstances - justification + - parameters - requestType - schedule - state @@ -432665,6 +434724,8 @@ paths: - customExtensionCalloutInstances desc - justification - justification desc + - parameters + - parameters desc - requestType - requestType desc - schedule @@ -508883,6 +510944,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -508951,6 +511013,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -509299,6 +511362,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -509367,6 +511431,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -510194,6 +512259,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -510262,6 +512328,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -510812,6 +512879,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -510880,6 +512948,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -512934,6 +515003,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -513002,6 +515072,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -513941,6 +516012,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -514009,6 +516081,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -515018,6 +517091,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -515086,6 +517160,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -515790,6 +517865,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -515858,6 +517934,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -517302,6 +519379,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -517370,6 +519448,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -518563,6 +520642,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -518631,6 +520711,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -519782,6 +521863,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -519850,6 +521932,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -520839,6 +522922,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -520907,6 +522991,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -521555,6 +523640,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -521623,6 +523709,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -522627,6 +524714,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -522695,6 +524783,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -523097,6 +525186,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -523165,6 +525255,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -524179,6 +526270,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -524247,6 +526339,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -525869,6 +527962,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -525937,6 +528031,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -526487,6 +528582,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -526555,6 +528651,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -528621,6 +530718,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -528689,6 +530787,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -529632,6 +531731,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -529700,6 +531800,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -530715,6 +532816,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -530783,6 +532885,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -531490,6 +533593,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -531558,6 +533662,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -533003,6 +535108,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -533071,6 +535177,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -534270,6 +536377,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -534338,6 +536446,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -535496,6 +537605,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -535564,6 +537674,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -536556,6 +538667,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -536624,6 +538736,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -537275,6 +539388,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -537343,6 +539457,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -538353,6 +540468,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -538421,6 +540537,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -538823,6 +540940,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -538891,6 +541009,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -539911,6 +542030,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -539979,6 +542099,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -541215,6 +543336,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -541283,6 +543405,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -541826,6 +543949,7 @@ paths: - eligibilityScheduleInstances - eligibilityScheduleRequests - eligibilitySchedules + - resources type: string - name: $expand in: query @@ -541845,6 +543969,7 @@ paths: - eligibilityScheduleInstances - eligibilityScheduleRequests - eligibilitySchedules + - resources type: string responses: '200': @@ -547100,6 +549225,205 @@ paths: - '/identityGovernance/privilegedAccess/group/assignmentSchedules/microsoft.graph.filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=''{on}'')' + /identityGovernance/privilegedAccess/group/resources: + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.ListResources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - deletedDateTime + - deletedDateTime desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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.groupResourceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identityGovernance.privilegedAccessRoot + summary: Create new navigation property to resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.CreateResources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/privilegedAccess/group/resources/{groupResource-id}': + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.GetResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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.groupResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.privilegedAccessRoot + summary: Update the navigation property resources in identityGovernance + operationId: identityGovernance.privilegedAccess.group.UpdateResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.privilegedAccessRoot + summary: Delete navigation property resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.DeleteResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + - 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 + /identityGovernance/privilegedAccess/group/resources/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get the number of the resource + operationId: identityGovernance.privilegedAccess.group.resources.GetCount-938c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /identityGovernance/termsOfUse: description: Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity. get: @@ -552433,6 +554757,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -552501,6 +554826,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -552954,6 +555280,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -553022,6 +555349,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -554512,6 +556840,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -555131,6 +557460,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -559384,6 +561714,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -560057,6 +562388,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -560872,6 +563204,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -561490,6 +563823,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -562956,6 +565290,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -563781,6 +566116,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -564722,6 +567058,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -565480,6 +567817,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -566723,6 +569061,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -567475,6 +569814,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -568353,6 +570693,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -569041,6 +571382,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -569696,6 +572038,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -573048,6 +575391,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -573327,6 +575671,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -576644,6 +578989,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -579665,6 +582011,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -579872,6 +582219,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -581079,6 +583427,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -581265,6 +583614,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -582345,6 +584695,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -585649,6 +588000,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -585717,6 +588069,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -588717,6 +591070,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -588785,6 +591139,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -589175,6 +591530,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -589243,6 +591599,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -589850,6 +592207,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -589918,6 +592276,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -591168,6 +593527,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -591236,6 +593596,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -593071,6 +595432,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -593320,6 +595682,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -593575,6 +595938,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -596376,6 +598740,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -596444,6 +598809,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -599536,6 +601902,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -599604,6 +601971,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -600410,6 +602778,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -600478,6 +602847,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -601728,6 +604098,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -601796,6 +604167,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -603464,6 +605836,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -603643,6 +606016,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -603788,6 +606162,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -603856,6 +606231,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -607527,6 +609903,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -607595,6 +609972,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -607950,6 +610328,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -608018,6 +610397,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -608562,6 +610942,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -608630,6 +611011,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -609726,6 +612108,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -609794,6 +612177,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -611419,6 +613803,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/drives/{drive-id}/root/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -611661,6 +614046,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -611909,6 +614295,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -615324,6 +617711,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -615392,6 +617780,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -616456,7 +618845,7 @@ paths: tags: - me.event summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' + description: 'Delete an attachment from a user calendar event, mail message, note, or group post.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 @@ -616564,6 +618953,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -617382,6 +619772,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -618000,6 +620391,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -624412,6 +626804,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -624712,6 +627105,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -632008,6 +634402,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -632287,6 +634682,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -639833,6 +642229,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -641020,6 +643417,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -641356,6 +643754,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -642446,6 +644845,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -643507,6 +645907,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -643808,6 +646209,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -646212,6 +648614,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -646280,6 +648683,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -648179,6 +650583,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -649130,642 +651535,1572 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() + - /me/notes/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/microsoft.graph.assignLicense: + description: Provides operations to call the assignLicense method. + post: + tags: + - me.user.Actions + summary: Invoke action assignLicense + description: 'Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings that the company has licenses to. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0 + operationId: me.assignLicense + requestBody: + $ref: '#/components/requestBodies/assignLicenseRequestBody' + responses: + '200': + $ref: '#/components/responses/assignLicenseResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.changePassword: + description: Provides operations to call the changePassword method. + post: + tags: + - me.user.Actions + summary: Invoke action changePassword + description: "Update the signed-in user's password. Any user can update their password without belonging to any administrator role.\r\nTo update another user's password in either delegated or app-only scenarios, update the passwordProfile property of the user instead. See Example 3: Update the passwordProfile of a user and reset their password." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 + operationId: me.changePassword + requestBody: + $ref: '#/components/requestBodies/changePasswordRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.checkMemberGroups: + description: Provides operations to call the checkMemberGroups method. + post: + tags: + - me.user.Actions + summary: Invoke action checkMemberGroups + description: "Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + operationId: me.checkMemberGroups + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + groupIds: + type: array + items: + type: string + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.checkMemberObjects: + description: Provides operations to call the checkMemberObjects method. + post: + tags: + - me.user.Actions + summary: Invoke action checkMemberObjects + description: "Check for membership in a list of group IDs, administrative unit IDs, or directory role IDs, for the IDs of the specified \r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object. This method is transitive." + operationId: me.checkMemberObjects + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ids: + type: array + items: + type: string + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.exportDeviceAndAppManagementData(): + description: Provides operations to call the exportDeviceAndAppManagementData method. + get: + tags: + - me.user.Functions + summary: Invoke function exportDeviceAndAppManagementData + operationId: me.exportDeviceAndAppManagementData-d390 + responses: + '200': + $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-docs-grouped-path: + - '/me/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})' + '/me/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})': + description: Provides operations to call the exportDeviceAndAppManagementData method. + get: + tags: + - me.user.Functions + summary: Invoke function exportDeviceAndAppManagementData + operationId: me.exportDeviceAndAppManagementData-623c + parameters: + - name: skip + in: path + description: 'Usage: skip={skip}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + - name: top + in: path + description: 'Usage: top={top}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + responses: + '200': + $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-docs-grouped-path: + - /me/microsoft.graph.exportDeviceAndAppManagementData() + /me/microsoft.graph.exportPersonalData: + description: Provides operations to call the exportPersonalData method. + post: + tags: + - me.user.Actions + summary: Invoke action exportPersonalData + description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0 + operationId: me.exportPersonalData + requestBody: + $ref: '#/components/requestBodies/exportPersonalDataRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.findMeetingTimes: + description: Provides operations to call the findMeetingTimes method. + post: + tags: + - me.user.Actions + summary: Invoke action findMeetingTimes + description: "Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\r\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0 + operationId: me.findMeetingTimes + requestBody: + $ref: '#/components/requestBodies/findMeetingTimesRequestBody' + responses: + '200': + $ref: '#/components/responses/findMeetingTimesResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.getMailTips: + description: Provides operations to call the getMailTips method. + post: + tags: + - me.user.Actions + summary: Invoke action getMailTips + description: "Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\r\nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0 + operationId: me.getMailTips + requestBody: + $ref: '#/components/requestBodies/getMailTipsRequestBody' + responses: + '200': + $ref: '#/components/responses/getMailTipsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.getManagedAppDiagnosticStatuses(): + description: Provides operations to call the getManagedAppDiagnosticStatuses method. + get: + tags: + - me.user.Functions + summary: Invoke function getManagedAppDiagnosticStatuses + description: Gets diagnostics validation status for a given user. + operationId: me.getManagedAppDiagnosticStatuses + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + '200': + $ref: '#/components/responses/getManagedAppDiagnosticStatusesResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.getManagedAppPolicies(): + description: Provides operations to call the getManagedAppPolicies method. + get: + tags: + - me.user.Functions + summary: Invoke function getManagedAppPolicies + description: Gets app restrictions for a given user. + operationId: me.getManagedAppPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - description + - displayName + - lastModifiedDateTime + - version + 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 + - createdDateTime + - createdDateTime desc + - description + - description desc + - displayName + - displayName desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - version + - version 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': + $ref: '#/components/responses/getManagedAppPoliciesResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.getManagedDevicesWithAppFailures(): + description: Provides operations to call the getManagedDevicesWithAppFailures method. + get: + tags: + - me.user.Functions + summary: Invoke function getManagedDevicesWithAppFailures + description: Retrieves the list of devices with failed apps + operationId: me.getManagedDevicesWithAppFailures + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + '200': + $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.getMemberGroups: + description: Provides operations to call the getMemberGroups method. + post: + tags: + - me.user.Actions + summary: Invoke action getMemberGroups + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + operationId: me.getMemberGroups + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.getMemberObjects: + description: Provides operations to call the getMemberObjects method. + post: + tags: + - me.user.Actions + summary: Invoke action getMemberObjects + description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 + operationId: me.getMemberObjects + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/me/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': + description: Provides operations to call the reminderView method. + get: + tags: + - me.user.Functions + summary: Invoke function reminderView + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 + operationId: me.reminderView + parameters: + - name: StartDateTime + in: path + description: 'Usage: StartDateTime=''{StartDateTime}''' + required: true + schema: + type: string + - name: EndDateTime + in: path + description: 'Usage: EndDateTime=''{EndDateTime}''' + required: true + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + '200': + $ref: '#/components/responses/reminderViewResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.removeAllDevicesFromManagement: + description: Provides operations to call the removeAllDevicesFromManagement method. + post: + tags: + - me.user.Actions + summary: Invoke action removeAllDevicesFromManagement + description: Retire all devices from management for this user + operationId: me.removeAllDevicesFromManagement + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.reprocessLicenseAssignment: + description: Provides operations to call the reprocessLicenseAssignment method. + post: + tags: + - me.user.Actions + summary: Invoke action reprocessLicenseAssignment + description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 + operationId: me.reprocessLicenseAssignment + responses: + '200': + $ref: '#/components/responses/reprocessLicenseAssignmentResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.restore: + description: Provides operations to call the restore method. + post: + tags: + - me.user.Actions + summary: Invoke action restore + description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + operationId: me.restore + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/cloudPCs/{cloudPC-id}/microsoft.graph.restore' + - '/me/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' + - '/me/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/me/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/me/drives/{drive-id}/root/microsoft.graph.restore' + /me/microsoft.graph.retryServiceProvisioning: + description: Provides operations to call the retryServiceProvisioning method. + post: + tags: + - me.user.Actions + summary: Invoke action retryServiceProvisioning + description: Retry the provisioning of a user object in Microsoft Entra ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 + operationId: me.retryServiceProvisioning + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.revokeSignInSessions: + description: Provides operations to call the revokeSignInSessions method. + post: + tags: + - me.user.Actions + summary: Invoke action revokeSignInSessions + description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 + operationId: me.revokeSignInSessions + responses: + '200': + $ref: '#/components/responses/revokeSignInSessionsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.sendMail: + description: Provides operations to call the sendMail method. + post: + tags: + - me.user.Actions + summary: Invoke action sendMail + description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 + operationId: me.sendMail + requestBody: + $ref: '#/components/requestBodies/sendMailRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/microsoft.graph.translateExchangeIds: + description: Provides operations to call the translateExchangeIds method. + post: + tags: + - me.user.Actions + summary: Invoke action translateExchangeIds + description: Translate identifiers of Outlook-related resources between formats. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 + operationId: me.translateExchangeIds + requestBody: + $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' + responses: + '200': + $ref: '#/components/responses/translateExchangeIdsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /me/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag: + description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. + post: + tags: + - me.user.Actions + summary: Invoke action wipeManagedAppRegistrationsByDeviceTag + description: Issues a wipe operation on an app registration with specified device tag. + operationId: me.wipeManagedAppRegistrationsByDeviceTag + requestBody: + $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /me/notes: + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - me.note + summary: List notes + description: Get a list of the note objects in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-notes?view=graph-rest-1.0 + operationId: me.ListNotes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - categories + - categories desc + - changeKey + - changeKey desc + - createdDateTime + - createdDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - body + - body desc + - bodyPreview + - bodyPreview desc + - hasAttachments + - hasAttachments desc + - isDeleted + - isDeleted desc + - subject + - subject desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - body + - bodyPreview + - hasAttachments + - isDeleted + - subject + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.noteCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create note + description: Create a new note in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-post-notes?view=graph-rest-1.0 + operationId: me.CreateNotes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - me.note + summary: Get notes from me + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: me.GetNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - body + - bodyPreview + - hasAttachments + - isDeleted + - subject + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.note + summary: Update the navigation property notes in me + operationId: me.UpdateNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property notes for me + operationId: me.DeleteNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - 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/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.ListAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - contentType + - contentType desc + - isInline + - isInline desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - name + - name desc + - size + - size 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 + - contentType + - isInline + - lastModifiedDateTime + - name + - size + 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.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to attachments for me + operationId: me.notes.CreateAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.GetAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - contentType + - isInline + - lastModifiedDateTime + - name + - size + 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.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property attachments for me + operationId: me.notes.DeleteAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - 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/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.attachments.GetCount-00c9 + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - me.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: me.notes.note.attachments.createUploadSession + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession' + - '/me/drives/{drive-id}/root/microsoft.graph.createUploadSession' + - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' + '/me/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.ListExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + 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.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to extensions for me + operationId: me.notes.CreateExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.GetExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.note + summary: Update the navigation property extensions in me + operationId: me.notes.UpdateExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property extensions for me + operationId: me.notes.DeleteExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.extensions.GetCount-5900 + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/notes/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.GetCount-da94 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/notes/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - me.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: me.notes.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: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - body + - bodyPreview + - hasAttachments + - isDeleted + - subject + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - categories + - categories desc + - changeKey + - changeKey desc + - createdDateTime + - createdDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - body + - body desc + - bodyPreview + - bodyPreview desc + - hasAttachments + - hasAttachments desc + - isDeleted + - isDeleted desc + - subject + - subject desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of note + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/me/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/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/microsoft.graph.assignLicense: - description: Provides operations to call the assignLicense method. - post: - tags: - - me.user.Actions - summary: Invoke action assignLicense - description: 'Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings that the company has licenses to. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0 - operationId: me.assignLicense - requestBody: - $ref: '#/components/requestBodies/assignLicenseRequestBody' - responses: - '200': - $ref: '#/components/responses/assignLicenseResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.changePassword: - description: Provides operations to call the changePassword method. - post: - tags: - - me.user.Actions - summary: Invoke action changePassword - description: "Update the signed-in user's password. Any user can update their password without belonging to any administrator role.\r\nTo update another user's password in either delegated or app-only scenarios, update the passwordProfile property of the user instead. See Example 3: Update the passwordProfile of a user and reset their password." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 - operationId: me.changePassword - requestBody: - $ref: '#/components/requestBodies/changePasswordRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.checkMemberGroups: - description: Provides operations to call the checkMemberGroups method. - post: - tags: - - me.user.Actions - summary: Invoke action checkMemberGroups - description: "Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 - operationId: me.checkMemberGroups - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - groupIds: - type: array - items: - type: string - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.checkMemberObjects: - description: Provides operations to call the checkMemberObjects method. - post: - tags: - - me.user.Actions - summary: Invoke action checkMemberObjects - description: "Check for membership in a list of group IDs, administrative unit IDs, or directory role IDs, for the IDs of the specified \r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object. This method is transitive." - operationId: me.checkMemberObjects - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.exportDeviceAndAppManagementData(): - description: Provides operations to call the exportDeviceAndAppManagementData method. - get: - tags: - - me.user.Functions - summary: Invoke function exportDeviceAndAppManagementData - operationId: me.exportDeviceAndAppManagementData-d390 - responses: - '200': - $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-docs-grouped-path: - - '/me/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})' - '/me/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})': - description: Provides operations to call the exportDeviceAndAppManagementData method. - get: - tags: - - me.user.Functions - summary: Invoke function exportDeviceAndAppManagementData - operationId: me.exportDeviceAndAppManagementData-623c - parameters: - - name: skip - in: path - description: 'Usage: skip={skip}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: number - format: int32 - - name: top - in: path - description: 'Usage: top={top}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: number - format: int32 - responses: - '200': - $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-docs-grouped-path: - - /me/microsoft.graph.exportDeviceAndAppManagementData() - /me/microsoft.graph.exportPersonalData: - description: Provides operations to call the exportPersonalData method. - post: - tags: - - me.user.Actions - summary: Invoke action exportPersonalData - description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0 - operationId: me.exportPersonalData - requestBody: - $ref: '#/components/requestBodies/exportPersonalDataRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.findMeetingTimes: - description: Provides operations to call the findMeetingTimes method. - post: - tags: - - me.user.Actions - summary: Invoke action findMeetingTimes - description: "Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\r\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0 - operationId: me.findMeetingTimes - requestBody: - $ref: '#/components/requestBodies/findMeetingTimesRequestBody' - responses: - '200': - $ref: '#/components/responses/findMeetingTimesResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.getMailTips: - description: Provides operations to call the getMailTips method. - post: - tags: - - me.user.Actions - summary: Invoke action getMailTips - description: "Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\r\nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0 - operationId: me.getMailTips - requestBody: - $ref: '#/components/requestBodies/getMailTipsRequestBody' - responses: - '200': - $ref: '#/components/responses/getMailTipsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.getManagedAppDiagnosticStatuses(): - description: Provides operations to call the getManagedAppDiagnosticStatuses method. - get: - tags: - - me.user.Functions - summary: Invoke function getManagedAppDiagnosticStatuses - description: Gets diagnostics validation status for a given user. - operationId: me.getManagedAppDiagnosticStatuses - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - '200': - $ref: '#/components/responses/getManagedAppDiagnosticStatusesResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.getManagedAppPolicies(): - description: Provides operations to call the getManagedAppPolicies method. - get: - tags: - - me.user.Functions - summary: Invoke function getManagedAppPolicies - description: Gets app restrictions for a given user. - operationId: me.getManagedAppPolicies - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - createdDateTime - - description - - displayName - - lastModifiedDateTime - - version - 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 - - createdDateTime - - createdDateTime desc - - description - - description desc - - displayName - - displayName desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - version - - version 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': - $ref: '#/components/responses/getManagedAppPoliciesResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.getManagedDevicesWithAppFailures(): - description: Provides operations to call the getManagedDevicesWithAppFailures method. - get: - tags: - - me.user.Functions - summary: Invoke function getManagedDevicesWithAppFailures - description: Retrieves the list of devices with failed apps - operationId: me.getManagedDevicesWithAppFailures - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - '200': - $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.getMemberGroups: - description: Provides operations to call the getMemberGroups method. - post: - tags: - - me.user.Actions - summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 - operationId: me.getMemberGroups - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.getMemberObjects: - description: Provides operations to call the getMemberObjects method. - post: - tags: - - me.user.Actions - summary: Invoke action getMemberObjects - description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 - operationId: me.getMemberObjects - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/me/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': - description: Provides operations to call the reminderView method. - get: - tags: - - me.user.Functions - summary: Invoke function reminderView - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 - operationId: me.reminderView - parameters: - - name: StartDateTime - in: path - description: 'Usage: StartDateTime=''{StartDateTime}''' - required: true - schema: - type: string - - name: EndDateTime - in: path - description: 'Usage: EndDateTime=''{EndDateTime}''' - required: true - schema: - type: string - nullable: true - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - '200': - $ref: '#/components/responses/reminderViewResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.removeAllDevicesFromManagement: - description: Provides operations to call the removeAllDevicesFromManagement method. - post: - tags: - - me.user.Actions - summary: Invoke action removeAllDevicesFromManagement - description: Retire all devices from management for this user - operationId: me.removeAllDevicesFromManagement - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.reprocessLicenseAssignment: - description: Provides operations to call the reprocessLicenseAssignment method. - post: - tags: - - me.user.Actions - summary: Invoke action reprocessLicenseAssignment - description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 - operationId: me.reprocessLicenseAssignment - responses: - '200': - $ref: '#/components/responses/reprocessLicenseAssignmentResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.restore: - description: Provides operations to call the restore method. - post: - tags: - - me.user.Actions - summary: Invoke action restore - description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 - operationId: me.restore - responses: - '200': - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - type: object - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - '/me/cloudPCs/{cloudPC-id}/microsoft.graph.restore' - - '/me/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' - - '/me/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/me/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/me/drives/{drive-id}/root/microsoft.graph.restore' - /me/microsoft.graph.retryServiceProvisioning: - description: Provides operations to call the retryServiceProvisioning method. - post: - tags: - - me.user.Actions - summary: Invoke action retryServiceProvisioning - description: Retry the provisioning of a user object in Microsoft Entra ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 - operationId: me.retryServiceProvisioning - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.revokeSignInSessions: - description: Provides operations to call the revokeSignInSessions method. - post: - tags: - - me.user.Actions - summary: Invoke action revokeSignInSessions - description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 - operationId: me.revokeSignInSessions - responses: - '200': - $ref: '#/components/responses/revokeSignInSessionsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.sendMail: - description: Provides operations to call the sendMail method. - post: - tags: - - me.user.Actions - summary: Invoke action sendMail - description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 - operationId: me.sendMail - requestBody: - $ref: '#/components/requestBodies/sendMailRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /me/microsoft.graph.translateExchangeIds: - description: Provides operations to call the translateExchangeIds method. - post: - tags: - - me.user.Actions - summary: Invoke action translateExchangeIds - description: Translate identifiers of Outlook-related resources between formats. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 - operationId: me.translateExchangeIds - requestBody: - $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' - responses: - '200': - $ref: '#/components/responses/translateExchangeIdsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /me/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag: - description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. - post: - tags: - - me.user.Actions - summary: Invoke action wipeManagedAppRegistrationsByDeviceTag - description: Issues a wipe operation on an app registration with specified device tag. - operationId: me.wipeManagedAppRegistrationsByDeviceTag - requestBody: - $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action /me/oauth2PermissionGrants: description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: @@ -659991,6 +663326,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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() @@ -660610,6 +663946,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/microsoft.graph.delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() @@ -672749,6 +676086,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -674235,6 +677573,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/microsoft.graph.delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() @@ -674383,6 +677722,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -703236,6 +706576,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -703304,6 +706645,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -706680,6 +710022,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -706748,6 +710091,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -706934,6 +710278,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -707002,6 +710347,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -707417,6 +710763,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -707485,6 +710832,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -707873,6 +711221,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -707941,6 +711290,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -708127,6 +711477,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -708195,6 +711546,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -708610,6 +711962,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -708678,6 +712031,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -747841,6 +751195,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -747909,6 +751264,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -748089,6 +751445,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -748157,6 +751514,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -748542,6 +751900,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -748610,6 +751969,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -748986,6 +752346,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -749054,6 +752415,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -749234,6 +752596,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -749302,6 +752665,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -749687,6 +753051,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -749755,6 +753120,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -770854,6 +774220,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -770922,6 +774289,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -771898,6 +775266,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -771966,6 +775335,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -775055,6 +778425,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -775123,6 +778494,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -775925,6 +779297,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -775993,6 +779366,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -777229,6 +780603,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -777297,6 +780672,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -779182,6 +782558,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -779250,6 +782627,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -780745,6 +784123,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -780813,6 +784192,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -781895,6 +785275,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -781963,6 +785344,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -787847,6 +791229,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -787915,6 +791298,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -789053,6 +792437,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -789121,6 +792506,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -792741,6 +796127,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -792809,6 +796196,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -793709,6 +797097,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -793777,6 +797166,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -795137,6 +798527,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -795205,6 +798596,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -797281,6 +800673,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -797349,6 +800742,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -799792,6 +803186,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -799860,6 +803255,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -800547,6 +803943,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -800615,6 +804012,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -812144,6 +815542,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -812212,6 +815611,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -812601,6 +816001,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -812669,6 +816070,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -814760,6 +818162,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -814828,6 +818231,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -815217,6 +818621,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -815285,6 +818690,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -881621,6 +885027,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -881689,6 +885096,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -882329,6 +885737,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -882397,6 +885806,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -882784,6 +886194,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -882852,6 +886263,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -883254,6 +886666,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -883322,6 +886735,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -886975,6 +890389,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -887043,6 +890458,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -887680,6 +891096,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -887748,6 +891165,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -888135,6 +891553,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -888203,6 +891622,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -888605,6 +892025,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -888673,6 +892094,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -917716,6 +921138,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -917784,6 +921207,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -917986,6 +921410,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -918054,6 +921479,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -919776,6 +923202,7 @@ paths: - '/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}/notes/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()' @@ -920494,6 +923921,7 @@ paths: - '/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}/notes/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()' @@ -925424,6 +928852,7 @@ paths: - '/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}/notes/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()' @@ -926174,6 +929603,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -927052,6 +930482,7 @@ paths: - '/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}/notes/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()' @@ -927742,6 +931173,7 @@ paths: - '/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}/notes/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()' @@ -929335,6 +932767,7 @@ paths: - '/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}/notes/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()' @@ -930239,6 +933672,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -931243,6 +934677,7 @@ paths: - '/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}/notes/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()' @@ -932073,6 +935508,7 @@ paths: - '/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}/notes/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()' @@ -933434,6 +936870,7 @@ paths: - '/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}/notes/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()' @@ -934261,6 +937698,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -935202,6 +938640,7 @@ paths: - '/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}/notes/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()' @@ -935962,6 +939401,7 @@ paths: - '/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}/notes/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()' @@ -936659,6 +940099,7 @@ paths: - '/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}/notes/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()' @@ -940460,6 +943901,7 @@ paths: - '/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}/notes/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()' @@ -940762,6 +944204,7 @@ paths: - '/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}/notes/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()' @@ -944522,6 +947965,7 @@ paths: - '/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}/notes/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()' @@ -947920,6 +951364,7 @@ paths: - '/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}/notes/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()' @@ -948150,6 +951595,7 @@ paths: - '/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}/notes/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()' @@ -949485,6 +952931,7 @@ paths: - '/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}/notes/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()' @@ -949694,6 +953141,7 @@ paths: - '/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}/notes/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()' @@ -950892,6 +954340,7 @@ paths: - '/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}/notes/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()' @@ -954685,6 +958134,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -954753,6 +958203,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -958082,6 +961533,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -958150,6 +961602,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -958575,6 +962028,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -958643,6 +962097,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -959313,6 +962768,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -959381,6 +962837,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -960785,6 +964242,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -960853,6 +964311,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -962898,6 +966357,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -963154,6 +966614,7 @@ paths: - '/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}/notes/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()' @@ -963418,6 +966879,7 @@ paths: - '/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}/notes/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()' @@ -966550,6 +970012,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -966618,6 +970081,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -970053,6 +973517,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -970121,6 +973586,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -971011,6 +974477,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -971079,6 +974546,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -972483,6 +975951,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -972551,6 +976020,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -974394,6 +977864,7 @@ paths: - '/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}/notes/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()' @@ -974582,6 +978053,7 @@ paths: - '/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}/notes/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()' @@ -974736,6 +978208,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -974804,6 +978277,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -978909,6 +982383,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -978977,6 +982452,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -979367,6 +982843,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -979435,6 +982912,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -980042,6 +983520,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -980110,6 +983589,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -981360,6 +984840,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -981428,6 +984909,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -983263,6 +986745,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -983512,6 +986995,7 @@ paths: - '/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}/notes/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()' @@ -983769,6 +987253,7 @@ paths: - '/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}/notes/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()' @@ -987650,6 +991135,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -987718,6 +991204,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -989021,6 +992508,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -989899,6 +993387,7 @@ paths: - '/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}/notes/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()' @@ -990589,6 +994078,7 @@ paths: - '/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}/notes/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()' @@ -997807,6 +1001297,7 @@ paths: - '/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}/notes/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()' @@ -998130,6 +1001621,7 @@ paths: - '/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}/notes/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()' @@ -1006387,6 +1009879,7 @@ paths: - '/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}/notes/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()' @@ -1006689,6 +1010182,7 @@ paths: - '/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}/notes/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()' @@ -1015289,6 +1018783,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -1016602,6 +1020097,7 @@ paths: - '/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}/notes/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()' @@ -1016970,6 +1020466,7 @@ paths: - '/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}/notes/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()' @@ -1018174,6 +1021671,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -1019361,6 +1022859,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/notes/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()' @@ -1019694,6 +1023193,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/notes/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()' @@ -1022465,6 +1025965,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -1022533,6 +1026034,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -1024702,6 +1028204,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -1025763,6 +1029266,7 @@ paths: - '/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}/notes/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()' @@ -1026134,10 +1029638,1395 @@ paths: enum: - id - createdDateTime - - description - - displayName + - description + - displayName + - lastModifiedDateTime + - version + 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 + - createdDateTime + - createdDateTime desc + - description + - description desc + - displayName + - displayName desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - version + - version 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': + $ref: '#/components/responses/getManagedAppPoliciesResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()': + description: Provides operations to call the getManagedDevicesWithAppFailures method. + get: + tags: + - users.user.Functions + summary: Invoke function getManagedDevicesWithAppFailures + description: Retrieves the list of devices with failed apps + operationId: users.user.getManagedDevicesWithAppFailures + 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' + responses: + '200': + $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getMemberGroups': + description: Provides operations to call the getMemberGroups method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberGroups + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + operationId: users.user.getMemberGroups + 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: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getMemberObjects': + description: Provides operations to call the getMemberObjects method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberObjects + description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 + operationId: users.user.getMemberObjects + 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: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': + description: Provides operations to call the reminderView method. + get: + tags: + - users.user.Functions + summary: Invoke function reminderView + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 + operationId: users.user.reminderView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: StartDateTime + in: path + description: 'Usage: StartDateTime=''{StartDateTime}''' + required: true + schema: + type: string + - name: EndDateTime + in: path + description: 'Usage: EndDateTime=''{EndDateTime}''' + required: true + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + '200': + $ref: '#/components/responses/reminderViewResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement': + description: Provides operations to call the removeAllDevicesFromManagement method. + post: + tags: + - users.user.Actions + summary: Invoke action removeAllDevicesFromManagement + description: Retire all devices from management for this user + operationId: users.user.removeAllDevicesFromManagement + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.reprocessLicenseAssignment': + description: Provides operations to call the reprocessLicenseAssignment method. + post: + tags: + - users.user.Actions + summary: Invoke action reprocessLicenseAssignment + description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 + operationId: users.user.reprocessLicenseAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '200': + $ref: '#/components/responses/reprocessLicenseAssignmentResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.restore': + description: Provides operations to call the restore method. + post: + tags: + - users.user.Actions + summary: Invoke action restore + description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + operationId: users.user.restore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/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.retryServiceProvisioning': + description: Provides operations to call the retryServiceProvisioning method. + post: + tags: + - users.user.Actions + summary: Invoke action retryServiceProvisioning + description: Retry the provisioning of a user object in Microsoft Entra ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 + operationId: users.user.retryServiceProvisioning + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.revokeSignInSessions': + description: Provides operations to call the revokeSignInSessions method. + post: + tags: + - users.user.Actions + summary: Invoke action revokeSignInSessions + description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 + operationId: users.user.revokeSignInSessions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '200': + $ref: '#/components/responses/revokeSignInSessionsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.sendMail': + description: Provides operations to call the sendMail method. + post: + tags: + - users.user.Actions + summary: Invoke action sendMail + description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 + operationId: users.user.sendMail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/sendMailRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.translateExchangeIds': + description: Provides operations to call the translateExchangeIds method. + post: + tags: + - users.user.Actions + summary: Invoke action translateExchangeIds + description: Translate identifiers of Outlook-related resources between formats. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 + operationId: users.user.translateExchangeIds + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' + responses: + '200': + $ref: '#/components/responses/translateExchangeIdsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': + description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. + post: + tags: + - users.user.Actions + summary: Invoke action wipeManagedAppRegistrationsByDeviceTag + description: Issues a wipe operation on an app registration with specified device tag. + operationId: users.user.wipeManagedAppRegistrationsByDeviceTag + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/notes': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.ListNotes + 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 + - categories + - categories desc + - changeKey + - changeKey desc + - createdDateTime + - createdDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - body + - body desc + - bodyPreview + - bodyPreview desc + - hasAttachments + - hasAttachments desc + - isDeleted + - isDeleted desc + - subject + - subject desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - body + - bodyPreview + - hasAttachments + - isDeleted + - subject + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.noteCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to notes for users + operationId: users.CreateNotes + 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.note' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.GetNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - categories + - changeKey + - createdDateTime + - lastModifiedDateTime + - body + - bodyPreview + - hasAttachments + - isDeleted + - subject + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property notes in users + operationId: users.UpdateNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property notes for users + operationId: users.DeleteNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - 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}/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.ListAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + - contentType + - contentType desc + - isInline + - isInline desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - name + - name desc + - size + - size 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 + - contentType + - isInline + - lastModifiedDateTime + - name + - size + 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.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to attachments for users + operationId: users.notes.CreateAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.GetAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - contentType + - isInline + - lastModifiedDateTime + - name + - size + 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.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property attachments for users + operationId: users.notes.DeleteAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - 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}/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.attachments.GetCount-bbea + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - users.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: users.user.notes.note.attachments.createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.createUploadSession' + - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' + '/users/{user-id}/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.ListExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $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 + 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.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to extensions for users + operationId: users.notes.CreateExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.GetExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property extensions in users + operationId: users.notes.UpdateExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property extensions for users + operationId: users.notes.DeleteExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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}/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.extensions.GetCount-642e + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/notes/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.GetCount-589b + 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}/notes/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: users.user.notes.delta + 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: + enum: + - id + - categories + - changeKey + - createdDateTime - lastModifiedDateTime - - version + - body + - bodyPreview + - hasAttachments + - isDeleted + - subject + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties type: string - name: $orderby in: query @@ -1026151,16 +1031040,24 @@ paths: enum: - id - id desc + - categories + - categories desc + - changeKey + - changeKey desc - createdDateTime - createdDateTime desc - - description - - description desc - - displayName - - displayName desc - lastModifiedDateTime - lastModifiedDateTime desc - - version - - version desc + - body + - body desc + - bodyPreview + - bodyPreview desc + - hasAttachments + - hasAttachments desc + - isDeleted + - isDeleted desc + - subject + - subject desc type: string - name: $expand in: query @@ -1026173,412 +1031070,77 @@ paths: items: enum: - '*' + - attachments + - extensions + - multiValueExtendedProperties + - singleValueExtendedProperties type: string - responses: - '200': - $ref: '#/components/responses/getManagedAppPoliciesResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()': - description: Provides operations to call the getManagedDevicesWithAppFailures method. - get: - tags: - - users.user.Functions - summary: Invoke function getManagedDevicesWithAppFailures - description: Retrieves the list of devices with failed apps - operationId: users.user.getManagedDevicesWithAppFailures - 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' - responses: - '200': - $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getMemberGroups': - description: Provides operations to call the getMemberGroups method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 - operationId: users.user.getMemberGroups - 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: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getMemberObjects': - description: Provides operations to call the getMemberObjects method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberObjects - description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 - operationId: users.user.getMemberObjects - 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: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true responses: '200': description: Success content: application/json: schema: + title: Collection of note type: object allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': - description: Provides operations to call the reminderView method. - get: - tags: - - users.user.Functions - summary: Invoke function reminderView - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 - operationId: users.user.reminderView - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - - name: StartDateTime - in: path - description: 'Usage: StartDateTime=''{StartDateTime}''' - required: true - schema: - type: string - - name: EndDateTime - in: path - description: 'Usage: EndDateTime=''{EndDateTime}''' - required: true - schema: - type: string - nullable: true - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - '200': - $ref: '#/components/responses/reminderViewResponse' + $ref: '#/components/schemas/microsoft.graph.note' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement': - description: Provides operations to call the removeAllDevicesFromManagement method. - post: - tags: - - users.user.Actions - summary: Invoke action removeAllDevicesFromManagement - description: Retire all devices from management for this user - operationId: users.user.removeAllDevicesFromManagement - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.reprocessLicenseAssignment': - description: Provides operations to call the reprocessLicenseAssignment method. - post: - tags: - - users.user.Actions - summary: Invoke action reprocessLicenseAssignment - description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 - operationId: users.user.reprocessLicenseAssignment - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '200': - $ref: '#/components/responses/reprocessLicenseAssignmentResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.restore': - description: Provides operations to call the restore method. - post: - tags: - - users.user.Actions - summary: Invoke action restore - description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 - operationId: users.user.restore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '200': - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - type: object - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/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.retryServiceProvisioning': - description: Provides operations to call the retryServiceProvisioning method. - post: - tags: - - users.user.Actions - summary: Invoke action retryServiceProvisioning - description: Retry the provisioning of a user object in Microsoft Entra ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 - operationId: users.user.retryServiceProvisioning - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.revokeSignInSessions': - description: Provides operations to call the revokeSignInSessions method. - post: - tags: - - users.user.Actions - summary: Invoke action revokeSignInSessions - description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 - operationId: users.user.revokeSignInSessions - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '200': - $ref: '#/components/responses/revokeSignInSessionsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.sendMail': - description: Provides operations to call the sendMail method. - post: - tags: - - users.user.Actions - summary: Invoke action sendMail - description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 - operationId: users.user.sendMail - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/sendMailRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.translateExchangeIds': - description: Provides operations to call the translateExchangeIds method. - post: - tags: - - users.user.Actions - summary: Invoke action translateExchangeIds - description: Translate identifiers of Outlook-related resources between formats. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 - operationId: users.user.translateExchangeIds - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' - responses: - '200': - $ref: '#/components/responses/translateExchangeIdsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': - description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. - post: - tags: - - users.user.Actions - summary: Invoke action wipeManagedAppRegistrationsByDeviceTag - description: Issues a wipe operation on an app registration with specified device tag. - operationId: users.user.wipeManagedAppRegistrationsByDeviceTag - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/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}/oauth2PermissionGrants': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: @@ -1038076,6 +1042638,7 @@ paths: - '/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}/notes/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()' @@ -1038800,6 +1043363,7 @@ paths: - '/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}/notes/microsoft.graph.delta()' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' @@ -1052869,6 +1057433,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -1054515,6 +1059080,7 @@ paths: - '/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}/notes/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/microsoft.graph.delta()' @@ -1054679,6 +1059245,7 @@ paths: - '/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}/notes/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()' @@ -1055549,6 +1060116,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -1055790,6 +1060358,7 @@ paths: - manager - memberOf - messages + - notes - oauth2PermissionGrants - onenote - onlineMeetings @@ -1055873,6 +1060442,7 @@ paths: - '/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}/notes/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()' @@ -1056367,6 +1060937,11 @@ components: type: string description: The requestor's supplied justification. nullable: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestParameters' + - type: object + nullable: true requestType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestType' @@ -1057107,6 +1061682,11 @@ components: type: string description: Justification left by the reviewer when they made the decision. nullable: true + permission: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemPermission' + - type: object + nullable: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -1057597,6 +1062177,14 @@ components: description: The date and time the agent identity was created. Read-only. Inherited from servicePrincipal. format: date-time nullable: true + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -1057627,6 +1062215,14 @@ components: - title: agentIdentityBlueprintPrincipal type: object properties: + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity blueprint principal''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -1058940,6 +1063536,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationBehaviors' - type: object nullable: true + description: 'The set of breaking change behaviors related to token issuance that are configured for the application. Authentication behaviors are unset by default (null) and must be explicitly enabled or disabled. Nullable. Returned only on $select. Requires $select to retrieve. For more information about authentication behaviors, see Manage application authenticationBehaviors.' certification: anyOf: - $ref: '#/components/schemas/microsoft.graph.certification' @@ -1060185,6 +1064782,104 @@ components: type: string description: Azure Communication Services ID of the user. nullable: true + microsoft.graph.b2bRegistrationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2bRegistrationMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsRecent' + microsoft.graph.b2BRegistrationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BRegistrationMetricsBase + type: object + properties: + inboundTotalUsers: + type: number + format: decimal + outboundTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BRegistrationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.b2BRegistrationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BSignInActivityMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsRecent' + microsoft.graph.b2BSignInActivityMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetricsBase + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + inboundMonthlyTotalUsers: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BSignInActivityMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.b2BSignInActivityMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.b2xIdentityUserFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' @@ -1060494,6 +1065189,68 @@ components: type: string description: Title of the sitePage. nullable: true + microsoft.graph.billingMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.billingMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.billingMetricsRecent' + microsoft.graph.billingMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetricsBase + type: object + properties: + foreignAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + foreignAssociatedTenantCount: + type: number + format: decimal + foreignAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + localAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + localAssociatedTenantCount: + type: number + format: decimal + localAssociatedTenantIds: + type: array + items: + type: string + localAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.billingMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.billingMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.bitlocker: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1062430,7 +1067187,6 @@ components: items: $ref: '#/components/schemas/microsoft.graph.presence' x-ms-navigationProperty: true - description: Represents a container that exposes navigation properties for cloud communications resources. microsoft.graph.cloudFlareWebApplicationFirewallProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' @@ -1064275,6 +1069031,11 @@ components: type: array items: type: string + governanceMetadata: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true isBlocked: type: boolean lastModifiedDateTime: @@ -1064297,6 +1069058,16 @@ components: publisher: type: string nullable: true + requestStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestStatus' + - type: object + nullable: true + requestType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestType' + - type: object + nullable: true shortDescription: type: string nullable: true @@ -1067391,6 +1072162,12 @@ components: $ref: '#/components/schemas/microsoft.graph.companySubscription' description: List of commercial subscriptions that an organization acquired. x-ms-navigationProperty: true + tenantGovernance: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.directoryAudit: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1071104,6 +1075881,84 @@ components: description: Indicates when the insight was created. format: date-time nullable: true + microsoft.graph.governanceInvitation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceInvitation + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + microsoft.graph.governanceRelationship: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRelationship + type: object + properties: + createdType: + $ref: '#/components/schemas/microsoft.graph.relationshipCreationType' + creationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + status: + $ref: '#/components/schemas/microsoft.graph.relationshipStatus' + microsoft.graph.governanceRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRequest + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + requestDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + status: + $ref: '#/components/schemas/microsoft.graph.requestStatus' + governancePolicyTemplate: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.granularDriveRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.granularRestoreArtifactBase' @@ -1071316,6 +1076171,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' - type: object nullable: true + description: 'Complex type containing extension attributes 1-15 for the group, synchronized from on-premises Active Directory. Returned only on $select. Supports $filter (eq, ne, not, in).' onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -1071618,6 +1076474,11 @@ components: type: string description: 'The group type for which the expiration policy applies. Possible values are All, Selected or None.' nullable: true + microsoft.graph.groupResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: groupResource + type: object microsoft.graph.groupSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1076472,6 +1081333,52 @@ components: type: boolean description: 'When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE.' description: Entity which represents a connection to Mobile Threat Defense partner. + microsoft.graph.multiTenantApplicationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsRecent' + microsoft.graph.multiTenantApplicationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetricsBase + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.multiTenantApplicationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.multiTenantApplicationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.multiTenantOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1076687,6 +1081594,61 @@ components: description: 'The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + microsoft.graph.note: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: note + type: object + properties: + body: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.itemBody' + - type: object + nullable: true + description: The content of the note. Supports text or html content types. + bodyPreview: + type: string + description: 'Auto-generated preview of the note body content (first ~255 characters, plain text). Read-only.' + nullable: true + readOnly: true + hasAttachments: + type: boolean + description: Indicates whether the note has file attachments. Supports $filter (eq). Read-only. + nullable: true + readOnly: true + isDeleted: + type: boolean + description: Indicates whether the note is soft-deleted. Read-only. + nullable: true + readOnly: true + subject: + type: string + description: 'The title of the note. Supports $filter (eq, ne, startsWith) and $orderby.' + nullable: true + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + x-ms-navigationProperty: true + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the note. + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the note. + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the note. + x-ms-navigationProperty: true microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' @@ -1080012,6 +1084974,11 @@ components: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' description: The eligibility schedules to activate a just-in-time access. x-ms-navigationProperty: true + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' + x-ms-navigationProperty: true microsoft.graph.privilegedAccessGroupAssignmentSchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessSchedule' @@ -1081221,6 +1086188,58 @@ components: type: string description: 'Date and time when the response to the Reflect check-in was submitted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time + microsoft.graph.relatedTenant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenant + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + isMicrosoftInfrastructure: + type: boolean + description: Indicates whether this tenant is a Microsoft infrastructure tenant. + readOnly: true + appB2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BRegistrationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + billingMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + multiTenantApplicationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.relatedTenantsRefreshRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenantsRefreshRequest + type: object + properties: + location: + type: string microsoft.graph.relyingPartyDetailedSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1082802,7 +1087821,6 @@ components: - type: object nullable: true x-ms-navigationProperty: true - description: Security singleton providing access to audit log resources. microsoft.graph.securityReportsRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1086384,6 +1091402,83 @@ components: properties: protectionScopes: $ref: '#/components/schemas/microsoft.graph.tenantProtectionScopeContainer' + microsoft.graph.tenantGovernance: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernance + type: object + properties: + governanceInvitations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + x-ms-navigationProperty: true + governancePolicyTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + x-ms-navigationProperty: true + governanceRelationships: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + x-ms-navigationProperty: true + governanceRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + x-ms-navigationProperty: true + relatedTenants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + x-ms-navigationProperty: true + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.tenantGovernancePolicyTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernancePolicyTemplate + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + description: + type: string + displayName: + type: string + governedTenantCanTerminate: + type: boolean + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' + version: + type: string + microsoft.graph.tenantGovernanceSetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernanceSetting + type: object + properties: + canReceiveInvitations: + type: boolean + isRelatedTenantsEnabled: + type: boolean microsoft.graph.tenantProtectionScopeContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1088528,6 +1093623,12 @@ components: $ref: '#/components/schemas/microsoft.graph.message' description: The messages in a mailbox or folder. Read-only. Nullable. x-ms-navigationProperty: true + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + description: The notes in the user's Notes folder. Read-only. Nullable. + x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: @@ -1095177,6 +1100278,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: The principals who can request on-behalf-of others. + microsoft.graph.accessPackageAssignmentRequestParameters: + title: accessPackageAssignmentRequestParameters + type: object + properties: + bypassApproval: + type: boolean microsoft.graph.accessPackageAssignmentRequestRequirements: title: accessPackageAssignmentRequestRequirements type: object @@ -1095485,10 +1100592,44 @@ components: - type: object nullable: true description: Details of the scope this role is associated with. + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + - title: accessReviewInstanceDecisionItemCustomDataProvidedResource + type: object + properties: + customData: + type: string + nullable: true + scopeDisplayName: + type: string + nullable: true + scopeId: + type: string + nullable: true + microsoft.graph.accessReviewInstanceDecisionItemPermission: + title: accessReviewInstanceDecisionItemPermission + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + id: + type: string + nullable: true + type: + type: string + nullable: true microsoft.graph.accessReviewInstanceDecisionItemResource: title: accessReviewInstanceDecisionItemResource type: object properties: + description: + type: string + nullable: true displayName: type: string description: Display name of the resource @@ -1096331,6 +1101472,17 @@ components: type: string description: 'Specifies the city, country or region where the application''s owning organization is headquartered.' nullable: true + microsoft.graph.applicationResourcePermission: + title: applicationResourcePermission + type: object + properties: + id: + type: string + name: + type: string + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.applicationPermissionType' microsoft.graph.applicationRiskFactorCertificateInfo: title: applicationRiskFactorCertificateInfo type: object @@ -1096779,6 +1101931,16 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.applicationsRequiredResourceAccess: + title: applicationsRequiredResourceAccess + type: object + properties: + permissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' + resourceAppId: + type: string microsoft.graph.appliedConditionalAccessPolicy: title: appliedConditionalAccessPolicy type: object @@ -1097820,12 +1102982,19 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + nullable: true + coopEnforcement: + type: boolean + description: 'Indicates whether Cross-Origin-Opener-Policy (COOP) headers are enforced on browser-based authentication responses for the application. Set to true to enable enforcement, false to temporarily suppress enforcement, or null to use the service default. For how-to guidance, see Control Cross-Origin-Opener-Policy enforcement.' nullable: true removeUnverifiedEmailClaim: type: boolean + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true microsoft.graph.authenticationConditions: title: authenticationConditions @@ -1101281,6 +1106450,36 @@ components: items: $ref: '#/components/schemas/microsoft.graph.unifiedRole' description: The directory roles that the Microsoft partner is assigned in the customer tenant. + microsoft.graph.delegatedAdministrationRoleAssignment: + title: delegatedAdministrationRoleAssignment + type: object + properties: + groupDisplayName: + type: string + nullable: true + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + title: delegatedAdministrationRoleAssignmentSnapshot + type: object + properties: + groupDisplayName: + type: string + nullable: true + groupId: + type: string + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' microsoft.graph.delegatedAdminRelationshipCustomerParticipant: title: delegatedAdminRelationshipCustomerParticipant type: object @@ -1106422,6 +1111621,34 @@ components: type: string description: The name of the location the item was moved to. nullable: true + microsoft.graph.multiTenantApplicationsToProvision: + title: multiTenantApplicationsToProvision + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + title: multiTenantApplicationsToProvisionSnapshot + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: title: multiTenantOrganizationJoinRequestTransitionDetails type: object @@ -1108507,6 +1113734,21 @@ components: - type: object nullable: true description: Specifies the users and groups included in or excluded from this tenant-level policy scope. + microsoft.graph.policyTipAction: + allOf: + - $ref: '#/components/schemas/microsoft.graph.dlpActionInfo' + - title: policyTipAction + type: object + properties: + complianceUrl: + type: string + nullable: true + matchedConditionsDescription: + type: string + nullable: true + policyTip: + type: string + nullable: true microsoft.graph.policyUserScope: allOf: - $ref: '#/components/schemas/microsoft.graph.policyScopeBase' @@ -1110135,6 +1115377,29 @@ components: nullable: true relationship: $ref: '#/components/schemas/microsoft.graph.contactRelationship' + microsoft.graph.relationshipPolicy: + title: relationshipPolicy + type: object + properties: + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + governedTenantCanTerminate: + type: boolean + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' + policyId: + type: string + version: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + readOnly: true microsoft.graph.reminder: title: reminder type: object @@ -1110879,6 +1116144,14 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceAction' description: Resource Actions each containing a set of allowed and not allowed permissions. description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. + microsoft.graph.roleTemplate: + title: roleTemplate + type: object + properties: + id: + type: string + name: + type: string microsoft.graph.root: title: root type: object @@ -1116983,6 +1122256,16 @@ components: - requested - unknownFutureValue type: string + microsoft.graph.accessReviewInstanceDecisionItemApplyResult: + title: accessReviewInstanceDecisionItemApplyResult + enum: + - new + - appliedSuccessfully + - appliedWithUnknownFailure + - appliedSuccessfullyButObjectNotFound + - applyNotSupported + - unknownFutureValue + type: string microsoft.graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions: title: accessReviewInstanceDecisionItemFilterByCurrentUserOptions enum: @@ -1117407,6 +1122690,26 @@ components: - value: blockTextFile description: Block clipboard to transfer Text file name: blockTextFile + microsoft.graph.applicationPermissionType: + title: applicationPermissionType + enum: + - role + - scope + - unknownFutureValue + type: string + x-ms-enum: + name: applicationPermissionType + modelAsString: false + values: + - value: role + description: Represents a type of permission that is for an app only scenario. No user is involved. + name: role + - value: scope + description: Represents a type of permission that is for an app and user scenario. + name: scope + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.applicationType: title: applicationType enum: @@ -1119087,6 +1124390,60 @@ components: - permanent - unknownFutureValue type: string + microsoft.graph.copilotPackageRequestStatus: + title: copilotPackageRequestStatus + enum: + - pending + - approved + - rejected + - unknownFutureValue + type: string + description: The lifecycle status of a package governance request. + x-ms-enum: + name: copilotPackageRequestStatus + modelAsString: false + values: + - value: pending + description: The request is awaiting a decision. + name: pending + - value: approved + description: The request was approved. + name: approved + - value: rejected + description: The request was rejected. + name: rejected + - value: unknownFutureValue + description: An evolvable sentinel for future request statuses. + name: unknownFutureValue + microsoft.graph.copilotPackageRequestType: + title: copilotPackageRequestType + enum: + - publish + - activate + - access + - update + - unknownFutureValue + type: string + description: The type of a package governance request. + x-ms-enum: + name: copilotPackageRequestType + modelAsString: false + values: + - value: publish + description: A request to publish a package. + name: publish + - value: activate + description: A request to activate a package. + name: activate + - value: access + description: A request to grant package access. + name: access + - value: update + description: A request to update a package. + name: update + - value: unknownFutureValue + description: An evolvable sentinel for future request types. + name: unknownFutureValue microsoft.graph.countryLookupMethodType: title: countryLookupMethodType enum: @@ -1120220,6 +1125577,7 @@ components: - sPSharingNotifyUser - sPSharingGenerateIncidentReport - restrictWebGrounding + - policyTip type: string microsoft.graph.driftStatus: title: driftStatus @@ -1120789,6 +1126147,7 @@ components: - quarantined - filteredAsSpam - unknownFutureValue + - recalled type: string microsoft.graph.executionMode: title: executionMode @@ -1124912,6 +1130271,50 @@ components: - forbidden - unknownFutureValue type: string + microsoft.graph.relationshipCreationType: + title: relationshipCreationType + enum: + - approvedByAdmin + - addOnTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipCreationType + modelAsString: false + values: + - value: approvedByAdmin + description: Represents a relationship between two tenants that was created by an explicit approval from the governed tenant admin. + name: approvedByAdmin + - value: addOnTenant + description: Represents a relationship between the add-on tenant and the tenant from which it was created. + name: addOnTenant + - value: unknownFutureValue + description: This will help in making this enum evolvable and adding more values in the future- + name: unknownFutureValue + microsoft.graph.relationshipStatus: + title: relationshipStatus + enum: + - active + - terminated + - terminationRequestedByGoverningTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipStatus + modelAsString: false + values: + - value: active + description: Represents a relationship that is currently active. + name: active + - value: terminated + description: Represents a relationship that has been terminated. + name: terminated + - value: terminationRequestedByGoverningTenant + description: Represents a relationship that has been requested to be terminated by governing tenant. + name: terminationRequestedByGoverningTenant + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.remindBeforeTimeInMinutesType: title: remindBeforeTimeInMinutesType enum: @@ -1124939,6 +1130342,30 @@ components: - value: onboarded description: The status reported when the system has successfully exchanged account information with TeamViewer and can now initiate remote assistance sessions with clients name: onboarded + microsoft.graph.requestStatus: + title: requestStatus + enum: + - pending + - accepted + - rejected + - unknownFutureValue + type: string + x-ms-enum: + name: requestStatus + modelAsString: false + values: + - value: pending + description: Represents a governance request that is pending + name: pending + - value: accepted + description: Represents a governance request that was accepted + name: accepted + - value: rejected + description: Represents a governance request that was rejected + name: rejected + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.requiredPasswordType: title: requiredPasswordType enum: @@ -1131589,6 +1137016,17 @@ components: items: $ref: '#/components/schemas/microsoft.graph.group' x-ms-navigationProperty: true + microsoft.graph.identityGovernance.guestSponsorTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: guestSponsorTrigger + type: object + properties: + minimumRequiredSponsors: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 microsoft.graph.identityGovernance.membershipChangeTrigger: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' @@ -1144179,6 +1149617,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.message' + microsoft.graph.noteCollectionResponse: + title: Collection of note + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' microsoft.graph.onlineMeetingCollectionResponse: title: Collection of onlineMeeting type: object @@ -1148117,6 +1153566,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' + microsoft.graph.groupResourceCollectionResponse: + title: Collection of groupResource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' microsoft.graph.certificateBasedAuthPkiCollectionResponse: title: Collection of certificateBasedAuthPki type: object @@ -1148931,6 +1154391,61 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + microsoft.graph.governanceInvitationCollectionResponse: + title: Collection of governanceInvitation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + title: Collection of tenantGovernancePolicyTemplate + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + microsoft.graph.governanceRelationshipCollectionResponse: + title: Collection of governanceRelationship + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + microsoft.graph.governanceRequestCollectionResponse: + title: Collection of governanceRequest + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + microsoft.graph.relatedTenantCollectionResponse: + title: Collection of relatedTenant + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' microsoft.graph.delegatedAdminCustomerCollectionResponse: title: Collection of delegatedAdminCustomer type: object @@ -1154860,6 +1160375,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntry' + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvision + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' microsoft.graph.timeCardBreakCollectionResponse: title: Collection of microsoft.graph.timeCardBreak type: object @@ -1155058,6 +1160595,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplication' + microsoft.graph.applicationResourcePermissionCollectionResponse: + title: Collection of microsoft.graph.applicationResourcePermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' microsoft.graph.keyCredentialConfigurationCollectionResponse: title: Collection of microsoft.graph.keyCredentialConfiguration type: object @@ -1155432,6 +1160980,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRole' + microsoft.graph.roleTemplateCollectionResponse: + title: Collection of microsoft.graph.roleTemplate + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' microsoft.graph.settingSourceCollectionResponse: title: Collection of microsoft.graph.settingSource type: object @@ -1155652,6 +1161211,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMapping' + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.applicationsRequiredResourceAccess + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' microsoft.graph.emailIdentityCollectionResponse: title: Collection of microsoft.graph.emailIdentity type: object @@ -1155850,6 +1161420,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvisionSnapshot + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' microsoft.graph.resourceAccessCollectionResponse: title: Collection of microsoft.graph.resourceAccess type: object @@ -1157590,6 +1163182,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.noteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.noteCollectionResponse' microsoft.graph.onlineMeetingCollectionResponse: description: Retrieved collection content: @@ -1159738,6 +1165336,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleCollectionResponse' + microsoft.graph.groupResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResourceCollectionResponse' microsoft.graph.certificateBasedAuthPkiCollectionResponse: description: Retrieved collection content: @@ -1160182,6 +1165786,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMemberCollectionResponse' + microsoft.graph.governanceInvitationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitationCollectionResponse' + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse' + microsoft.graph.governanceRelationshipCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationshipCollectionResponse' + microsoft.graph.governanceRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequestCollectionResponse' + microsoft.graph.relatedTenantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenantCollectionResponse' microsoft.graph.delegatedAdminCustomerCollectionResponse: description: Retrieved collection content: @@ -1163416,6 +1169050,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntryCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse' microsoft.graph.timeCardBreakCollectionResponse: description: Retrieved collection content: @@ -1163524,6 +1169170,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplicationCollectionResponse' + microsoft.graph.applicationResourcePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermissionCollectionResponse' microsoft.graph.keyCredentialConfigurationCollectionResponse: description: Retrieved collection content: @@ -1163728,6 +1169380,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleCollectionResponse' + microsoft.graph.roleTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleTemplateCollectionResponse' microsoft.graph.settingSourceCollectionResponse: description: Retrieved collection content: @@ -1163848,6 +1169506,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMappingCollectionResponse' + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccessCollectionResponse' microsoft.graph.emailIdentityCollectionResponse: description: Retrieved collection content: @@ -1163956,6 +1169620,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.publicErrorDetailCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse' microsoft.graph.resourceAccessCollectionResponse: description: Retrieved collection content: @@ -1164900,6 +1170576,8 @@ components: customExtensionCalloutInstances: - '@odata.type': microsoft.graph.customExtensionCalloutInstance justification: String + parameters: + '@odata.type': microsoft.graph.accessPackageAssignmentRequestParameters requestor: '@odata.type': microsoft.graph.accessPackageSubject requestType: @@ -1165111,6 +1170789,8 @@ components: insights: - '@odata.type': microsoft.graph.governanceInsight justification: String + permission: + '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemPermission principal: '@odata.type': microsoft.graph.identity principalLink: String @@ -1165253,6 +1170933,8 @@ components: value: agentIdentityBlueprintId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprint: @@ -1165263,6 +1170945,8 @@ components: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprintPrincipal: value: + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentUser: @@ -1166044,6 +1171728,42 @@ components: microsoft.graph.azureCommunicationServicesUserConversationMember: value: azureCommunicationServicesId: String + microsoft.graph.b2bRegistrationMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BRegistrationMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BRegistrationMetricsRecent + microsoft.graph.b2BRegistrationMetricsBase: + value: + inboundTotalUsers: '0' + outboundTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsRecent + microsoft.graph.b2BSignInActivityMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + inboundMonthlyTotalUsers: '0' + outboundMonthlyTotalApplications: '0' + outboundMonthlyTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.b2xIdentityUserFlow: value: apiConnectorConfiguration: @@ -1166143,6 +1171863,29 @@ components: publishingState: '@odata.type': microsoft.graph.publicationFacet title: String + microsoft.graph.billingMetrics: + value: + initial: + '@odata.type': microsoft.graph.billingMetricsInitial + recent: + '@odata.type': microsoft.graph.billingMetricsRecent + microsoft.graph.billingMetricsBase: + value: + foreignAssociatedTenantBillingManagementActiveCount: '0' + foreignAssociatedTenantCount: '0' + foreignAssociatedTenantProvisioningActiveCount: '0' + localAssociatedTenantBillingManagementActiveCount: '0' + localAssociatedTenantCount: '0' + localAssociatedTenantIds: + - String + localAssociatedTenantProvisioningActiveCount: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.bitlocker: value: recoveryKeys: @@ -1167307,6 +1173050,8 @@ components: displayName: String elementTypes: - String + governanceMetadata: + '@odata.type': microsoft.graph.Json isBlocked: 'true' lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' manifestId: String @@ -1167314,6 +1173059,10 @@ components: ownerId: String platform: String publisher: String + requestStatus: + '@odata.type': microsoft.graph.copilotPackageRequestStatus + requestType: + '@odata.type': microsoft.graph.copilotPackageRequestType shortDescription: String supportedHosts: - String @@ -1168243,6 +1173992,8 @@ components: - '@odata.type': microsoft.graph.remoteTenantGroup subscriptions: - '@odata.type': microsoft.graph.companySubscription + tenantGovernance: + '@odata.type': microsoft.graph.tenantGovernance microsoft.graph.directoryAudit: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1169397,6 +1175148,41 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.governanceInvitation: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + microsoft.graph.governanceRelationship: + value: + createdType: + '@odata.type': microsoft.graph.relationshipCreationType + creationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + status: + '@odata.type': microsoft.graph.relationshipStatus + microsoft.graph.governanceRequest: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governancePolicyTemplate: + '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + requestDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.requestStatus microsoft.graph.granularDriveRestoreArtifact: value: directoryObjectId: String @@ -1169545,6 +1175331,8 @@ components: alternateNotificationEmails: String groupLifetimeInDays: '0' managedGroupTypes: String + microsoft.graph.groupResource: + value: { } microsoft.graph.groupSetting: value: displayName: String @@ -1170997,6 +1176785,23 @@ components: partnerUnsupportedOsVersionBlocked: 'true' windowsDeviceBlockedOnMissingPartnerData: 'true' windowsEnabled: 'true' + microsoft.graph.multiTenantApplicationMetrics: + value: + initial: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsInitial + recent: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsRecent + microsoft.graph.multiTenantApplicationMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + outboundMonthlyTotalApplications: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.multiTenantOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1171064,6 +1176869,22 @@ components: displayName: String id: String (identifier) modifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.note: + value: + attachments: + - '@odata.type': microsoft.graph.attachment + body: + '@odata.type': microsoft.graph.itemBody + bodyPreview: String + extensions: + - '@odata.type': microsoft.graph.extension + hasAttachments: 'true' + isDeleted: 'true' + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + subject: String microsoft.graph.notebook: value: isDefault: 'true' @@ -1172099,6 +1177920,8 @@ components: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest eligibilitySchedules: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilitySchedule + resources: + - '@odata.type': microsoft.graph.groupResource microsoft.graph.privilegedAccessGroupAssignmentSchedule: value: accessId: @@ -1172444,6 +1178267,23 @@ components: responseFeedback: '@odata.type': microsoft.graph.responseFeedbackType submitDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.relatedTenant: + value: + appB2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + b2BRegistrationMetrics: + '@odata.type': microsoft.graph.b2bRegistrationMetrics + b2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + billingMetrics: + '@odata.type': microsoft.graph.billingMetrics + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + isMicrosoftInfrastructure: 'true' + multiTenantApplicationMetrics: + '@odata.type': microsoft.graph.multiTenantApplicationMetrics + microsoft.graph.relatedTenantsRefreshRequest: + value: + location: String microsoft.graph.relyingPartyDetailedSummary: value: failedSignInCount: '0' @@ -1173976,6 +1179816,36 @@ components: value: protectionScopes: '@odata.type': microsoft.graph.tenantProtectionScopeContainer + microsoft.graph.tenantGovernance: + value: + governanceInvitations: + - '@odata.type': microsoft.graph.governanceInvitation + governancePolicyTemplates: + - '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governanceRelationships: + - '@odata.type': microsoft.graph.governanceRelationship + governanceRequests: + - '@odata.type': microsoft.graph.governanceRequest + relatedTenants: + - '@odata.type': microsoft.graph.relatedTenant + settings: + '@odata.type': microsoft.graph.tenantGovernanceSetting + microsoft.graph.tenantGovernancePolicyTemplate: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignment + description: String + displayName: String + governedTenantCanTerminate: 'true' + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvision + version: String + microsoft.graph.tenantGovernanceSetting: + value: + canReceiveInvitations: 'true' + isRelatedTenantsEnabled: 'true' microsoft.graph.tenantProtectionScopeContainer: value: { } microsoft.graph.tenantRelationship: @@ -1174567,6 +1180437,8 @@ components: - '@odata.type': microsoft.graph.message mobilePhone: String mySite: String + notes: + - '@odata.type': microsoft.graph.note oauth2PermissionGrants: - '@odata.type': microsoft.graph.oAuth2PermissionGrant officeLocation: String @@ -1176547,6 +1182419,9 @@ components: enableTargetsToSelfUpdateAccess: 'true' onBehalfRequestors: - '@odata.type': microsoft.graph.subjectSet + microsoft.graph.accessPackageAssignmentRequestParameters: + value: + bypassApproval: 'true' microsoft.graph.accessPackageAssignmentRequestRequirements: value: allowCustomAssignmentSchedule: 'true' @@ -1176650,8 +1182525,20 @@ components: value: scope: '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemResource + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + value: + customData: String + scopeDisplayName: String + scopeId: String + microsoft.graph.accessReviewInstanceDecisionItemPermission: + value: + description: String + displayName: String + id: String + type: String microsoft.graph.accessReviewInstanceDecisionItemResource: value: + description: String displayName: String id: String type: String @@ -1176945,6 +1182832,12 @@ components: value: dataCenter: String headquarters: String + microsoft.graph.applicationResourcePermission: + value: + id: String + name: String + type: + '@odata.type': microsoft.graph.applicationPermissionType microsoft.graph.applicationRiskFactorCertificateInfo: value: hasBadCommonName: 'true' @@ -1177078,6 +1182971,11 @@ components: '@odata.type': microsoft.graph.application servicePrincipal: '@odata.type': microsoft.graph.servicePrincipal + microsoft.graph.applicationsRequiredResourceAccess: + value: + permissions: + - '@odata.type': microsoft.graph.applicationResourcePermission + resourceAppId: String microsoft.graph.appliedConditionalAccessPolicy: value: displayName: String @@ -1177412,6 +1183310,7 @@ components: microsoft.graph.authenticationBehaviors: value: blockAzureADGraphAccess: 'true' + coopEnforcement: 'true' removeUnverifiedEmailClaim: 'true' requireClientServicePrincipal: 'true' microsoft.graph.authenticationConditions: @@ -1178623,6 +1184522,19 @@ components: value: unifiedRoles: - '@odata.type': microsoft.graph.unifiedRole + microsoft.graph.delegatedAdministrationRoleAssignment: + value: + group: + '@odata.type': microsoft.graph.group + groupDisplayName: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + value: + groupDisplayName: String + groupId: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate microsoft.graph.delegatedAdminRelationshipCustomerParticipant: value: displayName: String @@ -1180265,6 +1186177,20 @@ components: value: from: String to: String + microsoft.graph.multiTenantApplicationsToProvision: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: value: desiredMemberState: @@ -1180947,6 +1186873,11 @@ components: value: policyScope: '@odata.type': microsoft.graph.policyBinding + microsoft.graph.policyTipAction: + value: + complianceUrl: String + matchedConditionsDescription: String + policyTip: String microsoft.graph.policyUserScope: value: { } microsoft.graph.positiveReinforcementNotification: @@ -1181457,6 +1187388,15 @@ components: mobilePhone: String relationship: '@odata.type': microsoft.graph.contactRelationship + microsoft.graph.relationshipPolicy: + value: + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + governedTenantCanTerminate: 'true' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvisionSnapshot + policyId: String + version: '0' microsoft.graph.reminder: value: changeKey: String @@ -1181700,6 +1187640,10 @@ components: value: resourceActions: - '@odata.type': microsoft.graph.resourceAction + microsoft.graph.roleTemplate: + value: + id: String + name: String microsoft.graph.root: value: { } microsoft.graph.rotateBitLockerKeysDeviceActionResult: @@ -1184391,6 +1190335,9 @@ components: value: groups: - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.guestSponsorTrigger: + value: + minimumRequiredSponsors: '0' microsoft.graph.identityGovernance.membershipChangeTrigger: value: changeType: @@ -1188020,6 +1193967,8 @@ tags: x-ms-docs-toc-type: page - name: directory.companySubscription x-ms-docs-toc-type: page + - name: directory.tenantGovernance + x-ms-docs-toc-type: page - name: directoryObjects.directoryObject x-ms-docs-toc-type: page - name: directoryObjects.directoryObject.Actions @@ -1188286,6 +1194235,8 @@ tags: x-ms-docs-toc-type: container - name: me.user.Functions x-ms-docs-toc-type: container + - name: me.note + x-ms-docs-toc-type: page - name: me.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: me.onenote @@ -1188702,6 +1194653,8 @@ tags: x-ms-docs-toc-type: container - name: users.user.Functions x-ms-docs-toc-type: container + - name: users.note + x-ms-docs-toc-type: page - name: users.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: users.onenote diff --git a/openapi/v1.0/openapi.yaml b/openapi/v1.0/openapi.yaml index 8c9e746a..2e6c2ab1 100644 --- a/openapi/v1.0/openapi.yaml +++ b/openapi/v1.0/openapi.yaml @@ -2342,6 +2342,25 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property items for admin + operationId: admin.exchange.mailboxes.folders.childFolders.DeleteItems + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: mailbox-id in: path @@ -2747,6 +2766,29 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete mailboxItem + description: Delete a mailboxItem from a mailboxFolder in a mailbox. Use the disposalType query parameter to specify whether to soft-delete or hard-delete the item. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailboxfolder-delete-items?view=graph-rest-1.0 + operationId: admin.exchange.mailboxes.folders.DeleteItems + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: mailbox-id in: path @@ -98673,23 +98715,97 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /directoryObjects: - description: Provides operations to manage the collection of directoryObject entities. + /directory/tenantGovernance: + description: Provides operations to manage the tenantGovernance property of the microsoft.graph.directory entity. get: tags: - - directoryObjects.directoryObject - summary: Get entities from directoryObjects - operationId: directoryObjects.directoryObject.ListDirectoryObject + - directory.tenantGovernance + summary: Get tenantGovernance from directory + operationId: directory.GetTenantGovernance parameters: - - name: ConsistencyLevel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property tenantGovernance in directory + operationId: directory.UpdateTenantGovernance + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property tenantGovernance for directory + operationId: directory.DeleteTenantGovernance + parameters: + - 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 + /directory/tenantGovernance/governanceInvitations: + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.ListGovernanceInvitations + parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -98727,7 +98843,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + $ref: '#/components/responses/microsoft.graph.governanceInvitationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -98738,39 +98854,1379 @@ paths: x-ms-docs-operation-type: operation post: tags: - - directoryObjects.directoryObject - summary: Add new entity to directoryObjects - operationId: directoryObjects.directoryObject.CreateDirectoryObject + - directory.tenantGovernance + summary: Create new navigation property to governanceInvitations for directory + operationId: directory.tenantGovernance.CreateGovernanceInvitations requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' required: true responses: 2XX: - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryObjects/{directoryObject-id}': - description: Provides operations to manage the collection of directoryObject entities. + '/directory/tenantGovernance/governanceInvitations/{governanceInvitation-id}': + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryObjects.directoryObject - summary: Get directoryObject - description: Retrieve the properties and relationships of a directoryObject object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.GetDirectoryObject + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.GetGovernanceInvitations + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceInvitations in directory + operationId: directory.tenantGovernance.UpdateGovernanceInvitations + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceInvitations for directory + operationId: directory.tenantGovernance.DeleteGovernanceInvitations + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: governanceInvitation-id + in: path + description: The unique identifier of governanceInvitation + required: true + schema: + type: string + x-ms-docs-key-type: governanceInvitation + /directory/tenantGovernance/governanceInvitations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceInvitations.GetCount-6684 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governancePolicyTemplates: + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.ListGovernancePolicyTemplates + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governancePolicyTemplates for directory + operationId: directory.tenantGovernance.CreateGovernancePolicyTemplates + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governancePolicyTemplates/{tenantGovernancePolicyTemplate-id}': + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.GetGovernancePolicyTemplates + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governancePolicyTemplates in directory + operationId: directory.tenantGovernance.UpdateGovernancePolicyTemplates + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governancePolicyTemplates for directory + operationId: directory.tenantGovernance.DeleteGovernancePolicyTemplates + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: tenantGovernancePolicyTemplate-id + in: path + description: The unique identifier of tenantGovernancePolicyTemplate + required: true + schema: + type: string + x-ms-docs-key-type: tenantGovernancePolicyTemplate + /directory/tenantGovernance/governancePolicyTemplates/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governancePolicyTemplates.GetCount-daf7 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governanceRelationships: + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.ListGovernanceRelationships + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.governanceRelationshipCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governanceRelationships for directory + operationId: directory.tenantGovernance.CreateGovernanceRelationships + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceRelationships/{governanceRelationship-id}': + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.GetGovernanceRelationships + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceRelationships in directory + operationId: directory.tenantGovernance.UpdateGovernanceRelationships + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceRelationships for directory + operationId: directory.tenantGovernance.DeleteGovernanceRelationships + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + /directory/tenantGovernance/governanceRelationships/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRelationships.GetCount-c291 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governanceRequests: + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.ListGovernanceRequests + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.governanceRequestCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governanceRequests for directory + operationId: directory.tenantGovernance.CreateGovernanceRequests + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}': + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.GetGovernanceRequests + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceRequests in directory + operationId: directory.tenantGovernance.UpdateGovernanceRequests + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceRequests for directory + operationId: directory.tenantGovernance.DeleteGovernanceRequests + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}/governancePolicyTemplate': + description: Provides operations to manage the governancePolicyTemplate property of the microsoft.graph.governanceRequest entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplate from directory + operationId: directory.tenantGovernance.governanceRequests.GetGovernancePolicyTemplate + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + /directory/tenantGovernance/governanceRequests/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRequests.GetCount-ac3a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /directory/tenantGovernance/relatedTenants: + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.ListRelatedTenants + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.relatedTenantCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to relatedTenants for directory + operationId: directory.tenantGovernance.CreateRelatedTenants + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}': + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.GetRelatedTenants + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property relatedTenants in directory + operationId: directory.tenantGovernance.UpdateRelatedTenants + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property relatedTenants for directory + operationId: directory.tenantGovernance.DeleteRelatedTenants + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/appB2BSignInActivityMetrics': + description: Provides operations to manage the appB2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get appB2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetAppB2BSignInActivityMetrics + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BRegistrationMetrics': + description: Provides operations to manage the b2BRegistrationMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get b2BRegistrationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BRegistrationMetrics + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BSignInActivityMetrics': + description: Provides operations to manage the b2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get b2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BSignInActivityMetrics + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/billingMetrics': + description: Provides operations to manage the billingMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get billingMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetBillingMetrics + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.billingMetrics' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/multiTenantApplicationMetrics': + description: Provides operations to manage the multiTenantApplicationMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get multiTenantApplicationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetMultiTenantApplicationMetrics + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + /directory/tenantGovernance/relatedTenants/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.relatedTenants.GetCount-ba39 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /directory/tenantGovernance/relatedTenants/refresh: + description: Provides operations to call the refresh method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action refresh + operationId: directory.tenantGovernance.relatedTenants.refresh + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directory/tenantGovernance/settings: + description: Provides operations to manage the settings property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get settings from directory + operationId: directory.tenantGovernance.GetSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property settings in directory + operationId: directory.tenantGovernance.UpdateSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property settings for directory + operationId: directory.tenantGovernance.DeleteSettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /directory/tenantGovernance/settings/enableRelatedTenants: + description: Provides operations to call the enableRelatedTenants method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action enableRelatedTenants + operationId: directory.tenantGovernance.settings.enableRelatedTenants + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryObjects: + description: Provides operations to manage the collection of directoryObject entities. + get: + tags: + - directoryObjects.directoryObject + summary: Get entities from directoryObjects + operationId: directoryObjects.directoryObject.ListDirectoryObject + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directoryObjects.directoryObject + summary: Add new entity to directoryObjects + operationId: directoryObjects.directoryObject.CreateDirectoryObject + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + required: true + responses: + 2XX: + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directoryObjects/{directoryObject-id}': + description: Provides operations to manage the collection of directoryObject entities. + get: + tags: + - directoryObjects.directoryObject + summary: Get directoryObject + description: Retrieve the properties and relationships of a directoryObject object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.GetDirectoryObject parameters: - name: $select in: query @@ -363332,6 +364788,54 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/applyDecisions' + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -367385,6 +368889,54 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/applyDecisions' + '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -370080,6 +371632,47 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions' - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions' + '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -490138,14 +491731,29 @@ paths: - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - /identityGovernance/termsOfUse: - description: Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity. + /identityGovernance/privilegedAccess/group/resources: + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - - identityGovernance.termsOfUseContainer - summary: Get termsOfUse from identityGovernance - operationId: identityGovernance.GetTermsOfUse + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.ListResources parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -490168,83 +491776,47 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' + $ref: '#/components/responses/microsoft.graph.groupResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - identityGovernance.termsOfUseContainer - summary: Update the navigation property termsOfUse in identityGovernance - operationId: identityGovernance.UpdateTermsOfUse + - identityGovernance.privilegedAccessRoot + summary: Create new navigation property to resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.CreateResources requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' + $ref: '#/components/schemas/microsoft.graph.groupResource' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' + $ref: '#/components/schemas/microsoft.graph.groupResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: - tags: - - identityGovernance.termsOfUseContainer - summary: Delete navigation property termsOfUse for identityGovernance - operationId: identityGovernance.DeleteTermsOfUse - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /identityGovernance/termsOfUse/agreementAcceptances: - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. + '/identityGovernance/privilegedAccess/group/resources/{groupResource-id}': + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - - identityGovernance.termsOfUseContainer - summary: Get agreementAcceptances from identityGovernance - description: Represents the current status of a user's response to a company's customizable terms of use agreement. - operationId: identityGovernance.termsOfUse.ListAgreementAcceptances + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.GetResources parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -490267,47 +491839,254 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' 4XX: $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: - - identityGovernance.termsOfUseContainer - summary: Create new navigation property to agreementAcceptances for identityGovernance - operationId: identityGovernance.termsOfUse.CreateAgreementAcceptances + - identityGovernance.privilegedAccessRoot + summary: Update the navigation property resources in identityGovernance + operationId: identityGovernance.privilegedAccess.group.UpdateResources requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + $ref: '#/components/schemas/microsoft.graph.groupResource' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + $ref: '#/components/schemas/microsoft.graph.groupResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}': - description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. + delete: + tags: + - identityGovernance.privilegedAccessRoot + summary: Delete navigation property resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.DeleteResources + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + /identityGovernance/privilegedAccess/group/resources/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get the number of the resource + operationId: identityGovernance.privilegedAccess.group.resources.GetCount-938c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /identityGovernance/termsOfUse: + description: Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity. get: tags: - identityGovernance.termsOfUseContainer - summary: Get agreementAcceptances from identityGovernance - description: Represents the current status of a user's response to a company's customizable terms of use agreement. - operationId: identityGovernance.termsOfUse.GetAgreementAcceptances + summary: Get termsOfUse from identityGovernance + operationId: identityGovernance.GetTermsOfUse + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.termsOfUseContainer + summary: Update the navigation property termsOfUse in identityGovernance + operationId: identityGovernance.UpdateTermsOfUse + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.termsOfUseContainer + summary: Delete navigation property termsOfUse for identityGovernance + operationId: identityGovernance.DeleteTermsOfUse + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identityGovernance/termsOfUse/agreementAcceptances: + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. + get: + tags: + - identityGovernance.termsOfUseContainer + summary: Get agreementAcceptances from identityGovernance + description: Represents the current status of a user's response to a company's customizable terms of use agreement. + operationId: identityGovernance.termsOfUse.ListAgreementAcceptances + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identityGovernance.termsOfUseContainer + summary: Create new navigation property to agreementAcceptances for identityGovernance + operationId: identityGovernance.termsOfUse.CreateAgreementAcceptances + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}': + description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. + get: + tags: + - identityGovernance.termsOfUseContainer + summary: Get agreementAcceptances from identityGovernance + description: Represents the current status of a user's response to a company's customizable terms of use agreement. + operationId: identityGovernance.termsOfUse.GetAgreementAcceptances parameters: - name: $select in: query @@ -495769,6 +497548,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -496244,6 +498024,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -499583,6 +501364,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -500013,6 +501795,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -500487,6 +502270,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -500973,6 +502757,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -501955,6 +503740,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -502467,6 +504253,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -503025,6 +504812,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -503653,6 +505441,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -504486,6 +506275,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -504960,6 +506750,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -505476,6 +507267,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -506034,6 +507826,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -506406,6 +508199,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -509000,6 +510794,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -509204,6 +510999,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -511800,6 +513596,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -514021,6 +515818,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -514207,6 +516005,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -514986,6 +516785,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -515149,6 +516949,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -515862,6 +517663,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -519396,7 +521198,7 @@ paths: tags: - me.event summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' + description: 'Delete an attachment from a user calendar event, mail message, note, or group post.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 @@ -519510,6 +521312,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -519987,6 +521790,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -520473,6 +522277,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -525438,6 +527243,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -525663,6 +527469,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -531471,6 +533278,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -531675,6 +533483,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -537527,6 +539336,7 @@ paths: - '/me/events/{event-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -538554,6 +540364,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -538857,6 +540668,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -539641,6 +541453,7 @@ paths: - '/me/events/{event-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -540563,6 +542376,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -540829,6 +542643,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -544055,6 +545870,7 @@ paths: - '/me/events/{event-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -544886,6 +546702,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -545542,13 +547359,17 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /me/oauth2PermissionGrants: - description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. + /me/notes: + description: Provides operations to manage the notes property of the microsoft.graph.user entity. get: tags: - - me.oAuth2PermissionGrant - summary: Get oauth2PermissionGrants from me - operationId: me.ListOauth2PermissionGrants + - me.note + summary: List notes + description: Get a list of the note objects in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-notes?view=graph-rest-1.0 + operationId: me.ListNotes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -545587,7 +547408,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' + $ref: '#/components/responses/microsoft.graph.noteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -545596,78 +547417,42 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/me/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': - description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. - get: + post: tags: - - me.oAuth2PermissionGrant - summary: Get oauth2PermissionGrants from me - operationId: me.GetOauth2PermissionGrants - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - me.note + summary: Create note + description: Create a new note in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-post-notes?view=graph-rest-1.0 + operationId: me.CreateNotes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + $ref: '#/components/schemas/microsoft.graph.note' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: oAuth2PermissionGrant-id - in: path - description: The unique identifier of oAuth2PermissionGrant - required: true - schema: - type: string - x-ms-docs-key-type: oAuth2PermissionGrant - /me/oauth2PermissionGrants/$count: - description: Provides operations to count the resources in the collection. - get: - tags: - - me.oAuth2PermissionGrant - summary: Get the number of the resource - operationId: me.oauth2PermissionGrants.GetCount-2e61 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - /me/onenote: - description: Provides operations to manage the onenote property of the microsoft.graph.user entity. + '/me/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. get: tags: - - me.onenote - summary: Get onenote from me - operationId: me.GetOnenote + - me.note + summary: Get notes from me + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: me.GetNotes parameters: - name: $select in: query @@ -545695,7 +547480,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.note' 4XX: $ref: '#/components/responses/error' 5XX: @@ -545703,15 +547488,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - me.onenote - summary: Update the navigation property onenote in me - operationId: me.UpdateOnenote + - me.note + summary: Update the navigation property notes in me + operationId: me.UpdateNotes requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.note' required: true responses: 2XX: @@ -545719,7 +547504,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.note' 4XX: $ref: '#/components/responses/error' 5XX: @@ -545727,9 +547512,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - me.onenote - summary: Delete navigation property onenote for me - operationId: me.DeleteOnenote + - me.note + summary: Delete navigation property notes for me + operationId: me.DeleteNotes parameters: - name: If-Match in: header @@ -545744,17 +547529,802 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /me/onenote/notebooks: - description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/me/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. get: tags: - - me.onenote - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 - operationId: me.onenote.ListNotebooks + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.ListAttachments + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to attachments for me + operationId: me.notes.CreateAttachments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/me/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.GetAttachments + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property attachments for me + operationId: me.notes.DeleteAttachments + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + '/me/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.attachments.GetCount-00c9 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/me/notes/{note-id}/attachments/createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - me.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: me.notes.note.attachments.createUploadSession + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + x-ms-docs-grouped-path: + - '/me/calendar/events/{event-id}/attachments/createUploadSession' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' + - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' + - '/me/events/{event-id}/attachments/createUploadSession' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' + - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' + - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' + '/me/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.ListExtensions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to extensions for me + operationId: me.notes.CreateExtensions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/me/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.GetExtensions + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.note + summary: Update the navigation property extensions in me + operationId: me.notes.UpdateExtensions + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property extensions for me + operationId: me.notes.DeleteExtensions + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + '/me/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.extensions.GetCount-5900 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + /me/notes/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.GetCount-da94 + parameters: + - $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/notes/delta(): + description: Provides operations to call the delta method. + get: + tags: + - me.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: me.notes.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 note + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/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() + - '/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/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/delta()' + - /me/contactFolders/delta() + - /me/contacts/delta() + - '/me/events/{event-id}/instances/delta()' + - /me/events/delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/me/mailFolders/{mailFolder-id}/messages/delta()' + - /me/mailFolders/delta() + - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' + - /me/todo/lists/delta() + /me/oauth2PermissionGrants: + description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. + get: + tags: + - me.oAuth2PermissionGrant + summary: Get oauth2PermissionGrants from me + operationId: me.ListOauth2PermissionGrants + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/me/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': + description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. + get: + tags: + - me.oAuth2PermissionGrant + summary: Get oauth2PermissionGrants from me + operationId: me.GetOauth2PermissionGrants + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: oAuth2PermissionGrant-id + in: path + description: The unique identifier of oAuth2PermissionGrant + required: true + schema: + type: string + x-ms-docs-key-type: oAuth2PermissionGrant + /me/oauth2PermissionGrants/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.oAuth2PermissionGrant + summary: Get the number of the resource + operationId: me.oauth2PermissionGrants.GetCount-2e61 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /me/onenote: + description: Provides operations to manage the onenote property of the microsoft.graph.user entity. + get: + tags: + - me.onenote + summary: Get onenote from me + operationId: me.GetOnenote + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.onenote + summary: Update the navigation property onenote in me + operationId: me.UpdateOnenote + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.onenote + summary: Delete navigation property onenote for me + operationId: me.DeleteOnenote + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /me/onenote/notebooks: + description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. + get: + tags: + - me.onenote + summary: List notebooks + description: Retrieve a list of notebook objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + operationId: me.onenote.ListNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -553695,6 +556265,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() @@ -554170,6 +556741,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() @@ -564535,6 +567107,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' + - '/me/notes/{note-id}/attachments/createUploadSession' '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -565695,6 +568268,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - /me/todo/lists/delta() @@ -565818,6 +568392,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - /me/notes/delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' @@ -752211,6 +754786,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -752736,6 +755312,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -756559,6 +759136,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -757031,6 +759609,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -757547,6 +760126,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -758107,6 +760687,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -759153,6 +761734,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -759709,6 +762291,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -760309,6 +762892,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -761009,6 +763593,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -761919,6 +764504,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -762433,6 +765019,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -762991,6 +765578,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -763621,6 +766209,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -764038,6 +766627,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -766892,6 +769482,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -767119,6 +769710,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -769983,6 +772575,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -772425,6 +775018,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -772634,6 +775228,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -773478,6 +776073,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -773666,6 +776262,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -774436,6 +777033,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -778528,6 +781126,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -779044,6 +781643,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -779604,6 +782204,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -785046,6 +787647,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -785294,6 +787896,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -791734,6 +794337,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -791961,6 +794565,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -798401,6 +801006,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -799533,6 +802139,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -799868,6 +802475,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -800696,6 +803304,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -801723,6 +804332,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -802023,6 +804633,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -805687,6 +808298,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -806609,6 +809221,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' + - '/users/{user-id}/notes/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()' @@ -807012,185 +809625,1216 @@ paths: type: array items: type: string - responses: - 2XX: - $ref: '#/components/responses/getManagedAppPoliciesResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/getManagedDevicesWithAppFailures()': - description: Provides operations to call the getManagedDevicesWithAppFailures method. - get: - tags: - - users.user.Functions - summary: Invoke function getManagedDevicesWithAppFailures - description: Retrieves the list of devices with failed apps - operationId: users.user.getManagedDevicesWithAppFailures - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - 2XX: - $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/getMemberGroups': - description: Provides operations to call the getMemberGroups method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 - operationId: users.user.getMemberGroups - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - type: string - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/getMemberObjects': - description: Provides operations to call the getMemberObjects method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberObjects - description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 - operationId: users.user.getMemberObjects - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true + responses: + 2XX: + $ref: '#/components/responses/getManagedAppPoliciesResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/getManagedDevicesWithAppFailures()': + description: Provides operations to call the getManagedDevicesWithAppFailures method. + get: + tags: + - users.user.Functions + summary: Invoke function getManagedDevicesWithAppFailures + description: Retrieves the list of devices with failed apps + operationId: users.user.getManagedDevicesWithAppFailures + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/getMemberGroups': + description: Provides operations to call the getMemberGroups method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberGroups + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + operationId: users.user.getMemberGroups + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/getMemberObjects': + description: Provides operations to call the getMemberObjects method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberObjects + description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 + operationId: users.user.getMemberObjects + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + type: string + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': + description: Provides operations to call the reminderView method. + get: + tags: + - users.user.Functions + summary: Invoke function reminderView + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 + operationId: users.user.reminderView + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + $ref: '#/components/responses/reminderViewResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: StartDateTime + in: path + description: 'Usage: StartDateTime=''{StartDateTime}''' + required: true + schema: + type: string + - name: EndDateTime + in: path + description: 'Usage: EndDateTime=''{EndDateTime}''' + required: true + schema: + type: string + nullable: true + '/users/{user-id}/removeAllDevicesFromManagement': + description: Provides operations to call the removeAllDevicesFromManagement method. + post: + tags: + - users.user.Actions + summary: Invoke action removeAllDevicesFromManagement + description: Retire all devices from management for this user + operationId: users.user.removeAllDevicesFromManagement + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/reprocessLicenseAssignment': + description: Provides operations to call the reprocessLicenseAssignment method. + post: + tags: + - users.user.Actions + summary: Invoke action reprocessLicenseAssignment + description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 + operationId: users.user.reprocessLicenseAssignment + responses: + 2XX: + $ref: '#/components/responses/reprocessLicenseAssignmentResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/restore': + description: Provides operations to call the restore method. + post: + tags: + - users.user.Actions + summary: Invoke action restore + description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + operationId: users.user.restore + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + x-ms-docs-grouped-path: + - '/users/{user-id}/cloudPCs/{cloudPC-id}/restore' + '/users/{user-id}/retryServiceProvisioning': + description: Provides operations to call the retryServiceProvisioning method. + post: + tags: + - users.user.Actions + summary: Invoke action retryServiceProvisioning + description: Retry the provisioning of a user object in Microsoft Entra ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 + operationId: users.user.retryServiceProvisioning + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/revokeSignInSessions': + description: Provides operations to call the revokeSignInSessions method. + post: + tags: + - users.user.Actions + summary: Invoke action revokeSignInSessions + description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 + operationId: users.user.revokeSignInSessions + responses: + 2XX: + $ref: '#/components/responses/revokeSignInSessionsResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/sendMail': + description: Provides operations to call the sendMail method. + post: + tags: + - users.user.Actions + summary: Invoke action sendMail + description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 + operationId: users.user.sendMail + requestBody: + $ref: '#/components/requestBodies/sendMailRequestBody' + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/translateExchangeIds': + description: Provides operations to call the translateExchangeIds method. + post: + tags: + - users.user.Actions + summary: Invoke action translateExchangeIds + description: Translate identifiers of Outlook-related resources between formats. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 + operationId: users.user.translateExchangeIds + requestBody: + $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' + responses: + 2XX: + $ref: '#/components/responses/translateExchangeIdsResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag': + description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. + post: + tags: + - users.user.Actions + summary: Invoke action wipeManagedAppRegistrationsByDeviceTag + description: Issues a wipe operation on an app registration with specified device tag. + operationId: users.user.wipeManagedAppRegistrationsByDeviceTag + requestBody: + $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/users/{user-id}/notes': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.ListNotes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.noteCollectionResponse' + 4XX: + $ref: '#/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.note + summary: Create new navigation property to notes for users + operationId: users.CreateNotes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: 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}/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.GetNotes + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property notes in users + operationId: users.UpdateNotes + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property notes for users + operationId: users.DeleteNotes + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/users/{user-id}/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.ListAttachments + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to attachments for users + operationId: users.notes.CreateAttachments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/users/{user-id}/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.GetAttachments + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property attachments for users + operationId: users.notes.DeleteAttachments + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + '/users/{user-id}/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.attachments.GetCount-bbea + parameters: + - $ref: '#/components/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: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/users/{user-id}/notes/{note-id}/attachments/createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - users.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: users.user.notes.note.attachments.createUploadSession + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' + - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' + '/users/{user-id}/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.ListExtensions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to extensions for users + operationId: users.notes.CreateExtensions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/users/{user-id}/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.GetExtensions + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property extensions in users + operationId: users.notes.UpdateExtensions + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property extensions for users + operationId: users.notes.DeleteExtensions + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + '/users/{user-id}/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.extensions.GetCount-642e + parameters: + - $ref: '#/components/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: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + '/users/{user-id}/notes/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.GetCount-589b + parameters: + - $ref: '#/components/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}/notes/delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: users.user.notes.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 note type: object allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: - type: string - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': - description: Provides operations to call the reminderView method. - get: - tags: - - users.user.Functions - summary: Invoke function reminderView - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 - operationId: users.user.reminderView - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - 2XX: - $ref: '#/components/responses/reminderViewResponse' + $ref: '#/components/schemas/microsoft.graph.note' 4XX: $ref: '#/components/responses/error' 5XX: @@ -807199,104 +810843,6 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - - name: StartDateTime - in: path - description: 'Usage: StartDateTime=''{StartDateTime}''' - required: true - schema: - type: string - - name: EndDateTime - in: path - description: 'Usage: EndDateTime=''{EndDateTime}''' - required: true - schema: - type: string - nullable: true - '/users/{user-id}/removeAllDevicesFromManagement': - description: Provides operations to call the removeAllDevicesFromManagement method. - post: - tags: - - users.user.Actions - summary: Invoke action removeAllDevicesFromManagement - description: Retire all devices from management for this user - operationId: users.user.removeAllDevicesFromManagement - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/reprocessLicenseAssignment': - description: Provides operations to call the reprocessLicenseAssignment method. - post: - tags: - - users.user.Actions - summary: Invoke action reprocessLicenseAssignment - description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 - operationId: users.user.reprocessLicenseAssignment - responses: - 2XX: - $ref: '#/components/responses/reprocessLicenseAssignmentResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/restore': - description: Provides operations to call the restore method. - post: - tags: - - users.user.Actions - summary: Invoke action restore - description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 - operationId: users.user.restore - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action parameters: - name: user-id in: path @@ -807306,148 +810852,43 @@ paths: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - - '/users/{user-id}/cloudPCs/{cloudPC-id}/restore' - '/users/{user-id}/retryServiceProvisioning': - description: Provides operations to call the retryServiceProvisioning method. - post: - tags: - - users.user.Actions - summary: Invoke action retryServiceProvisioning - description: Retry the provisioning of a user object in Microsoft Entra ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 - operationId: users.user.retryServiceProvisioning - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/revokeSignInSessions': - description: Provides operations to call the revokeSignInSessions method. - post: - tags: - - users.user.Actions - summary: Invoke action revokeSignInSessions - description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 - operationId: users.user.revokeSignInSessions - responses: - 2XX: - $ref: '#/components/responses/revokeSignInSessionsResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/sendMail': - description: Provides operations to call the sendMail method. - post: - tags: - - users.user.Actions - summary: Invoke action sendMail - description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 - operationId: users.user.sendMail - requestBody: - $ref: '#/components/requestBodies/sendMailRequestBody' - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/translateExchangeIds': - description: Provides operations to call the translateExchangeIds method. - post: - tags: - - users.user.Actions - summary: Invoke action translateExchangeIds - description: Translate identifiers of Outlook-related resources between formats. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 - operationId: users.user.translateExchangeIds - requestBody: - $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' - responses: - 2XX: - $ref: '#/components/responses/translateExchangeIdsResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - '/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag': - description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. - post: - tags: - - users.user.Actions - summary: Invoke action wipeManagedAppRegistrationsByDeviceTag - description: Issues a wipe operation on an app registration with specified device tag. - operationId: users.user.wipeManagedAppRegistrationsByDeviceTag - requestBody: - $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user + - '/users/{user-id}/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()' + - '/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}/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' + - '/users/{user-id}/contactFolders/delta()' + - '/users/{user-id}/contacts/delta()' + - '/users/{user-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/events/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' + - '/users/{user-id}/mailFolders/delta()' + - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/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}/oauth2PermissionGrants': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: @@ -816377,6 +819818,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/delta()' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' @@ -816908,6 +820350,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/delta()' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' @@ -828435,6 +831878,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/createUploadSession' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -829664,6 +833108,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/delta()' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/delta()' @@ -829805,6 +833250,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -830717,6 +834163,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/notes/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()' @@ -831162,6 +834609,11 @@ components: type: string description: The requestor's supplied justification. nullable: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestParameters' + - type: object + nullable: true requestType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestType' @@ -832003,6 +835455,11 @@ components: type: string description: Justification left by the reviewer when they made the decision. nullable: true + permission: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemPermission' + - type: object + nullable: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -832571,6 +836028,14 @@ components: description: The date and time the agent identity was created. Read-only. Inherited from servicePrincipal. format: date-time nullable: true + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -832613,6 +836078,14 @@ components: - '@odata.type' type: object properties: + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity blueprint principal''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -834116,6 +837589,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationBehaviors' - type: object nullable: true + description: 'The set of breaking change behaviors related to token issuance that are configured for the application. Authentication behaviors are unset by default (null) and must be explicitly enabled or disabled. Nullable. Returned only on $select. Requires $select to retrieve. For more information about authentication behaviors, see Manage application authenticationBehaviors.' certification: anyOf: - $ref: '#/components/schemas/microsoft.graph.certification' @@ -835633,6 +839107,156 @@ components: type: string default: '#microsoft.graph.azureCommunicationServicesUserConversationMember' x-ms-discriminator-value: '#microsoft.graph.azureCommunicationServicesUserConversationMember' + microsoft.graph.b2bRegistrationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2bRegistrationMetrics + required: + - '@odata.type' + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsRecent' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.b2bRegistrationMetrics' + microsoft.graph.b2BRegistrationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BRegistrationMetricsBase + required: + - '@odata.type' + type: object + properties: + inboundTotalUsers: + type: number + format: decimal + outboundTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.b2BRegistrationMetricsInitial': '#/components/schemas/microsoft.graph.b2BRegistrationMetricsInitial' + '#microsoft.graph.b2BRegistrationMetricsRecent': '#/components/schemas/microsoft.graph.b2BRegistrationMetricsRecent' + microsoft.graph.b2BRegistrationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsInitial + required: + - '@odata.type' + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + '@odata.type': + type: string + default: '#microsoft.graph.b2BRegistrationMetricsInitial' + x-ms-discriminator-value: '#microsoft.graph.b2BRegistrationMetricsInitial' + microsoft.graph.b2BRegistrationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsRecent + required: + - '@odata.type' + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + default: '#microsoft.graph.b2BRegistrationMetricsRecent' + x-ms-discriminator-value: '#microsoft.graph.b2BRegistrationMetricsRecent' + microsoft.graph.b2BSignInActivityMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetrics + required: + - '@odata.type' + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsRecent' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.b2BSignInActivityMetrics' + microsoft.graph.b2BSignInActivityMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetricsBase + required: + - '@odata.type' + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + inboundMonthlyTotalUsers: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.b2BSignInActivityMetricsInitial': '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsInitial' + '#microsoft.graph.b2BSignInActivityMetricsRecent': '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsRecent' + microsoft.graph.b2BSignInActivityMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsInitial + required: + - '@odata.type' + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + '@odata.type': + type: string + default: '#microsoft.graph.b2BSignInActivityMetricsInitial' + x-ms-discriminator-value: '#microsoft.graph.b2BSignInActivityMetricsInitial' + microsoft.graph.b2BSignInActivityMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsRecent + required: + - '@odata.type' + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + default: '#microsoft.graph.b2BSignInActivityMetricsRecent' + x-ms-discriminator-value: '#microsoft.graph.b2BSignInActivityMetricsRecent' microsoft.graph.b2xIdentityUserFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' @@ -836001,6 +839625,92 @@ components: propertyName: '@odata.type' mapping: '#microsoft.graph.sitePage': '#/components/schemas/microsoft.graph.sitePage' + microsoft.graph.billingMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetrics + required: + - '@odata.type' + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.billingMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.billingMetricsRecent' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.billingMetrics' + microsoft.graph.billingMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetricsBase + required: + - '@odata.type' + type: object + properties: + foreignAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + foreignAssociatedTenantCount: + type: number + format: decimal + foreignAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + localAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + localAssociatedTenantCount: + type: number + format: decimal + localAssociatedTenantIds: + type: array + items: + type: string + localAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.billingMetricsInitial': '#/components/schemas/microsoft.graph.billingMetricsInitial' + '#microsoft.graph.billingMetricsRecent': '#/components/schemas/microsoft.graph.billingMetricsRecent' + microsoft.graph.billingMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsInitial + required: + - '@odata.type' + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.billingMetricsInitial' + microsoft.graph.billingMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsRecent + required: + - '@odata.type' + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.billingMetricsRecent' microsoft.graph.bitlocker: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -838212,7 +841922,6 @@ components: x-ms-navigationProperty: true '@odata.type': type: string - description: Represents a container that exposes navigation properties for cloud communications resources. microsoft.graph.cloudFlareWebApplicationFirewallProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' @@ -840309,6 +844018,7 @@ components: type: array items: type: string + governanceMetadata: { } isBlocked: type: boolean lastModifiedDateTime: @@ -840331,6 +844041,16 @@ components: publisher: type: string nullable: true + requestStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestStatus' + - type: object + nullable: true + requestType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestType' + - type: object + nullable: true shortDescription: type: string nullable: true @@ -843972,6 +847692,12 @@ components: $ref: '#/components/schemas/microsoft.graph.companySubscription' description: List of commercial subscriptions that an organization acquired. x-ms-navigationProperty: true + tenantGovernance: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + - type: object + nullable: true + x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.directory' @@ -844100,6 +847826,7 @@ components: '#microsoft.graph.extensionProperty': '#/components/schemas/microsoft.graph.extensionProperty' '#microsoft.graph.federatedTokenValidationPolicy': '#/components/schemas/microsoft.graph.federatedTokenValidationPolicy' '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group' + '#microsoft.graph.groupResource': '#/components/schemas/microsoft.graph.groupResource' '#microsoft.graph.groupSettingTemplate': '#/components/schemas/microsoft.graph.groupSettingTemplate' '#microsoft.graph.mailbox': '#/components/schemas/microsoft.graph.mailbox' '#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' @@ -847163,6 +850890,14 @@ components: '#microsoft.graph.authenticationStrengthRoot': '#/components/schemas/microsoft.graph.authenticationStrengthRoot' '#microsoft.graph.authoredNote': '#/components/schemas/microsoft.graph.authoredNote' '#microsoft.graph.availableAccessPackage': '#/components/schemas/microsoft.graph.availableAccessPackage' + '#microsoft.graph.b2bRegistrationMetrics': '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' + '#microsoft.graph.b2BRegistrationMetricsBase': '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + '#microsoft.graph.b2BRegistrationMetricsInitial': '#/components/schemas/microsoft.graph.b2BRegistrationMetricsInitial' + '#microsoft.graph.b2BRegistrationMetricsRecent': '#/components/schemas/microsoft.graph.b2BRegistrationMetricsRecent' + '#microsoft.graph.b2BSignInActivityMetrics': '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + '#microsoft.graph.b2BSignInActivityMetricsBase': '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + '#microsoft.graph.b2BSignInActivityMetricsInitial': '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsInitial' + '#microsoft.graph.b2BSignInActivityMetricsRecent': '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsRecent' '#microsoft.graph.backupRestoreRoot': '#/components/schemas/microsoft.graph.backupRestoreRoot' '#microsoft.graph.baseItem': '#/components/schemas/microsoft.graph.baseItem' '#microsoft.graph.baseSitePage': '#/components/schemas/microsoft.graph.baseSitePage' @@ -847186,6 +850921,10 @@ components: '#microsoft.graph.levelMap': '#/components/schemas/microsoft.graph.levelMap' '#microsoft.graph.sectionMap': '#/components/schemas/microsoft.graph.sectionMap' '#microsoft.graph.unitMap': '#/components/schemas/microsoft.graph.unitMap' + '#microsoft.graph.billingMetrics': '#/components/schemas/microsoft.graph.billingMetrics' + '#microsoft.graph.billingMetricsBase': '#/components/schemas/microsoft.graph.billingMetricsBase' + '#microsoft.graph.billingMetricsInitial': '#/components/schemas/microsoft.graph.billingMetricsInitial' + '#microsoft.graph.billingMetricsRecent': '#/components/schemas/microsoft.graph.billingMetricsRecent' '#microsoft.graph.bitlocker': '#/components/schemas/microsoft.graph.bitlocker' '#microsoft.graph.bitlockerRecoveryKey': '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' '#microsoft.graph.bookingAppointment': '#/components/schemas/microsoft.graph.bookingAppointment' @@ -847425,6 +851164,7 @@ components: '#microsoft.graph.extensionProperty': '#/components/schemas/microsoft.graph.extensionProperty' '#microsoft.graph.federatedTokenValidationPolicy': '#/components/schemas/microsoft.graph.federatedTokenValidationPolicy' '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group' + '#microsoft.graph.groupResource': '#/components/schemas/microsoft.graph.groupResource' '#microsoft.graph.groupSettingTemplate': '#/components/schemas/microsoft.graph.groupSettingTemplate' '#microsoft.graph.mailbox': '#/components/schemas/microsoft.graph.mailbox' '#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' @@ -847519,6 +851259,9 @@ components: '#microsoft.graph.governanceInsight': '#/components/schemas/microsoft.graph.governanceInsight' '#microsoft.graph.membershipOutlierInsight': '#/components/schemas/microsoft.graph.membershipOutlierInsight' '#microsoft.graph.userSignInInsight': '#/components/schemas/microsoft.graph.userSignInInsight' + '#microsoft.graph.governanceInvitation': '#/components/schemas/microsoft.graph.governanceInvitation' + '#microsoft.graph.governanceRelationship': '#/components/schemas/microsoft.graph.governanceRelationship' + '#microsoft.graph.governanceRequest': '#/components/schemas/microsoft.graph.governanceRequest' '#microsoft.graph.granularRestoreArtifactBase': '#/components/schemas/microsoft.graph.granularRestoreArtifactBase' '#microsoft.graph.granularDriveRestoreArtifact': '#/components/schemas/microsoft.graph.granularDriveRestoreArtifact' '#microsoft.graph.granularSiteRestoreArtifact': '#/components/schemas/microsoft.graph.granularSiteRestoreArtifact' @@ -847661,6 +851404,10 @@ components: '#microsoft.graph.mobileContainedApp': '#/components/schemas/microsoft.graph.mobileContainedApp' '#microsoft.graph.windowsUniversalAppXContainedApp': '#/components/schemas/microsoft.graph.windowsUniversalAppXContainedApp' '#microsoft.graph.mobileThreatDefenseConnector': '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' + '#microsoft.graph.multiTenantApplicationMetrics': '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' + '#microsoft.graph.multiTenantApplicationMetricsBase': '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + '#microsoft.graph.multiTenantApplicationMetricsInitial': '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsInitial' + '#microsoft.graph.multiTenantApplicationMetricsRecent': '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsRecent' '#microsoft.graph.multiTenantOrganization': '#/components/schemas/microsoft.graph.multiTenantOrganization' '#microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate': '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' '#microsoft.graph.multiTenantOrganizationJoinRequestRecord': '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord' @@ -847700,6 +851447,7 @@ components: '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' '#microsoft.graph.eventMessageRequest': '#/components/schemas/microsoft.graph.eventMessageRequest' '#microsoft.graph.eventMessageResponse': '#/components/schemas/microsoft.graph.eventMessageResponse' + '#microsoft.graph.note': '#/components/schemas/microsoft.graph.note' '#microsoft.graph.post': '#/components/schemas/microsoft.graph.post' '#microsoft.graph.outlookUser': '#/components/schemas/microsoft.graph.outlookUser' '#microsoft.graph.ownerlessGroupPolicy': '#/components/schemas/microsoft.graph.ownerlessGroupPolicy' @@ -847789,6 +851537,8 @@ components: '#microsoft.graph.readingAssignmentSubmission': '#/components/schemas/microsoft.graph.readingAssignmentSubmission' '#microsoft.graph.readingCoachPassage': '#/components/schemas/microsoft.graph.readingCoachPassage' '#microsoft.graph.reflectCheckInResponse': '#/components/schemas/microsoft.graph.reflectCheckInResponse' + '#microsoft.graph.relatedTenant': '#/components/schemas/microsoft.graph.relatedTenant' + '#microsoft.graph.relatedTenantsRefreshRequest': '#/components/schemas/microsoft.graph.relatedTenantsRefreshRequest' '#microsoft.graph.relyingPartyDetailedSummary': '#/components/schemas/microsoft.graph.relyingPartyDetailedSummary' '#microsoft.graph.remoteAssistancePartner': '#/components/schemas/microsoft.graph.remoteAssistancePartner' '#microsoft.graph.remoteDesktopSecurityConfiguration': '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' @@ -847896,6 +851646,9 @@ components: '#microsoft.graph.chatMessageHostedContent': '#/components/schemas/microsoft.graph.chatMessageHostedContent' '#microsoft.graph.teamworkTag': '#/components/schemas/microsoft.graph.teamworkTag' '#microsoft.graph.teamworkTagMember': '#/components/schemas/microsoft.graph.teamworkTagMember' + '#microsoft.graph.tenantGovernance': '#/components/schemas/microsoft.graph.tenantGovernance' + '#microsoft.graph.tenantGovernancePolicyTemplate': '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + '#microsoft.graph.tenantGovernanceSetting': '#/components/schemas/microsoft.graph.tenantGovernanceSetting' '#microsoft.graph.tenantProtectionScopeContainer': '#/components/schemas/microsoft.graph.tenantProtectionScopeContainer' '#microsoft.graph.termsAndConditions': '#/components/schemas/microsoft.graph.termsAndConditions' '#microsoft.graph.termsAndConditionsAcceptanceStatus': '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' @@ -849529,6 +853282,99 @@ components: mapping: '#microsoft.graph.membershipOutlierInsight': '#/components/schemas/microsoft.graph.membershipOutlierInsight' '#microsoft.graph.userSignInInsight': '#/components/schemas/microsoft.graph.userSignInInsight' + microsoft.graph.governanceInvitation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceInvitation + required: + - '@odata.type' + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.governanceInvitation' + microsoft.graph.governanceRelationship: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRelationship + required: + - '@odata.type' + type: object + properties: + createdType: + $ref: '#/components/schemas/microsoft.graph.relationshipCreationType' + creationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + status: + $ref: '#/components/schemas/microsoft.graph.relationshipStatus' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.governanceRelationship' + microsoft.graph.governanceRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRequest + required: + - '@odata.type' + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + requestDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + status: + $ref: '#/components/schemas/microsoft.graph.requestStatus' + governancePolicyTemplate: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + - type: object + nullable: true + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.governanceRequest' microsoft.graph.granularDriveRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.granularRestoreArtifactBase' @@ -849767,6 +853613,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' - type: object nullable: true + description: 'Complex type containing extension attributes 1-15 for the group, synchronized from on-premises Active Directory. Returned only on $select. Supports $filter (eq, ne, not, in).' onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -850078,6 +853925,18 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.groupLifecyclePolicy' + microsoft.graph.groupResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: groupResource + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + default: '#microsoft.graph.groupResource' + x-ms-discriminator-value: '#microsoft.graph.groupResource' microsoft.graph.groupSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -855838,6 +859697,76 @@ components: type: string description: Entity which represents a connection to Mobile Threat Defense partner. x-ms-discriminator-value: '#microsoft.graph.mobileThreatDefenseConnector' + microsoft.graph.multiTenantApplicationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetrics + required: + - '@odata.type' + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsRecent' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.multiTenantApplicationMetrics' + microsoft.graph.multiTenantApplicationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetricsBase + required: + - '@odata.type' + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.multiTenantApplicationMetricsInitial': '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsInitial' + '#microsoft.graph.multiTenantApplicationMetricsRecent': '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsRecent' + microsoft.graph.multiTenantApplicationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsInitial + required: + - '@odata.type' + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.multiTenantApplicationMetricsInitial' + microsoft.graph.multiTenantApplicationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsRecent + required: + - '@odata.type' + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.multiTenantApplicationMetricsRecent' microsoft.graph.multiTenantOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -856100,6 +860029,67 @@ components: mapping: '#microsoft.graph.countryNamedLocation': '#/components/schemas/microsoft.graph.countryNamedLocation' '#microsoft.graph.ipNamedLocation': '#/components/schemas/microsoft.graph.ipNamedLocation' + microsoft.graph.note: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: note + required: + - '@odata.type' + type: object + properties: + body: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.itemBody' + - type: object + nullable: true + description: The content of the note. Supports text or html content types. + bodyPreview: + type: string + description: 'Auto-generated preview of the note body content (first ~255 characters, plain text). Read-only.' + nullable: true + readOnly: true + hasAttachments: + type: boolean + description: Indicates whether the note has file attachments. Supports $filter (eq). Read-only. + nullable: true + readOnly: true + isDeleted: + type: boolean + description: Indicates whether the note is soft-deleted. Read-only. + nullable: true + readOnly: true + subject: + type: string + description: 'The title of the note. Supports $filter (eq, ne, startsWith) and $orderby.' + nullable: true + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + x-ms-navigationProperty: true + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the note. + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the note. + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the note. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.note' + x-ms-discriminator-value: '#microsoft.graph.note' microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' @@ -857917,6 +861907,7 @@ components: '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' '#microsoft.graph.eventMessageRequest': '#/components/schemas/microsoft.graph.eventMessageRequest' '#microsoft.graph.eventMessageResponse': '#/components/schemas/microsoft.graph.eventMessageResponse' + '#microsoft.graph.note': '#/components/schemas/microsoft.graph.note' '#microsoft.graph.post': '#/components/schemas/microsoft.graph.post' microsoft.graph.outlookUser: allOf: @@ -860106,6 +864097,11 @@ components: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' description: The eligibility schedules to activate a just-in-time access. x-ms-navigationProperty: true + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' + x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroup' @@ -861527,6 +865523,68 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.reflectCheckInResponse' + microsoft.graph.relatedTenant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenant + required: + - '@odata.type' + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + isMicrosoftInfrastructure: + type: boolean + description: Indicates whether this tenant is a Microsoft infrastructure tenant. + readOnly: true + appB2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BRegistrationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + billingMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + multiTenantApplicationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.relatedTenant' + microsoft.graph.relatedTenantsRefreshRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenantsRefreshRequest + required: + - '@odata.type' + type: object + properties: + location: + type: string + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.relatedTenantsRefreshRequest' microsoft.graph.relyingPartyDetailedSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -863362,7 +867420,6 @@ components: x-ms-navigationProperty: true '@odata.type': type: string - description: Security singleton providing access to audit log resources. x-ms-discriminator-value: '#microsoft.graph.security' microsoft.graph.securityReportsRoot: allOf: @@ -867529,6 +871586,98 @@ components: type: string default: '#microsoft.graph.tenantDataSecurityAndGovernance' x-ms-discriminator-value: '#microsoft.graph.tenantDataSecurityAndGovernance' + microsoft.graph.tenantGovernance: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernance + required: + - '@odata.type' + type: object + properties: + governanceInvitations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + x-ms-navigationProperty: true + governancePolicyTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + x-ms-navigationProperty: true + governanceRelationships: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + x-ms-navigationProperty: true + governanceRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + x-ms-navigationProperty: true + relatedTenants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + x-ms-navigationProperty: true + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + - type: object + nullable: true + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.tenantGovernance' + microsoft.graph.tenantGovernancePolicyTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernancePolicyTemplate + required: + - '@odata.type' + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + description: + type: string + displayName: + type: string + governedTenantCanTerminate: + type: boolean + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' + version: + type: string + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.tenantGovernancePolicyTemplate' + microsoft.graph.tenantGovernanceSetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernanceSetting + required: + - '@odata.type' + type: object + properties: + canReceiveInvitations: + type: boolean + isRelatedTenantsEnabled: + type: boolean + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.tenantGovernanceSetting' microsoft.graph.tenantProtectionScopeContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -869964,6 +874113,12 @@ components: $ref: '#/components/schemas/microsoft.graph.message' description: The messages in a mailbox or folder. Read-only. Nullable. x-ms-navigationProperty: true + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + description: The notes in the user's Notes folder. Read-only. Nullable. + x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: @@ -877438,6 +881593,16 @@ components: description: The principals who can request on-behalf-of others. '@odata.type': type: string + microsoft.graph.accessPackageAssignmentRequestParameters: + title: accessPackageAssignmentRequestParameters + required: + - '@odata.type' + type: object + properties: + bypassApproval: + type: boolean + '@odata.type': + type: string microsoft.graph.accessPackageAssignmentRequestRequirements: title: accessPackageAssignmentRequestRequirements required: @@ -877888,12 +882053,56 @@ components: type: string default: '#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource' x-ms-discriminator-value: '#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource' + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + - title: accessReviewInstanceDecisionItemCustomDataProvidedResource + required: + - '@odata.type' + type: object + properties: + customData: + type: string + nullable: true + scopeDisplayName: + type: string + nullable: true + scopeId: + type: string + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource' + x-ms-discriminator-value: '#microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource' + microsoft.graph.accessReviewInstanceDecisionItemPermission: + title: accessReviewInstanceDecisionItemPermission + required: + - '@odata.type' + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + id: + type: string + nullable: true + type: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.accessReviewInstanceDecisionItemResource: title: accessReviewInstanceDecisionItemResource required: - '@odata.type' type: object properties: + description: + type: string + nullable: true displayName: type: string description: Display name of the resource @@ -877914,6 +882123,7 @@ components: '#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource' '#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAccessPackageResource' '#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource' + '#microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource' '#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource' microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource: allOf: @@ -879060,6 +883270,21 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.applicationResourcePermission: + title: applicationResourcePermission + required: + - '@odata.type' + type: object + properties: + id: + type: string + name: + type: string + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.applicationPermissionType' + '@odata.type': + type: string microsoft.graph.applicationRiskFactorCertificateInfo: title: applicationRiskFactorCertificateInfo required: @@ -879544,6 +883769,20 @@ components: x-ms-navigationProperty: true '@odata.type': type: string + microsoft.graph.applicationsRequiredResourceAccess: + title: applicationsRequiredResourceAccess + required: + - '@odata.type' + type: object + properties: + permissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' + resourceAppId: + type: string + '@odata.type': + type: string microsoft.graph.appliedConditionalAccessPolicy: title: appliedConditionalAccessPolicy required: @@ -880809,12 +885048,19 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + nullable: true + coopEnforcement: + type: boolean + description: 'Indicates whether Cross-Origin-Opener-Policy (COOP) headers are enforced on browser-based authentication responses for the application. Set to true to enable enforcement, false to temporarily suppress enforcement, or null to use the service default. For how-to guidance, see Control Cross-Origin-Opener-Policy enforcement.' nullable: true removeUnverifiedEmailClaim: type: boolean + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true '@odata.type': type: string @@ -885305,6 +889551,44 @@ components: description: The directory roles that the Microsoft partner is assigned in the customer tenant. '@odata.type': type: string + microsoft.graph.delegatedAdministrationRoleAssignment: + title: delegatedAdministrationRoleAssignment + required: + - '@odata.type' + type: object + properties: + groupDisplayName: + type: string + nullable: true + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + x-ms-navigationProperty: true + '@odata.type': + type: string + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + title: delegatedAdministrationRoleAssignmentSnapshot + required: + - '@odata.type' + type: object + properties: + groupDisplayName: + type: string + nullable: true + groupId: + type: string + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' + '@odata.type': + type: string microsoft.graph.delegatedAdminRelationshipCustomerParticipant: title: delegatedAdminRelationshipCustomerParticipant required: @@ -886344,6 +890628,7 @@ components: discriminator: propertyName: '@odata.type' mapping: + '#microsoft.graph.policyTipAction': '#/components/schemas/microsoft.graph.policyTipAction' '#microsoft.graph.restrictAccessActionBase': '#/components/schemas/microsoft.graph.restrictAccessActionBase' '#microsoft.graph.restrictAccessAction': '#/components/schemas/microsoft.graph.restrictAccessAction' microsoft.graph.documentSet: @@ -891999,6 +896284,42 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.multiTenantApplicationsToProvision: + title: multiTenantApplicationsToProvision + required: + - '@odata.type' + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' + '@odata.type': + type: string + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + title: multiTenantApplicationsToProvisionSnapshot + required: + - '@odata.type' + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' + '@odata.type': + type: string microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: title: multiTenantOrganizationJoinRequestTransitionDetails required: @@ -894763,6 +899084,26 @@ components: type: string default: '#microsoft.graph.policyTenantScope' x-ms-discriminator-value: '#microsoft.graph.policyTenantScope' + microsoft.graph.policyTipAction: + allOf: + - $ref: '#/components/schemas/microsoft.graph.dlpActionInfo' + - title: policyTipAction + required: + - '@odata.type' + type: object + properties: + complianceUrl: + type: string + nullable: true + matchedConditionsDescription: + type: string + nullable: true + policyTip: + type: string + nullable: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.policyTipAction' microsoft.graph.policyUserScope: allOf: - $ref: '#/components/schemas/microsoft.graph.policyScopeBase' @@ -896697,6 +901038,33 @@ components: $ref: '#/components/schemas/microsoft.graph.contactRelationship' '@odata.type': type: string + microsoft.graph.relationshipPolicy: + title: relationshipPolicy + required: + - '@odata.type' + type: object + properties: + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + governedTenantCanTerminate: + type: boolean + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' + policyId: + type: string + version: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + readOnly: true + '@odata.type': + type: string microsoft.graph.reminder: title: reminder required: @@ -897626,6 +901994,18 @@ components: '@odata.type': type: string description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. + microsoft.graph.roleTemplate: + title: roleTemplate + required: + - '@odata.type' + type: object + properties: + id: + type: string + name: + type: string + '@odata.type': + type: string microsoft.graph.root: title: root required: @@ -905241,6 +909621,16 @@ components: - requested - unknownFutureValue type: string + microsoft.graph.accessReviewInstanceDecisionItemApplyResult: + title: accessReviewInstanceDecisionItemApplyResult + enum: + - new + - appliedSuccessfully + - appliedWithUnknownFailure + - appliedSuccessfullyButObjectNotFound + - applyNotSupported + - unknownFutureValue + type: string microsoft.graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions: title: accessReviewInstanceDecisionItemFilterByCurrentUserOptions enum: @@ -905665,6 +910055,26 @@ components: - value: blockTextFile description: Block clipboard to transfer Text file name: blockTextFile + microsoft.graph.applicationPermissionType: + title: applicationPermissionType + enum: + - role + - scope + - unknownFutureValue + type: string + x-ms-enum: + name: applicationPermissionType + modelAsString: false + values: + - value: role + description: Represents a type of permission that is for an app only scenario. No user is involved. + name: role + - value: scope + description: Represents a type of permission that is for an app and user scenario. + name: scope + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.applicationType: title: applicationType enum: @@ -907345,6 +911755,60 @@ components: - permanent - unknownFutureValue type: string + microsoft.graph.copilotPackageRequestStatus: + title: copilotPackageRequestStatus + enum: + - pending + - approved + - rejected + - unknownFutureValue + type: string + description: The lifecycle status of a package governance request. + x-ms-enum: + name: copilotPackageRequestStatus + modelAsString: false + values: + - value: pending + description: The request is awaiting a decision. + name: pending + - value: approved + description: The request was approved. + name: approved + - value: rejected + description: The request was rejected. + name: rejected + - value: unknownFutureValue + description: An evolvable sentinel for future request statuses. + name: unknownFutureValue + microsoft.graph.copilotPackageRequestType: + title: copilotPackageRequestType + enum: + - publish + - activate + - access + - update + - unknownFutureValue + type: string + description: The type of a package governance request. + x-ms-enum: + name: copilotPackageRequestType + modelAsString: false + values: + - value: publish + description: A request to publish a package. + name: publish + - value: activate + description: A request to activate a package. + name: activate + - value: access + description: A request to grant package access. + name: access + - value: update + description: A request to update a package. + name: update + - value: unknownFutureValue + description: An evolvable sentinel for future request types. + name: unknownFutureValue microsoft.graph.countryLookupMethodType: title: countryLookupMethodType enum: @@ -908478,6 +912942,7 @@ components: - sPSharingNotifyUser - sPSharingGenerateIncidentReport - restrictWebGrounding + - policyTip type: string microsoft.graph.driftStatus: title: driftStatus @@ -909047,6 +913512,7 @@ components: - quarantined - filteredAsSpam - unknownFutureValue + - recalled type: string microsoft.graph.executionMode: title: executionMode @@ -913170,6 +917636,50 @@ components: - forbidden - unknownFutureValue type: string + microsoft.graph.relationshipCreationType: + title: relationshipCreationType + enum: + - approvedByAdmin + - addOnTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipCreationType + modelAsString: false + values: + - value: approvedByAdmin + description: Represents a relationship between two tenants that was created by an explicit approval from the governed tenant admin. + name: approvedByAdmin + - value: addOnTenant + description: Represents a relationship between the add-on tenant and the tenant from which it was created. + name: addOnTenant + - value: unknownFutureValue + description: This will help in making this enum evolvable and adding more values in the future- + name: unknownFutureValue + microsoft.graph.relationshipStatus: + title: relationshipStatus + enum: + - active + - terminated + - terminationRequestedByGoverningTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipStatus + modelAsString: false + values: + - value: active + description: Represents a relationship that is currently active. + name: active + - value: terminated + description: Represents a relationship that has been terminated. + name: terminated + - value: terminationRequestedByGoverningTenant + description: Represents a relationship that has been requested to be terminated by governing tenant. + name: terminationRequestedByGoverningTenant + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.remindBeforeTimeInMinutesType: title: remindBeforeTimeInMinutesType enum: @@ -913197,6 +917707,30 @@ components: - value: onboarded description: The status reported when the system has successfully exchanged account information with TeamViewer and can now initiate remote assistance sessions with clients name: onboarded + microsoft.graph.requestStatus: + title: requestStatus + enum: + - pending + - accepted + - rejected + - unknownFutureValue + type: string + x-ms-enum: + name: requestStatus + modelAsString: false + values: + - value: pending + description: Represents a governance request that is pending + name: pending + - value: accepted + description: Represents a governance request that was accepted + name: accepted + - value: rejected + description: Represents a governance request that was rejected + name: rejected + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.requiredPasswordType: title: requiredPasswordType enum: @@ -920377,6 +924911,23 @@ components: type: string default: '#microsoft.graph.identityGovernance.groupBasedSubjectSet' x-ms-discriminator-value: '#microsoft.graph.identityGovernance.groupBasedSubjectSet' + microsoft.graph.identityGovernance.guestSponsorTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: guestSponsorTrigger + required: + - '@odata.type' + type: object + properties: + minimumRequiredSponsors: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + '@odata.type': + type: string + default: '#microsoft.graph.identityGovernance.guestSponsorTrigger' + x-ms-discriminator-value: '#microsoft.graph.identityGovernance.guestSponsorTrigger' microsoft.graph.identityGovernance.membershipChangeTrigger: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' @@ -920947,6 +925498,7 @@ components: propertyName: '@odata.type' mapping: '#microsoft.graph.identityGovernance.attributeChangeTrigger': '#/components/schemas/microsoft.graph.identityGovernance.attributeChangeTrigger' + '#microsoft.graph.identityGovernance.guestSponsorTrigger': '#/components/schemas/microsoft.graph.identityGovernance.guestSponsorTrigger' '#microsoft.graph.identityGovernance.membershipChangeTrigger': '#/components/schemas/microsoft.graph.identityGovernance.membershipChangeTrigger' '#microsoft.graph.identityGovernance.timeBasedAttributeTrigger': '#/components/schemas/microsoft.graph.identityGovernance.timeBasedAttributeTrigger' '#microsoft.graph.identityGovernance.userInactivityTrigger': '#/components/schemas/microsoft.graph.identityGovernance.userInactivityTrigger' @@ -937689,6 +942241,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.message' + microsoft.graph.noteCollectionResponse: + title: Collection of note + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' microsoft.graph.onlineMeetingCollectionResponse: title: Collection of onlineMeeting type: object @@ -941627,6 +946190,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' + microsoft.graph.groupResourceCollectionResponse: + title: Collection of groupResource + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' microsoft.graph.certificateBasedAuthPkiCollectionResponse: title: Collection of certificateBasedAuthPki type: object @@ -942441,6 +947015,61 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + microsoft.graph.governanceInvitationCollectionResponse: + title: Collection of governanceInvitation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + title: Collection of tenantGovernancePolicyTemplate + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + microsoft.graph.governanceRelationshipCollectionResponse: + title: Collection of governanceRelationship + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + microsoft.graph.governanceRequestCollectionResponse: + title: Collection of governanceRequest + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + microsoft.graph.relatedTenantCollectionResponse: + title: Collection of relatedTenant + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' microsoft.graph.delegatedAdminCustomerCollectionResponse: title: Collection of delegatedAdminCustomer type: object @@ -948370,6 +952999,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntry' + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignment + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvision + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' microsoft.graph.timeCardBreakCollectionResponse: title: Collection of microsoft.graph.timeCardBreak type: object @@ -948568,6 +953219,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplication' + microsoft.graph.applicationResourcePermissionCollectionResponse: + title: Collection of microsoft.graph.applicationResourcePermission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' microsoft.graph.keyCredentialConfigurationCollectionResponse: title: Collection of microsoft.graph.keyCredentialConfiguration type: object @@ -948942,6 +953604,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRole' + microsoft.graph.roleTemplateCollectionResponse: + title: Collection of microsoft.graph.roleTemplate + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' microsoft.graph.settingSourceCollectionResponse: title: Collection of microsoft.graph.settingSource type: object @@ -949162,6 +953835,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMapping' + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.applicationsRequiredResourceAccess + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' microsoft.graph.emailIdentityCollectionResponse: title: Collection of microsoft.graph.emailIdentity type: object @@ -949360,6 +954044,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvisionSnapshot + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' microsoft.graph.resourceAccessCollectionResponse: title: Collection of microsoft.graph.resourceAccess type: object @@ -951104,6 +955810,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.noteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.noteCollectionResponse' microsoft.graph.onlineMeetingCollectionResponse: description: Retrieved collection content: @@ -953252,6 +957964,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleCollectionResponse' + microsoft.graph.groupResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResourceCollectionResponse' microsoft.graph.certificateBasedAuthPkiCollectionResponse: description: Retrieved collection content: @@ -953696,6 +958414,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMemberCollectionResponse' + microsoft.graph.governanceInvitationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitationCollectionResponse' + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse' + microsoft.graph.governanceRelationshipCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationshipCollectionResponse' + microsoft.graph.governanceRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequestCollectionResponse' + microsoft.graph.relatedTenantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenantCollectionResponse' microsoft.graph.delegatedAdminCustomerCollectionResponse: description: Retrieved collection content: @@ -956930,6 +961678,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntryCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse' microsoft.graph.timeCardBreakCollectionResponse: description: Retrieved collection content: @@ -957038,6 +961798,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplicationCollectionResponse' + microsoft.graph.applicationResourcePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermissionCollectionResponse' microsoft.graph.keyCredentialConfigurationCollectionResponse: description: Retrieved collection content: @@ -957242,6 +962008,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleCollectionResponse' + microsoft.graph.roleTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleTemplateCollectionResponse' microsoft.graph.settingSourceCollectionResponse: description: Retrieved collection content: @@ -957362,6 +962134,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMappingCollectionResponse' + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccessCollectionResponse' microsoft.graph.emailIdentityCollectionResponse: description: Retrieved collection content: @@ -957470,6 +962248,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.publicErrorDetailCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse' microsoft.graph.resourceAccessCollectionResponse: description: Retrieved collection content: @@ -958369,6 +963159,8 @@ components: customExtensionCalloutInstances: - '@odata.type': microsoft.graph.customExtensionCalloutInstance justification: String + parameters: + '@odata.type': microsoft.graph.accessPackageAssignmentRequestParameters requestor: '@odata.type': microsoft.graph.accessPackageSubject requestType: @@ -958580,6 +963372,8 @@ components: insights: - '@odata.type': microsoft.graph.governanceInsight justification: String + permission: + '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemPermission principal: '@odata.type': microsoft.graph.identity principalLink: String @@ -958722,6 +963516,8 @@ components: value: agentIdentityBlueprintId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprint: @@ -958732,6 +963528,8 @@ components: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprintPrincipal: value: + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentUser: @@ -959513,6 +964311,42 @@ components: microsoft.graph.azureCommunicationServicesUserConversationMember: value: azureCommunicationServicesId: String + microsoft.graph.b2bRegistrationMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BRegistrationMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BRegistrationMetricsRecent + microsoft.graph.b2BRegistrationMetricsBase: + value: + inboundTotalUsers: '0' + outboundTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsRecent + microsoft.graph.b2BSignInActivityMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + inboundMonthlyTotalUsers: '0' + outboundMonthlyTotalApplications: '0' + outboundMonthlyTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.b2xIdentityUserFlow: value: apiConnectorConfiguration: @@ -959612,6 +964446,29 @@ components: publishingState: '@odata.type': microsoft.graph.publicationFacet title: String + microsoft.graph.billingMetrics: + value: + initial: + '@odata.type': microsoft.graph.billingMetricsInitial + recent: + '@odata.type': microsoft.graph.billingMetricsRecent + microsoft.graph.billingMetricsBase: + value: + foreignAssociatedTenantBillingManagementActiveCount: '0' + foreignAssociatedTenantCount: '0' + foreignAssociatedTenantProvisioningActiveCount: '0' + localAssociatedTenantBillingManagementActiveCount: '0' + localAssociatedTenantCount: '0' + localAssociatedTenantIds: + - String + localAssociatedTenantProvisioningActiveCount: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.bitlocker: value: recoveryKeys: @@ -960776,6 +965633,7 @@ components: displayName: String elementTypes: - String + governanceMetadata: { } isBlocked: 'true' lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' manifestId: String @@ -960783,6 +965641,10 @@ components: ownerId: String platform: String publisher: String + requestStatus: + '@odata.type': microsoft.graph.copilotPackageRequestStatus + requestType: + '@odata.type': microsoft.graph.copilotPackageRequestType shortDescription: String supportedHosts: - String @@ -961712,6 +966574,8 @@ components: - '@odata.type': microsoft.graph.remoteTenantGroup subscriptions: - '@odata.type': microsoft.graph.companySubscription + tenantGovernance: + '@odata.type': microsoft.graph.tenantGovernance microsoft.graph.directoryAudit: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -962866,6 +967730,41 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.governanceInvitation: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + microsoft.graph.governanceRelationship: + value: + createdType: + '@odata.type': microsoft.graph.relationshipCreationType + creationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + status: + '@odata.type': microsoft.graph.relationshipStatus + microsoft.graph.governanceRequest: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governancePolicyTemplate: + '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + requestDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.requestStatus microsoft.graph.granularDriveRestoreArtifact: value: directoryObjectId: String @@ -963014,6 +967913,8 @@ components: alternateNotificationEmails: String groupLifetimeInDays: '0' managedGroupTypes: String + microsoft.graph.groupResource: + value: { } microsoft.graph.groupSetting: value: displayName: String @@ -964465,6 +969366,23 @@ components: partnerUnsupportedOsVersionBlocked: 'true' windowsDeviceBlockedOnMissingPartnerData: 'true' windowsEnabled: 'true' + microsoft.graph.multiTenantApplicationMetrics: + value: + initial: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsInitial + recent: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsRecent + microsoft.graph.multiTenantApplicationMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + outboundMonthlyTotalApplications: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.multiTenantOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -964532,6 +969450,22 @@ components: displayName: String id: String (identifier) modifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.note: + value: + attachments: + - '@odata.type': microsoft.graph.attachment + body: + '@odata.type': microsoft.graph.itemBody + bodyPreview: String + extensions: + - '@odata.type': microsoft.graph.extension + hasAttachments: 'true' + isDeleted: 'true' + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + subject: String microsoft.graph.notebook: value: isDefault: 'true' @@ -965567,6 +970501,8 @@ components: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest eligibilitySchedules: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilitySchedule + resources: + - '@odata.type': microsoft.graph.groupResource microsoft.graph.privilegedAccessGroupAssignmentSchedule: value: accessId: @@ -965912,6 +970848,23 @@ components: responseFeedback: '@odata.type': microsoft.graph.responseFeedbackType submitDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.relatedTenant: + value: + appB2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + b2BRegistrationMetrics: + '@odata.type': microsoft.graph.b2bRegistrationMetrics + b2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + billingMetrics: + '@odata.type': microsoft.graph.billingMetrics + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + isMicrosoftInfrastructure: 'true' + multiTenantApplicationMetrics: + '@odata.type': microsoft.graph.multiTenantApplicationMetrics + microsoft.graph.relatedTenantsRefreshRequest: + value: + location: String microsoft.graph.relyingPartyDetailedSummary: value: failedSignInCount: '0' @@ -967444,6 +972397,36 @@ components: value: protectionScopes: '@odata.type': microsoft.graph.tenantProtectionScopeContainer + microsoft.graph.tenantGovernance: + value: + governanceInvitations: + - '@odata.type': microsoft.graph.governanceInvitation + governancePolicyTemplates: + - '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governanceRelationships: + - '@odata.type': microsoft.graph.governanceRelationship + governanceRequests: + - '@odata.type': microsoft.graph.governanceRequest + relatedTenants: + - '@odata.type': microsoft.graph.relatedTenant + settings: + '@odata.type': microsoft.graph.tenantGovernanceSetting + microsoft.graph.tenantGovernancePolicyTemplate: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignment + description: String + displayName: String + governedTenantCanTerminate: 'true' + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvision + version: String + microsoft.graph.tenantGovernanceSetting: + value: + canReceiveInvitations: 'true' + isRelatedTenantsEnabled: 'true' microsoft.graph.tenantProtectionScopeContainer: value: { } microsoft.graph.tenantRelationship: @@ -968035,6 +973018,8 @@ components: - '@odata.type': microsoft.graph.message mobilePhone: String mySite: String + notes: + - '@odata.type': microsoft.graph.note oauth2PermissionGrants: - '@odata.type': microsoft.graph.oAuth2PermissionGrant officeLocation: String @@ -969990,6 +974975,9 @@ components: enableTargetsToSelfUpdateAccess: 'true' onBehalfRequestors: - '@odata.type': microsoft.graph.subjectSet + microsoft.graph.accessPackageAssignmentRequestParameters: + value: + bypassApproval: 'true' microsoft.graph.accessPackageAssignmentRequestRequirements: value: allowCustomAssignmentSchedule: 'true' @@ -970093,8 +975081,20 @@ components: value: scope: '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemResource + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + value: + customData: String + scopeDisplayName: String + scopeId: String + microsoft.graph.accessReviewInstanceDecisionItemPermission: + value: + description: String + displayName: String + id: String + type: String microsoft.graph.accessReviewInstanceDecisionItemResource: value: + description: String displayName: String id: String type: String @@ -970388,6 +975388,12 @@ components: value: dataCenter: String headquarters: String + microsoft.graph.applicationResourcePermission: + value: + id: String + name: String + type: + '@odata.type': microsoft.graph.applicationPermissionType microsoft.graph.applicationRiskFactorCertificateInfo: value: hasBadCommonName: 'true' @@ -970521,6 +975527,11 @@ components: '@odata.type': microsoft.graph.application servicePrincipal: '@odata.type': microsoft.graph.servicePrincipal + microsoft.graph.applicationsRequiredResourceAccess: + value: + permissions: + - '@odata.type': microsoft.graph.applicationResourcePermission + resourceAppId: String microsoft.graph.appliedConditionalAccessPolicy: value: displayName: String @@ -970855,6 +975866,7 @@ components: microsoft.graph.authenticationBehaviors: value: blockAzureADGraphAccess: 'true' + coopEnforcement: 'true' removeUnverifiedEmailClaim: 'true' requireClientServicePrincipal: 'true' microsoft.graph.authenticationConditions: @@ -972066,6 +977078,19 @@ components: value: unifiedRoles: - '@odata.type': microsoft.graph.unifiedRole + microsoft.graph.delegatedAdministrationRoleAssignment: + value: + group: + '@odata.type': microsoft.graph.group + groupDisplayName: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + value: + groupDisplayName: String + groupId: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate microsoft.graph.delegatedAdminRelationshipCustomerParticipant: value: displayName: String @@ -973705,6 +978730,20 @@ components: value: from: String to: String + microsoft.graph.multiTenantApplicationsToProvision: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: value: desiredMemberState: @@ -974386,6 +979425,11 @@ components: value: policyScope: '@odata.type': microsoft.graph.policyBinding + microsoft.graph.policyTipAction: + value: + complianceUrl: String + matchedConditionsDescription: String + policyTip: String microsoft.graph.policyUserScope: value: { } microsoft.graph.positiveReinforcementNotification: @@ -974896,6 +979940,15 @@ components: mobilePhone: String relationship: '@odata.type': microsoft.graph.contactRelationship + microsoft.graph.relationshipPolicy: + value: + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + governedTenantCanTerminate: 'true' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvisionSnapshot + policyId: String + version: '0' microsoft.graph.reminder: value: changeKey: String @@ -975138,6 +980191,10 @@ components: value: resourceActions: - '@odata.type': microsoft.graph.resourceAction + microsoft.graph.roleTemplate: + value: + id: String + name: String microsoft.graph.root: value: { } microsoft.graph.rotateBitLockerKeysDeviceActionResult: @@ -977830,6 +982887,9 @@ components: value: groups: - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.guestSponsorTrigger: + value: + minimumRequiredSponsors: '0' microsoft.graph.identityGovernance.membershipChangeTrigger: value: changeType: @@ -981459,6 +986519,8 @@ tags: x-ms-docs-toc-type: page - name: directory.companySubscription x-ms-docs-toc-type: page + - name: directory.tenantGovernance + x-ms-docs-toc-type: page - name: directoryObjects.directoryObject x-ms-docs-toc-type: page - name: directoryObjects.directoryObject.Actions @@ -981717,6 +986779,8 @@ tags: x-ms-docs-toc-type: container - name: me.user.Functions x-ms-docs-toc-type: container + - name: me.note + x-ms-docs-toc-type: page - name: me.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: me.onenote @@ -982133,6 +987197,8 @@ tags: x-ms-docs-toc-type: container - name: users.user.Functions x-ms-docs-toc-type: container + - name: users.note + x-ms-docs-toc-type: page - name: users.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: users.onenote diff --git a/openapi/v1.0/powershell_v2.yaml b/openapi/v1.0/powershell_v2.yaml index 63750189..543829fe 100644 --- a/openapi/v1.0/powershell_v2.yaml +++ b/openapi/v1.0/powershell_v2.yaml @@ -2359,6 +2359,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete navigation property items for admin + operationId: admin.exchange.mailboxes.folders.childFolders.DeleteItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxFolder-id1 + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}' '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count': @@ -2745,6 +2790,48 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - admin.exchangeAdmin + summary: Delete mailboxItem + description: Delete a mailboxItem from a mailboxFolder in a mailbox. Use the disposalType query parameter to specify whether to soft-delete or hard-delete the item. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailboxfolder-delete-items?view=graph-rest-1.0 + operationId: admin.exchange.mailboxes.folders.DeleteItems + parameters: + - name: mailbox-id + in: path + description: The unique identifier of mailbox + required: true + schema: + type: string + x-ms-docs-key-type: mailbox + - name: mailboxFolder-id + in: path + description: The unique identifier of mailboxFolder + required: true + schema: + type: string + x-ms-docs-key-type: mailboxFolder + - name: mailboxItem-id + in: path + description: The unique identifier of mailboxItem + required: true + schema: + type: string + x-ms-docs-key-type: mailboxItem + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}' '/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count': @@ -102424,23 +102511,91 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /directoryObjects: - description: Provides operations to manage the collection of directoryObject entities. + /directory/tenantGovernance: + description: Provides operations to manage the tenantGovernance property of the microsoft.graph.directory entity. get: tags: - - directoryObjects.directoryObject - summary: Get entities from directoryObjects - operationId: directoryObjects.directoryObject.ListDirectoryObject + - directory.tenantGovernance + summary: Get tenantGovernance from directory + operationId: directory.GetTenantGovernance parameters: - - name: ConsistencyLevel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property tenantGovernance in directory + operationId: directory.UpdateTenantGovernance + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property tenantGovernance for directory + operationId: directory.DeleteTenantGovernance + parameters: + - 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 + /directory/tenantGovernance/governanceInvitations: + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.ListGovernanceInvitations + parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -102478,7 +102633,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + $ref: '#/components/responses/microsoft.graph.governanceInvitationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -102487,45 +102642,41 @@ paths: x-ms-docs-operation-type: operation post: tags: - - directoryObjects.directoryObject - summary: Add new entity to directoryObjects - operationId: directoryObjects.directoryObject.CreateDirectoryObject + - directory.tenantGovernance + summary: Create new navigation property to governanceInvitations for directory + operationId: directory.tenantGovernance.CreateGovernanceInvitations requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' required: true responses: 2XX: - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryObjects/{directoryObject-id}': - description: Provides operations to manage the collection of directoryObject entities. + '/directory/tenantGovernance/governanceInvitations/{governanceInvitation-id}': + description: Provides operations to manage the governanceInvitations property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryObjects.directoryObject - summary: Get directoryObject - description: Retrieve the properties and relationships of a directoryObject object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.GetDirectoryObject + - directory.tenantGovernance + summary: Get governanceInvitations from directory + operationId: directory.tenantGovernance.GetGovernanceInvitations parameters: - - name: directoryObject-id + - name: governanceInvitation-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of governanceInvitation required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: governanceInvitation - name: $select in: query description: Select properties to be returned @@ -102548,33 +102699,33 @@ paths: type: string responses: 2XX: - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - directoryObjects.directoryObject - summary: Update entity in directoryObjects - operationId: directoryObjects.directoryObject.UpdateDirectoryObject + - directory.tenantGovernance + summary: Update the navigation property governanceInvitations in directory + operationId: directory.tenantGovernance.UpdateGovernanceInvitations parameters: - - name: directoryObject-id + - name: governanceInvitation-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of governanceInvitation required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: governanceInvitation requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' required: true responses: 2XX: @@ -102582,27 +102733,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - directoryObjects.directoryObject - summary: Delete directoryObject - description: 'Delete a directory object, for example, a group, user, application, or service principal.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.DeleteDirectoryObject + - directory.tenantGovernance + summary: Delete navigation property governanceInvitations for directory + operationId: directory.tenantGovernance.DeleteGovernanceInvitations parameters: - - name: directoryObject-id + - name: governanceInvitation-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of governanceInvitation required: true schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: governanceInvitation - name: If-Match in: header description: ETag @@ -102614,259 +102761,14 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups': - description: Provides operations to call the checkMemberGroups method. - post: - tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action checkMemberGroups - description: "Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.checkMemberGroups - parameters: - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - groupIds: - type: array - items: - type: string - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - type: string - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects': - description: Provides operations to call the checkMemberObjects method. - post: - tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action checkMemberObjects - operationId: directoryObjects.directoryObject.checkMemberObjects - parameters: - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - type: string - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups': - description: Provides operations to call the getMemberGroups method. - post: - tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.getMemberGroups - parameters: - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - type: string - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects': - description: Provides operations to call the getMemberObjects method. - post: - tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getMemberObjects - description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.getMemberObjects - parameters: - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - type: string - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/directoryObjects/{directoryObject-id}/microsoft.graph.restore': - description: Provides operations to call the restore method. - post: - tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action restore - description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 - operationId: directoryObjects.directoryObject.restore - parameters: - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - type: object - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /directoryObjects/$count: + /directory/tenantGovernance/governanceInvitations/$count: description: Provides operations to count the resources in the collection. get: tags: - - directoryObjects.directoryObject + - directory.tenantGovernance summary: Get the number of the resource - operationId: directoryObjects.GetCount-3210 + operationId: directory.tenantGovernance.governanceInvitations.GetCount-6684 parameters: - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -102874,26 +102776,22 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /directoryObjects/microsoft.graph.delta(): - description: Provides operations to call the delta method. + /directory/tenantGovernance/governancePolicyTemplates: + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryObjects.directoryObject.Functions - summary: Invoke function delta - description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 - operationId: directoryObjects.delta + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.ListGovernancePolicyTemplates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -102901,9 +102799,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -102923,190 +102821,1769 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of directoryObject - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true + $ref: '#/components/responses/microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /directoryObjects/microsoft.graph.getAvailableExtensionProperties: - description: Provides operations to call the getAvailableExtensionProperties method. + x-ms-docs-operation-type: operation post: tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getAvailableExtensionProperties - description: 'Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 - operationId: directoryObjects.getAvailableExtensionProperties + - directory.tenantGovernance + summary: Create new navigation property to governancePolicyTemplates for directory + operationId: directory.tenantGovernance.CreateGovernancePolicyTemplates requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - isSyncedFromOnPremises: - type: boolean - default: false - nullable: true + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - title: Collection of extensionProperty - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extensionProperty' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /directoryObjects/microsoft.graph.getByIds: - description: Provides operations to call the getByIds method. - post: - tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action getByIds - description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 - operationId: directoryObjects.getByIds - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - types: - type: array - items: - type: string - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of directoryObject - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /directoryObjects/microsoft.graph.validateProperties: - description: Provides operations to call the validateProperties method. - post: - tags: - - directoryObjects.directoryObject.Actions - summary: Invoke action validateProperties - description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\r\n1. Validate the prefix and suffix naming policy\r\n2. Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 - operationId: directoryObjects.validateProperties - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - entityType: - type: string - nullable: true - displayName: - type: string - nullable: true - mailNickname: - type: string - nullable: true - onBehalfOfUserId: - pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' - type: string - format: uuid - nullable: true - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /directoryRoles: - description: Provides operations to manage the collection of directoryRole entities. + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governancePolicyTemplates/{tenantGovernancePolicyTemplate-id}': + description: Provides operations to manage the governancePolicyTemplates property of the microsoft.graph.tenantGovernance entity. get: tags: - - directoryRoles.directoryRole - summary: List directoryRoles - description: 'List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin''s behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 - operationId: directoryRoles.directoryRole.ListDirectoryRole + - directory.tenantGovernance + summary: Get governancePolicyTemplates from directory + operationId: directory.tenantGovernance.GetGovernancePolicyTemplates parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: tenantGovernancePolicyTemplate-id + in: path + description: The unique identifier of tenantGovernancePolicyTemplate + required: true schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: tenantGovernancePolicyTemplate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governancePolicyTemplates in directory + operationId: directory.tenantGovernance.UpdateGovernancePolicyTemplates + parameters: + - name: tenantGovernancePolicyTemplate-id + in: path + description: The unique identifier of tenantGovernancePolicyTemplate + required: true + schema: + type: string + x-ms-docs-key-type: tenantGovernancePolicyTemplate + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governancePolicyTemplates for directory + operationId: directory.tenantGovernance.DeleteGovernancePolicyTemplates + parameters: + - name: tenantGovernancePolicyTemplate-id + in: path + description: The unique identifier of tenantGovernancePolicyTemplate + required: true + schema: + type: string + x-ms-docs-key-type: tenantGovernancePolicyTemplate + - 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 + /directory/tenantGovernance/governancePolicyTemplates/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governancePolicyTemplates.GetCount-daf7 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governanceRelationships: + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.ListGovernanceRelationships + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.governanceRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governanceRelationships for directory + operationId: directory.tenantGovernance.CreateGovernanceRelationships + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceRelationships/{governanceRelationship-id}': + description: Provides operations to manage the governanceRelationships property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRelationships from directory + operationId: directory.tenantGovernance.GetGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceRelationships in directory + operationId: directory.tenantGovernance.UpdateGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceRelationships for directory + operationId: directory.tenantGovernance.DeleteGovernanceRelationships + parameters: + - name: governanceRelationship-id + in: path + description: The unique identifier of governanceRelationship + required: true + schema: + type: string + x-ms-docs-key-type: governanceRelationship + - 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 + /directory/tenantGovernance/governanceRelationships/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRelationships.GetCount-c291 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/governanceRequests: + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.ListGovernanceRequests + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.governanceRequestCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to governanceRequests for directory + operationId: directory.tenantGovernance.CreateGovernanceRequests + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}': + description: Provides operations to manage the governanceRequests property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get governanceRequests from directory + operationId: directory.tenantGovernance.GetGovernanceRequests + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property governanceRequests in directory + operationId: directory.tenantGovernance.UpdateGovernanceRequests + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property governanceRequests for directory + operationId: directory.tenantGovernance.DeleteGovernanceRequests + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + - 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 + '/directory/tenantGovernance/governanceRequests/{governanceRequest-id}/governancePolicyTemplate': + description: Provides operations to manage the governancePolicyTemplate property of the microsoft.graph.governanceRequest entity. + get: + tags: + - directory.tenantGovernance + summary: Get governancePolicyTemplate from directory + operationId: directory.tenantGovernance.governanceRequests.GetGovernancePolicyTemplate + parameters: + - name: governanceRequest-id + in: path + description: The unique identifier of governanceRequest + required: true + schema: + type: string + x-ms-docs-key-type: governanceRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /directory/tenantGovernance/governanceRequests/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.governanceRequests.GetCount-ac3a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/relatedTenants: + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.ListRelatedTenants + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.relatedTenantCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directory.tenantGovernance + summary: Create new navigation property to relatedTenants for directory + operationId: directory.tenantGovernance.CreateRelatedTenants + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}': + description: Provides operations to manage the relatedTenants property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get relatedTenants from directory + operationId: directory.tenantGovernance.GetRelatedTenants + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property relatedTenants in directory + operationId: directory.tenantGovernance.UpdateRelatedTenants + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property relatedTenants for directory + operationId: directory.tenantGovernance.DeleteRelatedTenants + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - 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 + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/appB2BSignInActivityMetrics': + description: Provides operations to manage the appB2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get appB2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetAppB2BSignInActivityMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BRegistrationMetrics': + description: Provides operations to manage the b2BRegistrationMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get b2BRegistrationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BRegistrationMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/b2BSignInActivityMetrics': + description: Provides operations to manage the b2BSignInActivityMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get b2BSignInActivityMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetB2BSignInActivityMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/billingMetrics': + description: Provides operations to manage the billingMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get billingMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetBillingMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.billingMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directory/tenantGovernance/relatedTenants/{relatedTenant-id}/multiTenantApplicationMetrics': + description: Provides operations to manage the multiTenantApplicationMetrics property of the microsoft.graph.relatedTenant entity. + get: + tags: + - directory.tenantGovernance + summary: Get multiTenantApplicationMetrics from directory + operationId: directory.tenantGovernance.relatedTenants.GetMultiTenantApplicationMetrics + parameters: + - name: relatedTenant-id + in: path + description: The unique identifier of relatedTenant + required: true + schema: + type: string + x-ms-docs-key-type: relatedTenant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /directory/tenantGovernance/relatedTenants/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directory.tenantGovernance + summary: Get the number of the resource + operationId: directory.tenantGovernance.relatedTenants.GetCount-ba39 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directory/tenantGovernance/relatedTenants/microsoft.graph.refresh: + description: Provides operations to call the refresh method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action refresh + operationId: directory.tenantGovernance.relatedTenants.refresh + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directory/tenantGovernance/settings: + description: Provides operations to manage the settings property of the microsoft.graph.tenantGovernance entity. + get: + tags: + - directory.tenantGovernance + summary: Get settings from directory + operationId: directory.tenantGovernance.GetSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directory.tenantGovernance + summary: Update the navigation property settings in directory + operationId: directory.tenantGovernance.UpdateSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directory.tenantGovernance + summary: Delete navigation property settings for directory + operationId: directory.tenantGovernance.DeleteSettings + 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 + /directory/tenantGovernance/settings/microsoft.graph.enableRelatedTenants: + description: Provides operations to call the enableRelatedTenants method. + post: + tags: + - directory.tenantGovernance + summary: Invoke action enableRelatedTenants + operationId: directory.tenantGovernance.settings.enableRelatedTenants + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryObjects: + description: Provides operations to manage the collection of directoryObject entities. + get: + tags: + - directoryObjects.directoryObject + summary: Get entities from directoryObjects + operationId: directoryObjects.directoryObject.ListDirectoryObject + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - directoryObjects.directoryObject + summary: Add new entity to directoryObjects + operationId: directoryObjects.directoryObject.CreateDirectoryObject + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + required: true + responses: + 2XX: + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/directoryObjects/{directoryObject-id}': + description: Provides operations to manage the collection of directoryObject entities. + get: + tags: + - directoryObjects.directoryObject + summary: Get directoryObject + description: Retrieve the properties and relationships of a directoryObject object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.GetDirectoryObject + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - directoryObjects.directoryObject + summary: Update entity in directoryObjects + operationId: directoryObjects.directoryObject.UpdateDirectoryObject + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - directoryObjects.directoryObject + summary: Delete directoryObject + description: 'Delete a directory object, for example, a group, user, application, or service principal.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.DeleteDirectoryObject + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - 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 + '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups': + description: Provides operations to call the checkMemberGroups method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action checkMemberGroups + description: "Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.checkMemberGroups + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + groupIds: + type: array + items: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects': + description: Provides operations to call the checkMemberObjects method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action checkMemberObjects + operationId: directoryObjects.directoryObject.checkMemberObjects + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ids: + type: array + items: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups': + description: Provides operations to call the getMemberGroups method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getMemberGroups + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.getMemberGroups + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects': + description: Provides operations to call the getMemberObjects method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getMemberObjects + description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.getMemberObjects + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/directoryObjects/{directoryObject-id}/microsoft.graph.restore': + description: Provides operations to call the restore method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action restore + description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + operationId: directoryObjects.directoryObject.restore + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryObjects/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - directoryObjects.directoryObject + summary: Get the number of the resource + operationId: directoryObjects.GetCount-3210 + parameters: + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /directoryObjects/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - directoryObjects.directoryObject.Functions + summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 + operationId: directoryObjects.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of directoryObject + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + '@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 + /directoryObjects/microsoft.graph.getAvailableExtensionProperties: + description: Provides operations to call the getAvailableExtensionProperties method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getAvailableExtensionProperties + description: 'Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 + operationId: directoryObjects.getAvailableExtensionProperties + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + isSyncedFromOnPremises: + type: boolean + default: false + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of extensionProperty + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /directoryObjects/microsoft.graph.getByIds: + description: Provides operations to call the getByIds method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action getByIds + description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + operationId: directoryObjects.getByIds + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ids: + type: array + items: + type: string + types: + type: array + items: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of directoryObject + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /directoryObjects/microsoft.graph.validateProperties: + description: Provides operations to call the validateProperties method. + post: + tags: + - directoryObjects.directoryObject.Actions + summary: Invoke action validateProperties + description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\r\n1. Validate the prefix and suffix naming policy\r\n2. Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + operationId: directoryObjects.validateProperties + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + entityType: + type: string + nullable: true + displayName: + type: string + nullable: true + mailNickname: + type: string + nullable: true + onBehalfOfUserId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /directoryRoles: + description: Provides operations to manage the collection of directoryRole entities. + get: + tags: + - directoryRoles.directoryRole + summary: List directoryRoles + description: 'List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin''s behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 + operationId: directoryRoles.directoryRole.ListDirectoryRole + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -319035,6 +320512,52 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -323456,6 +324979,52 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -326394,6 +327963,45 @@ paths: x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.unified.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/unified/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/unified/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -455488,6 +457096,194 @@ paths: - '/identityGovernance/privilegedAccess/group/assignmentSchedules/microsoft.graph.filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=''{on}'')' + /identityGovernance/privilegedAccess/group/resources: + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.ListResources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.groupResourceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identityGovernance.privilegedAccessRoot + summary: Create new navigation property to resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.CreateResources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/privilegedAccess/group/resources/{groupResource-id}': + description: Provides operations to manage the resources property of the microsoft.graph.privilegedAccessGroup entity. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get resources from identityGovernance + operationId: identityGovernance.privilegedAccess.group.GetResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.privilegedAccessRoot + summary: Update the navigation property resources in identityGovernance + operationId: identityGovernance.privilegedAccess.group.UpdateResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.privilegedAccessRoot + summary: Delete navigation property resources for identityGovernance + operationId: identityGovernance.privilegedAccess.group.DeleteResources + parameters: + - name: groupResource-id + in: path + description: The unique identifier of groupResource + required: true + schema: + type: string + x-ms-docs-key-type: groupResource + - 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 + /identityGovernance/privilegedAccess/group/resources/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - identityGovernance.privilegedAccessRoot + summary: Get the number of the resource + operationId: identityGovernance.privilegedAccess.group.resources.GetCount-938c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /identityGovernance/termsOfUse: description: Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity. get: @@ -461375,6 +463171,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -461924,6 +463721,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -465212,6 +467010,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -465655,6 +467454,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -466151,6 +467951,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -466628,6 +468429,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -467680,6 +469482,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -468275,6 +470078,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -468897,6 +470701,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -469514,6 +471319,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -470366,6 +472172,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -470888,6 +472695,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -471447,6 +473255,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -471994,6 +473803,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -472364,6 +474174,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -475255,6 +477066,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -475460,6 +477272,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -478359,6 +480172,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -480752,6 +482566,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -480941,6 +482756,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -481824,6 +483640,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -481992,6 +483809,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -482748,6 +484566,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -490832,6 +492651,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -490956,6 +492776,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -491086,6 +492907,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -498529,6 +500351,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -498652,6 +500475,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -504125,6 +505949,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/drives/{drive-id}/root/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -504242,6 +506067,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -504365,6 +506191,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -507829,7 +509656,7 @@ paths: tags: - me.event summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' + description: 'Delete an attachment from a user calendar event, mail message, note, or group post.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 @@ -507937,6 +509764,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -508436,6 +510264,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -508913,6 +510742,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -514328,6 +516158,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -514554,6 +516385,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -520761,6 +522593,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -520966,6 +522799,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -527315,6 +529149,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -528393,6 +530228,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -528697,6 +530533,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -529574,6 +531411,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -530526,6 +532364,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -530795,6 +532634,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -534073,6 +535913,7 @@ paths: - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/me/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -534915,6 +536756,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() + - /me/notes/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()' @@ -535529,6 +537371,799 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /me/notes: + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - me.note + summary: List notes + description: Get a list of the note objects in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-notes?view=graph-rest-1.0 + operationId: me.ListNotes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.noteCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create note + description: Create a new note in the user's *Notes* folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-post-notes?view=graph-rest-1.0 + operationId: me.CreateNotes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - me.note + summary: Get notes from me + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: me.GetNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.note + summary: Update the navigation property notes in me + operationId: me.UpdateNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property notes for me + operationId: me.DeleteNotes + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - 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/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.ListAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to attachments for me + operationId: me.notes.CreateAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get attachments from me + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: me.notes.GetAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property attachments for me + operationId: me.notes.DeleteAttachments + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - 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/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.attachments.GetCount-00c9 + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - me.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: me.notes.note.attachments.createUploadSession + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession' + - '/me/drives/{drive-id}/root/microsoft.graph.createUploadSession' + - '/me/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' + '/me/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.ListExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - me.note + summary: Create new navigation property to extensions for me + operationId: me.notes.CreateExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/me/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - me.note + summary: Get extensions from me + description: The collection of open extensions defined for the note. + operationId: me.notes.GetExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - me.note + summary: Update the navigation property extensions in me + operationId: me.notes.UpdateExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - me.note + summary: Delete navigation property extensions for me + operationId: me.notes.DeleteExtensions + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.extensions.GetCount-5900 + parameters: + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/notes/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - me.note + summary: Get the number of the resource + operationId: me.notes.GetCount-da94 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /me/notes/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - me.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: me.notes.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 note + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + '@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/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/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/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/oauth2PermissionGrants: description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: @@ -544124,6 +546759,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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() @@ -544673,6 +547309,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/microsoft.graph.delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() @@ -555272,6 +557909,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/me/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/me/notes/{note-id}/attachments/microsoft.graph.createUploadSession' '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -556631,6 +559269,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/microsoft.graph.delta() - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() @@ -556759,6 +559398,7 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - /me/notes/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()' @@ -756838,6 +759478,7 @@ paths: - '/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}/notes/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()' @@ -757486,6 +760127,7 @@ paths: - '/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}/notes/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()' @@ -761451,6 +764093,7 @@ paths: - '/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}/notes/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()' @@ -761971,6 +764614,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -762530,6 +765174,7 @@ paths: - '/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}/notes/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()' @@ -763079,6 +765724,7 @@ paths: - '/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}/notes/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()' @@ -764258,6 +766904,7 @@ paths: - '/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}/notes/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()' @@ -764932,6 +767579,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -765617,6 +768265,7 @@ paths: - '/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}/notes/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()' @@ -766306,6 +768955,7 @@ paths: - '/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}/notes/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()' @@ -767276,6 +769926,7 @@ paths: - '/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}/notes/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()' @@ -767873,6 +770524,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -768495,6 +771147,7 @@ paths: - '/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}/notes/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()' @@ -769114,6 +771767,7 @@ paths: - '/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}/notes/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()' @@ -769526,6 +772180,7 @@ paths: - '/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}/notes/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()' @@ -772866,6 +775521,7 @@ paths: - '/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}/notes/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()' @@ -773094,6 +775750,7 @@ paths: - '/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}/notes/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()' @@ -776436,6 +779093,7 @@ paths: - '/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}/notes/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()' @@ -779206,6 +781864,7 @@ paths: - '/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}/notes/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()' @@ -779418,6 +782077,7 @@ paths: - '/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}/notes/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()' @@ -780429,6 +783089,7 @@ paths: - '/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}/notes/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()' @@ -780620,6 +783281,7 @@ paths: - '/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}/notes/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()' @@ -781494,6 +784156,7 @@ paths: - '/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}/notes/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()' @@ -790858,6 +793521,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -790989,6 +793653,7 @@ paths: - '/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}/notes/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()' @@ -791128,6 +793793,7 @@ paths: - '/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}/notes/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()' @@ -799658,6 +802324,7 @@ paths: - '/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}/notes/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()' @@ -799790,6 +802457,7 @@ paths: - '/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}/notes/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()' @@ -806168,6 +808836,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()': description: Provides operations to call the delta method. @@ -806292,6 +808961,7 @@ paths: - '/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}/notes/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()' @@ -806424,6 +809094,7 @@ paths: - '/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}/notes/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()' @@ -810593,6 +813264,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. @@ -811152,6 +813824,7 @@ paths: - '/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}/notes/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()' @@ -811701,6 +814374,7 @@ paths: - '/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}/notes/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()' @@ -817922,6 +820596,7 @@ paths: - '/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}/notes/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()' @@ -818171,6 +820846,7 @@ paths: - '/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}/notes/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()' @@ -825339,6 +828015,7 @@ paths: - '/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}/notes/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()' @@ -825567,6 +828244,7 @@ paths: - '/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}/notes/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()' @@ -832970,6 +835648,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -834174,6 +836853,7 @@ paths: - '/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}/notes/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()' @@ -834510,6 +837190,7 @@ paths: - '/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}/notes/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()' @@ -835501,6 +838182,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -836579,6 +839261,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/notes/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()' @@ -836880,6 +839563,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/notes/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()' @@ -840795,6 +843479,7 @@ paths: - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. @@ -841747,6 +844432,7 @@ paths: - '/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}/notes/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()' @@ -842136,411 +844822,1333 @@ paths: type: array items: type: string - responses: - 2XX: - $ref: '#/components/responses/getManagedAppPoliciesResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()': - description: Provides operations to call the getManagedDevicesWithAppFailures method. - get: - tags: - - users.user.Functions - summary: Invoke function getManagedDevicesWithAppFailures - description: Retrieves the list of devices with failed apps - operationId: users.user.getManagedDevicesWithAppFailures - 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' - responses: - 2XX: - $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getMemberGroups': - description: Provides operations to call the getMemberGroups method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 - operationId: users.user.getMemberGroups - 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: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true + responses: + 2XX: + $ref: '#/components/responses/getManagedAppPoliciesResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()': + description: Provides operations to call the getManagedDevicesWithAppFailures method. + get: + tags: + - users.user.Functions + summary: Invoke function getManagedDevicesWithAppFailures + description: Retrieves the list of devices with failed apps + operationId: users.user.getManagedDevicesWithAppFailures + 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' + responses: + 2XX: + $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getMemberGroups': + description: Provides operations to call the getMemberGroups method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberGroups + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + operationId: users.user.getMemberGroups + 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: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.getMemberObjects': + description: Provides operations to call the getMemberObjects method. + post: + tags: + - users.user.Actions + summary: Invoke action getMemberObjects + description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 + operationId: users.user.getMemberObjects + 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: Action parameters + content: + application/json: + schema: + type: object + properties: + securityEnabledOnly: + type: boolean + default: false + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': + description: Provides operations to call the reminderView method. + get: + tags: + - users.user.Functions + summary: Invoke function reminderView + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 + operationId: users.user.reminderView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: StartDateTime + in: path + description: 'Usage: StartDateTime=''{StartDateTime}''' + required: true + schema: + type: string + - name: EndDateTime + in: path + description: 'Usage: EndDateTime=''{EndDateTime}''' + required: true + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + $ref: '#/components/responses/reminderViewResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement': + description: Provides operations to call the removeAllDevicesFromManagement method. + post: + tags: + - users.user.Actions + summary: Invoke action removeAllDevicesFromManagement + description: Retire all devices from management for this user + operationId: users.user.removeAllDevicesFromManagement + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.reprocessLicenseAssignment': + description: Provides operations to call the reprocessLicenseAssignment method. + post: + tags: + - users.user.Actions + summary: Invoke action reprocessLicenseAssignment + description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 + operationId: users.user.reprocessLicenseAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + 2XX: + $ref: '#/components/responses/reprocessLicenseAssignmentResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.restore': + description: Provides operations to call the restore method. + post: + tags: + - users.user.Actions + summary: Invoke action restore + description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + operationId: users.user.restore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' + - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' + - '/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.retryServiceProvisioning': + description: Provides operations to call the retryServiceProvisioning method. + post: + tags: + - users.user.Actions + summary: Invoke action retryServiceProvisioning + description: Retry the provisioning of a user object in Microsoft Entra ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 + operationId: users.user.retryServiceProvisioning + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.revokeSignInSessions': + description: Provides operations to call the revokeSignInSessions method. + post: + tags: + - users.user.Actions + summary: Invoke action revokeSignInSessions + description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 + operationId: users.user.revokeSignInSessions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + responses: + 2XX: + $ref: '#/components/responses/revokeSignInSessionsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.sendMail': + description: Provides operations to call the sendMail method. + post: + tags: + - users.user.Actions + summary: Invoke action sendMail + description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 + operationId: users.user.sendMail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/sendMailRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.translateExchangeIds': + description: Provides operations to call the translateExchangeIds method. + post: + tags: + - users.user.Actions + summary: Invoke action translateExchangeIds + description: Translate identifiers of Outlook-related resources between formats. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 + operationId: users.user.translateExchangeIds + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' + responses: + 2XX: + $ref: '#/components/responses/translateExchangeIdsResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': + description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. + post: + tags: + - users.user.Actions + summary: Invoke action wipeManagedAppRegistrationsByDeviceTag + description: Issues a wipe operation on an app registration with specified device tag. + operationId: users.user.wipeManagedAppRegistrationsByDeviceTag + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/notes': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.ListNotes + 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.noteCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to notes for users + operationId: users.CreateNotes + 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.note' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}': + description: Provides operations to manage the notes property of the microsoft.graph.user entity. + get: + tags: + - users.note + summary: Get notes from users + description: The notes in the user's Notes folder. Read-only. Nullable. + operationId: users.GetNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property notes in users + operationId: users.UpdateNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.note' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property notes for users + operationId: users.DeleteNotes + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - 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}/notes/{note-id}/attachments': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.ListAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to attachments for users + operationId: users.notes.CreateAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}/attachments/{attachment-id}': + description: Provides operations to manage the attachments property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get attachments from users + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + operationId: users.notes.GetAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property attachments for users + operationId: users.notes.DeleteAttachments + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + schema: + type: string + x-ms-docs-key-type: attachment + - 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}/notes/{note-id}/attachments/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.attachments.GetCount-bbea + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession': + description: Provides operations to call the createUploadSession method. + post: + tags: + - users.note + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + operationId: users.user.notes.note.attachments.createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.uploadSession' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.createUploadSession' + - '/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession' + '/users/{user-id}/notes/{note-id}/extensions': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.ListExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.note + summary: Create new navigation property to extensions for users + operationId: users.notes.CreateExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/notes/{note-id}/extensions/{extension-id}': + description: Provides operations to manage the extensions property of the microsoft.graph.note entity. + get: + tags: + - users.note + summary: Get extensions from users + description: The collection of open extensions defined for the note. + operationId: users.notes.GetExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.note + summary: Update the navigation property extensions in users + operationId: users.notes.UpdateExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.note + summary: Delete navigation property extensions for users + operationId: users.notes.DeleteExtensions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - name: extension-id + in: path + description: The unique identifier of extension + required: true + schema: + type: string + x-ms-docs-key-type: extension + - 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}/notes/{note-id}/extensions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.extensions.GetCount-642e + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: note-id + in: path + description: The unique identifier of note + required: true + schema: + type: string + x-ms-docs-key-type: note + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/notes/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.note + summary: Get the number of the resource + operationId: users.notes.GetCount-589b + 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}/notes/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.note + summary: Invoke function delta + description: 'Get a set of note objects that were added, updated, or deleted in the user''s *Notes* folder since the last delta query. A delta function call for notes is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the notes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/note-delta?view=graph-rest-1.0 + operationId: users.user.notes.delta + 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 note type: object properties: value: type: array items: - type: string + $ref: '#/components/schemas/microsoft.graph.note' '@odata.nextLink': type: string nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.getMemberObjects': - description: Provides operations to call the getMemberObjects method. - post: - tags: - - users.user.Actions - summary: Invoke action getMemberObjects - description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 - operationId: users.user.getMemberObjects - 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: Action parameters - content: - application/json: - schema: - type: object - properties: - securityEnabledOnly: - type: boolean - default: false - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - type: string - '@odata.nextLink': + '@odata.deltaLink': type: string nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': - description: Provides operations to call the reminderView method. - get: - tags: - - users.user.Functions - summary: Invoke function reminderView - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 - operationId: users.user.reminderView - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - - name: StartDateTime - in: path - description: 'Usage: StartDateTime=''{StartDateTime}''' - required: true - schema: - type: string - - name: EndDateTime - in: path - description: 'Usage: EndDateTime=''{EndDateTime}''' - required: true - schema: - type: string - nullable: true - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - 2XX: - $ref: '#/components/responses/reminderViewResponse' - default: - $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement': - description: Provides operations to call the removeAllDevicesFromManagement method. - post: - tags: - - users.user.Actions - summary: Invoke action removeAllDevicesFromManagement - description: Retire all devices from management for this user - operationId: users.user.removeAllDevicesFromManagement - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.reprocessLicenseAssignment': - description: Provides operations to call the reprocessLicenseAssignment method. - post: - tags: - - users.user.Actions - summary: Invoke action reprocessLicenseAssignment - description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 - operationId: users.user.reprocessLicenseAssignment - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - 2XX: - $ref: '#/components/responses/reprocessLicenseAssignmentResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.restore': - description: Provides operations to call the restore method. - post: - tags: - - users.user.Actions - summary: Invoke action restore - description: "Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 - operationId: users.user.restore - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - type: object - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore' - - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore' - - '/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.retryServiceProvisioning': - description: Provides operations to call the retryServiceProvisioning method. - post: - tags: - - users.user.Actions - summary: Invoke action retryServiceProvisioning - description: Retry the provisioning of a user object in Microsoft Entra ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 - operationId: users.user.retryServiceProvisioning - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.revokeSignInSessions': - description: Provides operations to call the revokeSignInSessions method. - post: - tags: - - users.user.Actions - summary: Invoke action revokeSignInSessions - description: 'Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 - operationId: users.user.revokeSignInSessions - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - responses: - 2XX: - $ref: '#/components/responses/revokeSignInSessionsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.sendMail': - description: Provides operations to call the sendMail method. - post: - tags: - - users.user.Actions - summary: Invoke action sendMail - description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 - operationId: users.user.sendMail - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/sendMailRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/microsoft.graph.translateExchangeIds': - description: Provides operations to call the translateExchangeIds method. - post: - tags: - - users.user.Actions - summary: Invoke action translateExchangeIds - description: Translate identifiers of Outlook-related resources between formats. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 - operationId: users.user.translateExchangeIds - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' - responses: - 2XX: - $ref: '#/components/responses/translateExchangeIdsResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': - description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. - post: - tags: - - users.user.Actions - summary: Invoke action wipeManagedAppRegistrationsByDeviceTag - description: Issues a wipe operation on an app registration with specified device tag. - operationId: users.user.wipeManagedAppRegistrationsByDeviceTag - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - requestBody: - $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + - '/users/{user-id}/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/targetedMessages/{targetedChatMessage-id}/replies/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}/oauth2PermissionGrants': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: @@ -852408,6 +856016,7 @@ paths: - '/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}/notes/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()' @@ -853062,6 +856671,7 @@ paths: - '/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}/notes/microsoft.graph.delta()' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' @@ -865591,6 +869201,7 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession' + - '/users/{user-id}/notes/{note-id}/attachments/microsoft.graph.createUploadSession' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: @@ -867110,6 +870721,7 @@ paths: - '/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}/notes/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/microsoft.graph.delta()' @@ -867254,6 +870866,7 @@ paths: - '/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}/notes/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()' @@ -868143,6 +871756,7 @@ paths: - '/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}/notes/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()' @@ -868559,6 +872173,11 @@ components: type: string description: The requestor's supplied justification. nullable: true + parameters: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestParameters' + - type: object + nullable: true requestType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestType' @@ -869299,6 +872918,11 @@ components: type: string description: Justification left by the reviewer when they made the decision. nullable: true + permission: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemPermission' + - type: object + nullable: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -869789,6 +873413,14 @@ components: description: The date and time the agent identity was created. Read-only. Inherited from servicePrincipal. format: date-time nullable: true + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -869819,6 +873451,14 @@ components: - title: agentIdentityBlueprintPrincipal type: object properties: + managerApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: 'The collection of application IDs designated as managers of this agent identity blueprint principal''s backing agentIdentityBlueprint. Read-only; the value is server-managed and reflects the managerApplications of the backing agentIdentityBlueprint. To change the managers, an owner or administrator must update the managerApplications property on the backing agentIdentityBlueprint in the tenant where it''s registered. For multitenant agent identity blueprints, admins in a tenant where the blueprint is only consumed can''t make this change — they must ask an owner or administrator in the blueprint''s home tenant. Not nullable. Returned only on $select.' + readOnly: true sponsors: type: array items: @@ -871132,6 +874772,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationBehaviors' - type: object nullable: true + description: 'The set of breaking change behaviors related to token issuance that are configured for the application. Authentication behaviors are unset by default (null) and must be explicitly enabled or disabled. Nullable. Returned only on $select. Requires $select to retrieve. For more information about authentication behaviors, see Manage application authenticationBehaviors.' certification: anyOf: - $ref: '#/components/schemas/microsoft.graph.certification' @@ -872377,6 +876018,104 @@ components: type: string description: Azure Communication Services ID of the user. nullable: true + microsoft.graph.b2bRegistrationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2bRegistrationMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsRecent' + microsoft.graph.b2BRegistrationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BRegistrationMetricsBase + type: object + properties: + inboundTotalUsers: + type: number + format: decimal + outboundTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BRegistrationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.b2BRegistrationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BRegistrationMetricsBase' + - title: b2BRegistrationMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BSignInActivityMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsRecent' + microsoft.graph.b2BSignInActivityMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: b2BSignInActivityMetricsBase + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + inboundMonthlyTotalUsers: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalUsers: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.b2BSignInActivityMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.b2BSignInActivityMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetricsBase' + - title: b2BSignInActivityMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.b2xIdentityUserFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' @@ -872686,6 +876425,68 @@ components: type: string description: Title of the sitePage. nullable: true + microsoft.graph.billingMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.billingMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.billingMetricsRecent' + microsoft.graph.billingMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: billingMetricsBase + type: object + properties: + foreignAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + foreignAssociatedTenantCount: + type: number + format: decimal + foreignAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + localAssociatedTenantBillingManagementActiveCount: + type: number + format: decimal + localAssociatedTenantCount: + type: number + format: decimal + localAssociatedTenantIds: + type: array + items: + type: string + localAssociatedTenantProvisioningActiveCount: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.billingMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.billingMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetricsBase' + - title: billingMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.bitlocker: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -874622,7 +878423,6 @@ components: items: $ref: '#/components/schemas/microsoft.graph.presence' x-ms-navigationProperty: true - description: Represents a container that exposes navigation properties for cloud communications resources. microsoft.graph.cloudFlareWebApplicationFirewallProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' @@ -876467,6 +880267,11 @@ components: type: array items: type: string + governanceMetadata: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true isBlocked: type: boolean lastModifiedDateTime: @@ -876489,6 +880294,16 @@ components: publisher: type: string nullable: true + requestStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestStatus' + - type: object + nullable: true + requestType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.copilotPackageRequestType' + - type: object + nullable: true shortDescription: type: string nullable: true @@ -879583,6 +883398,12 @@ components: $ref: '#/components/schemas/microsoft.graph.companySubscription' description: List of commercial subscriptions that an organization acquired. x-ms-navigationProperty: true + tenantGovernance: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernance' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.directoryAudit: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -883296,6 +887117,84 @@ components: description: Indicates when the insight was created. format: date-time nullable: true + microsoft.graph.governanceInvitation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceInvitation + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + microsoft.graph.governanceRelationship: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRelationship + type: object + properties: + createdType: + $ref: '#/components/schemas/microsoft.graph.relationshipCreationType' + creationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + status: + $ref: '#/components/schemas/microsoft.graph.relationshipStatus' + microsoft.graph.governanceRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: governanceRequest + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + governedTenantId: + type: string + governedTenantName: + type: string + governingTenantId: + type: string + governingTenantName: + type: string + policySnapshot: + $ref: '#/components/schemas/microsoft.graph.relationshipPolicy' + requestDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + status: + $ref: '#/components/schemas/microsoft.graph.requestStatus' + governancePolicyTemplate: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.granularDriveRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.granularRestoreArtifactBase' @@ -883508,6 +887407,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' - type: object nullable: true + description: 'Complex type containing extension attributes 1-15 for the group, synchronized from on-premises Active Directory. Returned only on $select. Supports $filter (eq, ne, not, in).' onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -883810,6 +887710,11 @@ components: type: string description: 'The group type for which the expiration policy applies. Possible values are All, Selected or None.' nullable: true + microsoft.graph.groupResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: groupResource + type: object microsoft.graph.groupSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -888664,6 +892569,52 @@ components: type: boolean description: 'When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE.' description: Entity which represents a connection to Mobile Threat Defense partner. + microsoft.graph.multiTenantApplicationMetrics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetrics + type: object + properties: + initial: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsInitial' + recent: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsRecent' + microsoft.graph.multiTenantApplicationMetricsBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiTenantApplicationMetricsBase + type: object + properties: + inboundMonthlyTotalApplications: + type: number + format: decimal + outboundMonthlyTotalApplications: + type: number + format: decimal + watermarkDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + microsoft.graph.multiTenantApplicationMetricsInitial: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsInitial + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + microsoft.graph.multiTenantApplicationMetricsRecent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetricsBase' + - title: multiTenantApplicationMetricsRecent + type: object + properties: + updateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.multiTenantOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -888879,6 +892830,61 @@ components: description: 'The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + microsoft.graph.note: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: note + type: object + properties: + body: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.itemBody' + - type: object + nullable: true + description: The content of the note. Supports text or html content types. + bodyPreview: + type: string + description: 'Auto-generated preview of the note body content (first ~255 characters, plain text). Read-only.' + nullable: true + readOnly: true + hasAttachments: + type: boolean + description: Indicates whether the note has file attachments. Supports $filter (eq). Read-only. + nullable: true + readOnly: true + isDeleted: + type: boolean + description: Indicates whether the note is soft-deleted. Read-only. + nullable: true + readOnly: true + subject: + type: string + description: 'The title of the note. Supports $filter (eq, ne, startsWith) and $orderby.' + nullable: true + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + description: 'The file attachments for the note. Only inline image attachments (image/png, image/jpeg, image/gif, or image/bmp) are supported, with a maximum size of 3 MB per attachment. Use $expand to retrieve attachments.' + x-ms-navigationProperty: true + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the note. + x-ms-navigationProperty: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the note. + x-ms-navigationProperty: true + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the note. + x-ms-navigationProperty: true microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' @@ -892204,6 +896210,11 @@ components: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' description: The eligibility schedules to activate a just-in-time access. x-ms-navigationProperty: true + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' + x-ms-navigationProperty: true microsoft.graph.privilegedAccessGroupAssignmentSchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessSchedule' @@ -893413,6 +897424,58 @@ components: type: string description: 'Date and time when the response to the Reflect check-in was submitted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time + microsoft.graph.relatedTenant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenant + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + isMicrosoftInfrastructure: + type: boolean + description: Indicates whether this tenant is a Microsoft infrastructure tenant. + readOnly: true + appB2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BRegistrationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2bRegistrationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + b2BSignInActivityMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.b2BSignInActivityMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + billingMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.billingMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + multiTenantApplicationMetrics: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationMetrics' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.relatedTenantsRefreshRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relatedTenantsRefreshRequest + type: object + properties: + location: + type: string microsoft.graph.relyingPartyDetailedSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -894994,7 +899057,6 @@ components: - type: object nullable: true x-ms-navigationProperty: true - description: Security singleton providing access to audit log resources. microsoft.graph.securityReportsRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -898576,6 +902638,83 @@ components: properties: protectionScopes: $ref: '#/components/schemas/microsoft.graph.tenantProtectionScopeContainer' + microsoft.graph.tenantGovernance: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernance + type: object + properties: + governanceInvitations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + x-ms-navigationProperty: true + governancePolicyTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + x-ms-navigationProperty: true + governanceRelationships: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + x-ms-navigationProperty: true + governanceRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + x-ms-navigationProperty: true + relatedTenants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + x-ms-navigationProperty: true + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.tenantGovernanceSetting' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.tenantGovernancePolicyTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernancePolicyTemplate + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + description: + type: string + displayName: + type: string + governedTenantCanTerminate: + type: boolean + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' + version: + type: string + microsoft.graph.tenantGovernanceSetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantGovernanceSetting + type: object + properties: + canReceiveInvitations: + type: boolean + isRelatedTenantsEnabled: + type: boolean microsoft.graph.tenantProtectionScopeContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -900720,6 +904859,12 @@ components: $ref: '#/components/schemas/microsoft.graph.message' description: The messages in a mailbox or folder. Read-only. Nullable. x-ms-navigationProperty: true + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + description: The notes in the user's Notes folder. Read-only. Nullable. + x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: @@ -907369,6 +911514,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: The principals who can request on-behalf-of others. + microsoft.graph.accessPackageAssignmentRequestParameters: + title: accessPackageAssignmentRequestParameters + type: object + properties: + bypassApproval: + type: boolean microsoft.graph.accessPackageAssignmentRequestRequirements: title: accessPackageAssignmentRequestRequirements type: object @@ -907677,10 +911828,44 @@ components: - type: object nullable: true description: Details of the scope this role is associated with. + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + - title: accessReviewInstanceDecisionItemCustomDataProvidedResource + type: object + properties: + customData: + type: string + nullable: true + scopeDisplayName: + type: string + nullable: true + scopeId: + type: string + nullable: true + microsoft.graph.accessReviewInstanceDecisionItemPermission: + title: accessReviewInstanceDecisionItemPermission + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + id: + type: string + nullable: true + type: + type: string + nullable: true microsoft.graph.accessReviewInstanceDecisionItemResource: title: accessReviewInstanceDecisionItemResource type: object properties: + description: + type: string + nullable: true displayName: type: string description: Display name of the resource @@ -908523,6 +912708,17 @@ components: type: string description: 'Specifies the city, country or region where the application''s owning organization is headquartered.' nullable: true + microsoft.graph.applicationResourcePermission: + title: applicationResourcePermission + type: object + properties: + id: + type: string + name: + type: string + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.applicationPermissionType' microsoft.graph.applicationRiskFactorCertificateInfo: title: applicationRiskFactorCertificateInfo type: object @@ -908971,6 +913167,16 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.applicationsRequiredResourceAccess: + title: applicationsRequiredResourceAccess + type: object + properties: + permissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' + resourceAppId: + type: string microsoft.graph.appliedConditionalAccessPolicy: title: appliedConditionalAccessPolicy type: object @@ -910012,12 +914218,19 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + nullable: true + coopEnforcement: + type: boolean + description: 'Indicates whether Cross-Origin-Opener-Policy (COOP) headers are enforced on browser-based authentication responses for the application. Set to true to enable enforcement, false to temporarily suppress enforcement, or null to use the service default. For how-to guidance, see Control Cross-Origin-Opener-Policy enforcement.' nullable: true removeUnverifiedEmailClaim: type: boolean + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true microsoft.graph.authenticationConditions: title: authenticationConditions @@ -913473,6 +917686,36 @@ components: items: $ref: '#/components/schemas/microsoft.graph.unifiedRole' description: The directory roles that the Microsoft partner is assigned in the customer tenant. + microsoft.graph.delegatedAdministrationRoleAssignment: + title: delegatedAdministrationRoleAssignment + type: object + properties: + groupDisplayName: + type: string + nullable: true + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + x-ms-navigationProperty: true + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + title: delegatedAdministrationRoleAssignmentSnapshot + type: object + properties: + groupDisplayName: + type: string + nullable: true + groupId: + type: string + roleTemplates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' microsoft.graph.delegatedAdminRelationshipCustomerParticipant: title: delegatedAdminRelationshipCustomerParticipant type: object @@ -918614,6 +922857,34 @@ components: type: string description: The name of the location the item was moved to. nullable: true + microsoft.graph.multiTenantApplicationsToProvision: + title: multiTenantApplicationsToProvision + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + title: multiTenantApplicationsToProvisionSnapshot + type: object + properties: + appId: + type: string + displayName: + type: string + objectId: + type: string + requiredResourceAccesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: title: multiTenantOrganizationJoinRequestTransitionDetails type: object @@ -920699,6 +924970,21 @@ components: - type: object nullable: true description: Specifies the users and groups included in or excluded from this tenant-level policy scope. + microsoft.graph.policyTipAction: + allOf: + - $ref: '#/components/schemas/microsoft.graph.dlpActionInfo' + - title: policyTipAction + type: object + properties: + complianceUrl: + type: string + nullable: true + matchedConditionsDescription: + type: string + nullable: true + policyTip: + type: string + nullable: true microsoft.graph.policyUserScope: allOf: - $ref: '#/components/schemas/microsoft.graph.policyScopeBase' @@ -922327,6 +926613,29 @@ components: nullable: true relationship: $ref: '#/components/schemas/microsoft.graph.contactRelationship' + microsoft.graph.relationshipPolicy: + title: relationshipPolicy + type: object + properties: + delegatedAdministrationRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + governedTenantCanTerminate: + type: boolean + multiTenantApplicationsToProvision: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' + policyId: + type: string + version: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + readOnly: true microsoft.graph.reminder: title: reminder type: object @@ -923071,6 +927380,14 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceAction' description: Resource Actions each containing a set of allowed and not allowed permissions. description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. + microsoft.graph.roleTemplate: + title: roleTemplate + type: object + properties: + id: + type: string + name: + type: string microsoft.graph.root: title: root type: object @@ -929175,6 +933492,16 @@ components: - requested - unknownFutureValue type: string + microsoft.graph.accessReviewInstanceDecisionItemApplyResult: + title: accessReviewInstanceDecisionItemApplyResult + enum: + - new + - appliedSuccessfully + - appliedWithUnknownFailure + - appliedSuccessfullyButObjectNotFound + - applyNotSupported + - unknownFutureValue + type: string microsoft.graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions: title: accessReviewInstanceDecisionItemFilterByCurrentUserOptions enum: @@ -929599,6 +933926,26 @@ components: - value: blockTextFile description: Block clipboard to transfer Text file name: blockTextFile + microsoft.graph.applicationPermissionType: + title: applicationPermissionType + enum: + - role + - scope + - unknownFutureValue + type: string + x-ms-enum: + name: applicationPermissionType + modelAsString: false + values: + - value: role + description: Represents a type of permission that is for an app only scenario. No user is involved. + name: role + - value: scope + description: Represents a type of permission that is for an app and user scenario. + name: scope + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.applicationType: title: applicationType enum: @@ -931279,6 +935626,60 @@ components: - permanent - unknownFutureValue type: string + microsoft.graph.copilotPackageRequestStatus: + title: copilotPackageRequestStatus + enum: + - pending + - approved + - rejected + - unknownFutureValue + type: string + description: The lifecycle status of a package governance request. + x-ms-enum: + name: copilotPackageRequestStatus + modelAsString: false + values: + - value: pending + description: The request is awaiting a decision. + name: pending + - value: approved + description: The request was approved. + name: approved + - value: rejected + description: The request was rejected. + name: rejected + - value: unknownFutureValue + description: An evolvable sentinel for future request statuses. + name: unknownFutureValue + microsoft.graph.copilotPackageRequestType: + title: copilotPackageRequestType + enum: + - publish + - activate + - access + - update + - unknownFutureValue + type: string + description: The type of a package governance request. + x-ms-enum: + name: copilotPackageRequestType + modelAsString: false + values: + - value: publish + description: A request to publish a package. + name: publish + - value: activate + description: A request to activate a package. + name: activate + - value: access + description: A request to grant package access. + name: access + - value: update + description: A request to update a package. + name: update + - value: unknownFutureValue + description: An evolvable sentinel for future request types. + name: unknownFutureValue microsoft.graph.countryLookupMethodType: title: countryLookupMethodType enum: @@ -932412,6 +936813,7 @@ components: - sPSharingNotifyUser - sPSharingGenerateIncidentReport - restrictWebGrounding + - policyTip type: string microsoft.graph.driftStatus: title: driftStatus @@ -932981,6 +937383,7 @@ components: - quarantined - filteredAsSpam - unknownFutureValue + - recalled type: string microsoft.graph.executionMode: title: executionMode @@ -937104,6 +941507,50 @@ components: - forbidden - unknownFutureValue type: string + microsoft.graph.relationshipCreationType: + title: relationshipCreationType + enum: + - approvedByAdmin + - addOnTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipCreationType + modelAsString: false + values: + - value: approvedByAdmin + description: Represents a relationship between two tenants that was created by an explicit approval from the governed tenant admin. + name: approvedByAdmin + - value: addOnTenant + description: Represents a relationship between the add-on tenant and the tenant from which it was created. + name: addOnTenant + - value: unknownFutureValue + description: This will help in making this enum evolvable and adding more values in the future- + name: unknownFutureValue + microsoft.graph.relationshipStatus: + title: relationshipStatus + enum: + - active + - terminated + - terminationRequestedByGoverningTenant + - unknownFutureValue + type: string + x-ms-enum: + name: relationshipStatus + modelAsString: false + values: + - value: active + description: Represents a relationship that is currently active. + name: active + - value: terminated + description: Represents a relationship that has been terminated. + name: terminated + - value: terminationRequestedByGoverningTenant + description: Represents a relationship that has been requested to be terminated by governing tenant. + name: terminationRequestedByGoverningTenant + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.remindBeforeTimeInMinutesType: title: remindBeforeTimeInMinutesType enum: @@ -937131,6 +941578,30 @@ components: - value: onboarded description: The status reported when the system has successfully exchanged account information with TeamViewer and can now initiate remote assistance sessions with clients name: onboarded + microsoft.graph.requestStatus: + title: requestStatus + enum: + - pending + - accepted + - rejected + - unknownFutureValue + type: string + x-ms-enum: + name: requestStatus + modelAsString: false + values: + - value: pending + description: Represents a governance request that is pending + name: pending + - value: accepted + description: Represents a governance request that was accepted + name: accepted + - value: rejected + description: Represents a governance request that was rejected + name: rejected + - value: unknownFutureValue + description: This will help in making this enum evolable and adding more values in the future- + name: unknownFutureValue microsoft.graph.requiredPasswordType: title: requiredPasswordType enum: @@ -943781,6 +948252,17 @@ components: items: $ref: '#/components/schemas/microsoft.graph.group' x-ms-navigationProperty: true + microsoft.graph.identityGovernance.guestSponsorTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: guestSponsorTrigger + type: object + properties: + minimumRequiredSponsors: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 microsoft.graph.identityGovernance.membershipChangeTrigger: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' @@ -956371,6 +960853,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.noteCollectionResponse: + title: Collection of note + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.note' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.onlineMeetingCollectionResponse: title: Collection of onlineMeeting type: object @@ -960309,6 +964802,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.groupResourceCollectionResponse: + title: Collection of groupResource + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupResource' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.certificateBasedAuthPkiCollectionResponse: title: Collection of certificateBasedAuthPki type: object @@ -961123,6 +965627,61 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.governanceInvitationCollectionResponse: + title: Collection of governanceInvitation + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceInvitation' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + title: Collection of tenantGovernancePolicyTemplate + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplate' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.governanceRelationshipCollectionResponse: + title: Collection of governanceRelationship + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRelationship' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.governanceRequestCollectionResponse: + title: Collection of governanceRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.governanceRequest' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.relatedTenantCollectionResponse: + title: Collection of relatedTenant + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedTenant' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.delegatedAdminCustomerCollectionResponse: title: Collection of delegatedAdminCustomer type: object @@ -967052,6 +971611,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignment + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignment' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvision + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvision' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.timeCardBreakCollectionResponse: title: Collection of microsoft.graph.timeCardBreak type: object @@ -967250,6 +971831,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.applicationResourcePermissionCollectionResponse: + title: Collection of microsoft.graph.applicationResourcePermission + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermission' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.keyCredentialConfigurationCollectionResponse: title: Collection of microsoft.graph.keyCredentialConfiguration type: object @@ -967624,6 +972216,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.roleTemplateCollectionResponse: + title: Collection of microsoft.graph.roleTemplate + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.roleTemplate' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.settingSourceCollectionResponse: title: Collection of microsoft.graph.settingSource type: object @@ -967844,6 +972447,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + title: Collection of microsoft.graph.applicationsRequiredResourceAccess + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccess' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.emailIdentityCollectionResponse: title: Collection of microsoft.graph.emailIdentity type: object @@ -968042,6 +972656,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + title: Collection of microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + title: Collection of microsoft.graph.multiTenantApplicationsToProvisionSnapshot + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshot' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.resourceAccessCollectionResponse: title: Collection of microsoft.graph.resourceAccess type: object @@ -969765,6 +974401,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageCollectionResponse' + microsoft.graph.noteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.noteCollectionResponse' microsoft.graph.onlineMeetingCollectionResponse: description: Retrieved collection content: @@ -971913,6 +976555,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleCollectionResponse' + microsoft.graph.groupResourceCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupResourceCollectionResponse' microsoft.graph.certificateBasedAuthPkiCollectionResponse: description: Retrieved collection content: @@ -972357,6 +977005,36 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMemberCollectionResponse' + microsoft.graph.governanceInvitationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInvitationCollectionResponse' + microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantGovernancePolicyTemplateCollectionResponse' + microsoft.graph.governanceRelationshipCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRelationshipCollectionResponse' + microsoft.graph.governanceRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRequestCollectionResponse' + microsoft.graph.relatedTenantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.relatedTenantCollectionResponse' microsoft.graph.delegatedAdminCustomerCollectionResponse: description: Retrieved collection content: @@ -975591,6 +980269,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntryCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionCollectionResponse' microsoft.graph.timeCardBreakCollectionResponse: description: Retrieved collection content: @@ -975699,6 +980389,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplicationCollectionResponse' + microsoft.graph.applicationResourcePermissionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationResourcePermissionCollectionResponse' microsoft.graph.keyCredentialConfigurationCollectionResponse: description: Retrieved collection content: @@ -975903,6 +980599,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleCollectionResponse' + microsoft.graph.roleTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleTemplateCollectionResponse' microsoft.graph.settingSourceCollectionResponse: description: Retrieved collection content: @@ -976023,6 +980725,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMappingCollectionResponse' + microsoft.graph.applicationsRequiredResourceAccessCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationsRequiredResourceAccessCollectionResponse' microsoft.graph.emailIdentityCollectionResponse: description: Retrieved collection content: @@ -976131,6 +980839,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.publicErrorDetailCollectionResponse' + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedAdministrationRoleAssignmentSnapshotCollectionResponse' + microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantApplicationsToProvisionSnapshotCollectionResponse' microsoft.graph.resourceAccessCollectionResponse: description: Retrieved collection content: @@ -977075,6 +981795,8 @@ components: customExtensionCalloutInstances: - '@odata.type': microsoft.graph.customExtensionCalloutInstance justification: String + parameters: + '@odata.type': microsoft.graph.accessPackageAssignmentRequestParameters requestor: '@odata.type': microsoft.graph.accessPackageSubject requestType: @@ -977286,6 +982008,8 @@ components: insights: - '@odata.type': microsoft.graph.governanceInsight justification: String + permission: + '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemPermission principal: '@odata.type': microsoft.graph.identity principalLink: String @@ -977428,6 +982152,8 @@ components: value: agentIdentityBlueprintId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprint: @@ -977438,6 +982164,8 @@ components: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentIdentityBlueprintPrincipal: value: + managerApplications: + - 00000000-0000-0000-0000-000000000000 sponsors: - '@odata.type': microsoft.graph.directoryObject microsoft.graph.agentUser: @@ -978219,6 +982947,42 @@ components: microsoft.graph.azureCommunicationServicesUserConversationMember: value: azureCommunicationServicesId: String + microsoft.graph.b2bRegistrationMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BRegistrationMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BRegistrationMetricsRecent + microsoft.graph.b2BRegistrationMetricsBase: + value: + inboundTotalUsers: '0' + outboundTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BRegistrationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetrics: + value: + initial: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsInitial + recent: + '@odata.type': microsoft.graph.b2BSignInActivityMetricsRecent + microsoft.graph.b2BSignInActivityMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + inboundMonthlyTotalUsers: '0' + outboundMonthlyTotalApplications: '0' + outboundMonthlyTotalUsers: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.b2BSignInActivityMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.b2xIdentityUserFlow: value: apiConnectorConfiguration: @@ -978318,6 +983082,29 @@ components: publishingState: '@odata.type': microsoft.graph.publicationFacet title: String + microsoft.graph.billingMetrics: + value: + initial: + '@odata.type': microsoft.graph.billingMetricsInitial + recent: + '@odata.type': microsoft.graph.billingMetricsRecent + microsoft.graph.billingMetricsBase: + value: + foreignAssociatedTenantBillingManagementActiveCount: '0' + foreignAssociatedTenantCount: '0' + foreignAssociatedTenantProvisioningActiveCount: '0' + localAssociatedTenantBillingManagementActiveCount: '0' + localAssociatedTenantCount: '0' + localAssociatedTenantIds: + - String + localAssociatedTenantProvisioningActiveCount: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.billingMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.bitlocker: value: recoveryKeys: @@ -979482,6 +984269,8 @@ components: displayName: String elementTypes: - String + governanceMetadata: + '@odata.type': microsoft.graph.Json isBlocked: 'true' lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' manifestId: String @@ -979489,6 +984278,10 @@ components: ownerId: String platform: String publisher: String + requestStatus: + '@odata.type': microsoft.graph.copilotPackageRequestStatus + requestType: + '@odata.type': microsoft.graph.copilotPackageRequestType shortDescription: String supportedHosts: - String @@ -980418,6 +985211,8 @@ components: - '@odata.type': microsoft.graph.remoteTenantGroup subscriptions: - '@odata.type': microsoft.graph.companySubscription + tenantGovernance: + '@odata.type': microsoft.graph.tenantGovernance microsoft.graph.directoryAudit: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -981572,6 +986367,41 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.governanceInvitation: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + microsoft.graph.governanceRelationship: + value: + createdType: + '@odata.type': microsoft.graph.relationshipCreationType + creationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + status: + '@odata.type': microsoft.graph.relationshipStatus + microsoft.graph.governanceRequest: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + governancePolicyTemplate: + '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governedTenantId: String + governedTenantName: String + governingTenantId: String + governingTenantName: String + policySnapshot: + '@odata.type': microsoft.graph.relationshipPolicy + requestDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.requestStatus microsoft.graph.granularDriveRestoreArtifact: value: directoryObjectId: String @@ -981720,6 +986550,8 @@ components: alternateNotificationEmails: String groupLifetimeInDays: '0' managedGroupTypes: String + microsoft.graph.groupResource: + value: { } microsoft.graph.groupSetting: value: displayName: String @@ -983172,6 +988004,23 @@ components: partnerUnsupportedOsVersionBlocked: 'true' windowsDeviceBlockedOnMissingPartnerData: 'true' windowsEnabled: 'true' + microsoft.graph.multiTenantApplicationMetrics: + value: + initial: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsInitial + recent: + '@odata.type': microsoft.graph.multiTenantApplicationMetricsRecent + microsoft.graph.multiTenantApplicationMetricsBase: + value: + inboundMonthlyTotalApplications: '0' + outboundMonthlyTotalApplications: '0' + watermarkDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsInitial: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.multiTenantApplicationMetricsRecent: + value: + updateDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.multiTenantOrganization: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -983239,6 +988088,22 @@ components: displayName: String id: String (identifier) modifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.note: + value: + attachments: + - '@odata.type': microsoft.graph.attachment + body: + '@odata.type': microsoft.graph.itemBody + bodyPreview: String + extensions: + - '@odata.type': microsoft.graph.extension + hasAttachments: 'true' + isDeleted: 'true' + multiValueExtendedProperties: + - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty + singleValueExtendedProperties: + - '@odata.type': microsoft.graph.singleValueLegacyExtendedProperty + subject: String microsoft.graph.notebook: value: isDefault: 'true' @@ -984274,6 +989139,8 @@ components: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest eligibilitySchedules: - '@odata.type': microsoft.graph.privilegedAccessGroupEligibilitySchedule + resources: + - '@odata.type': microsoft.graph.groupResource microsoft.graph.privilegedAccessGroupAssignmentSchedule: value: accessId: @@ -984619,6 +989486,23 @@ components: responseFeedback: '@odata.type': microsoft.graph.responseFeedbackType submitDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.relatedTenant: + value: + appB2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + b2BRegistrationMetrics: + '@odata.type': microsoft.graph.b2bRegistrationMetrics + b2BSignInActivityMetrics: + '@odata.type': microsoft.graph.b2BSignInActivityMetrics + billingMetrics: + '@odata.type': microsoft.graph.billingMetrics + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + isMicrosoftInfrastructure: 'true' + multiTenantApplicationMetrics: + '@odata.type': microsoft.graph.multiTenantApplicationMetrics + microsoft.graph.relatedTenantsRefreshRequest: + value: + location: String microsoft.graph.relyingPartyDetailedSummary: value: failedSignInCount: '0' @@ -986151,6 +991035,36 @@ components: value: protectionScopes: '@odata.type': microsoft.graph.tenantProtectionScopeContainer + microsoft.graph.tenantGovernance: + value: + governanceInvitations: + - '@odata.type': microsoft.graph.governanceInvitation + governancePolicyTemplates: + - '@odata.type': microsoft.graph.tenantGovernancePolicyTemplate + governanceRelationships: + - '@odata.type': microsoft.graph.governanceRelationship + governanceRequests: + - '@odata.type': microsoft.graph.governanceRequest + relatedTenants: + - '@odata.type': microsoft.graph.relatedTenant + settings: + '@odata.type': microsoft.graph.tenantGovernanceSetting + microsoft.graph.tenantGovernancePolicyTemplate: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignment + description: String + displayName: String + governedTenantCanTerminate: 'true' + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvision + version: String + microsoft.graph.tenantGovernanceSetting: + value: + canReceiveInvitations: 'true' + isRelatedTenantsEnabled: 'true' microsoft.graph.tenantProtectionScopeContainer: value: { } microsoft.graph.tenantRelationship: @@ -986742,6 +991656,8 @@ components: - '@odata.type': microsoft.graph.message mobilePhone: String mySite: String + notes: + - '@odata.type': microsoft.graph.note oauth2PermissionGrants: - '@odata.type': microsoft.graph.oAuth2PermissionGrant officeLocation: String @@ -988722,6 +993638,9 @@ components: enableTargetsToSelfUpdateAccess: 'true' onBehalfRequestors: - '@odata.type': microsoft.graph.subjectSet + microsoft.graph.accessPackageAssignmentRequestParameters: + value: + bypassApproval: 'true' microsoft.graph.accessPackageAssignmentRequestRequirements: value: allowCustomAssignmentSchedule: 'true' @@ -988825,8 +993744,20 @@ components: value: scope: '@odata.type': microsoft.graph.accessReviewInstanceDecisionItemResource + microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource: + value: + customData: String + scopeDisplayName: String + scopeId: String + microsoft.graph.accessReviewInstanceDecisionItemPermission: + value: + description: String + displayName: String + id: String + type: String microsoft.graph.accessReviewInstanceDecisionItemResource: value: + description: String displayName: String id: String type: String @@ -989120,6 +994051,12 @@ components: value: dataCenter: String headquarters: String + microsoft.graph.applicationResourcePermission: + value: + id: String + name: String + type: + '@odata.type': microsoft.graph.applicationPermissionType microsoft.graph.applicationRiskFactorCertificateInfo: value: hasBadCommonName: 'true' @@ -989253,6 +994190,11 @@ components: '@odata.type': microsoft.graph.application servicePrincipal: '@odata.type': microsoft.graph.servicePrincipal + microsoft.graph.applicationsRequiredResourceAccess: + value: + permissions: + - '@odata.type': microsoft.graph.applicationResourcePermission + resourceAppId: String microsoft.graph.appliedConditionalAccessPolicy: value: displayName: String @@ -989587,6 +994529,7 @@ components: microsoft.graph.authenticationBehaviors: value: blockAzureADGraphAccess: 'true' + coopEnforcement: 'true' removeUnverifiedEmailClaim: 'true' requireClientServicePrincipal: 'true' microsoft.graph.authenticationConditions: @@ -990798,6 +995741,19 @@ components: value: unifiedRoles: - '@odata.type': microsoft.graph.unifiedRole + microsoft.graph.delegatedAdministrationRoleAssignment: + value: + group: + '@odata.type': microsoft.graph.group + groupDisplayName: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate + microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot: + value: + groupDisplayName: String + groupId: String + roleTemplates: + - '@odata.type': microsoft.graph.roleTemplate microsoft.graph.delegatedAdminRelationshipCustomerParticipant: value: displayName: String @@ -992440,6 +997396,20 @@ components: value: from: String to: String + microsoft.graph.multiTenantApplicationsToProvision: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess + microsoft.graph.multiTenantApplicationsToProvisionSnapshot: + value: + appId: String + displayName: String + objectId: String + requiredResourceAccesses: + - '@odata.type': microsoft.graph.applicationsRequiredResourceAccess microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: value: desiredMemberState: @@ -993122,6 +998092,11 @@ components: value: policyScope: '@odata.type': microsoft.graph.policyBinding + microsoft.graph.policyTipAction: + value: + complianceUrl: String + matchedConditionsDescription: String + policyTip: String microsoft.graph.policyUserScope: value: { } microsoft.graph.positiveReinforcementNotification: @@ -993632,6 +998607,15 @@ components: mobilePhone: String relationship: '@odata.type': microsoft.graph.contactRelationship + microsoft.graph.relationshipPolicy: + value: + delegatedAdministrationRoleAssignments: + - '@odata.type': microsoft.graph.delegatedAdministrationRoleAssignmentSnapshot + governedTenantCanTerminate: 'true' + multiTenantApplicationsToProvision: + - '@odata.type': microsoft.graph.multiTenantApplicationsToProvisionSnapshot + policyId: String + version: '0' microsoft.graph.reminder: value: changeKey: String @@ -993875,6 +998859,10 @@ components: value: resourceActions: - '@odata.type': microsoft.graph.resourceAction + microsoft.graph.roleTemplate: + value: + id: String + name: String microsoft.graph.root: value: { } microsoft.graph.rotateBitLockerKeysDeviceActionResult: @@ -996566,6 +1001554,9 @@ components: value: groups: - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.guestSponsorTrigger: + value: + minimumRequiredSponsors: '0' microsoft.graph.identityGovernance.membershipChangeTrigger: value: changeType: @@ -1000195,6 +1005186,8 @@ tags: x-ms-docs-toc-type: page - name: directory.companySubscription x-ms-docs-toc-type: page + - name: directory.tenantGovernance + x-ms-docs-toc-type: page - name: directoryObjects.directoryObject x-ms-docs-toc-type: page - name: directoryObjects.directoryObject.Actions @@ -1000461,6 +1005454,8 @@ tags: x-ms-docs-toc-type: container - name: me.user.Functions x-ms-docs-toc-type: container + - name: me.note + x-ms-docs-toc-type: page - name: me.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: me.onenote @@ -1000877,6 +1005872,8 @@ tags: x-ms-docs-toc-type: container - name: users.user.Functions x-ms-docs-toc-type: container + - name: users.note + x-ms-docs-toc-type: page - name: users.oAuth2PermissionGrant x-ms-docs-toc-type: page - name: users.onenote