Exchange Web Services (EWS) is a legacy protocol that has been in usage since Exchange Server 2007. Microsoft announced that there will not be any active investment in EWS APIs for Exchange Online. recommended to migrate your EWS apps that access Exchange Online to Microsoft Graph.

Microsoft Graph offers improvements over EWS in terms of security, simplicity, and efficiency. Switch to Microsoft Graph to take advantage of these improvements, all through one single endpoint.

Methods

Method Return Type Description
Create category educationCategory Create a new educationCategory.
Get educationCategory educationCategory Get an existing educationCategory.
Delete category None Remove an educationCategory.
Get delta educationCategory collection Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection.

JSON codes

{
  "displayName": "String",
  "id": "String (identifier)"
}