SharingInvitation 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.

The SharingInvitation resource groups invitation-related data items into a single structure.

JSON representation

The following JSON representation shows the resource type.

{
  "email": "string",
  "invitedBy": {"@odata.type": "microsoft.graph.identitySet" },
  "signInRequired": true
}

Properties

Property Type Description
email String The email address provided for the recipient of the sharing invitation. Read-only.
invitedBy identitySet Provides information about who sent the invitation that created this permission, if that information is available. Read-only.
signInRequired Boolean If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.

Remarks

For more information about the facets on a DriveItem, see DriveItem.