Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.07 KB

File metadata and controls

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

driveRecipient resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Relationships

None.

JSON representation

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