freeBusyError resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents error information from attempting to get the availability of a user, distribution list, or resource.

Properties

Property Type Description
message String Describes the error.
responseCode String The response code from querying for the availability of the user, distribution list, or resource.

JSON representation

The following is a JSON representation of the resource.

{
  "message": "String",
  "responseCode": "String"
}