Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.99 KB

File metadata and controls

50 lines (40 loc) · 1.99 KB
author spgraph-docs-team
ms.date 09/10/2017
title driveRecipient resource type
ms.localizationpriority medium
ms.subservice sharepoint
description Represents a person, group, or other recipient to share with using the invite action.
doc_type resourcePageType

driveRecipient resource type

Namespace: microsoft.graph

Represents a person, group, or other recipient to share a drive item with using the invite action.

When using invite to add permissions, the driveRecipient object would specify the email, alias, or objectId of the recipient. Only one of these values is required; multiple values are not accepted.

Properties

The recipients resource has these properties.

Property name Type Description
alias String The alias of the domain object, for cases where an email address is unavailable (for example, security groups).
email String The email address for the recipient, if the recipient has an associated email address.
objectId String The unique identifier for the recipient in the directory.

JSON representation

{
  "alias": "string",
  "email": "string",
  "objectId": "string",
}