| 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 |
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.
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). |
| 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. |
None.
{
"email": "string",
"alias": "string",
"objectId": "string",
}