| title | identityInput resource type |
|---|---|
| description | Represents a person, group, or other recipient used as input to resolve identities during creation. |
| author | spgraph-docs-team |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 10/09/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a person, group, or other recipient used as input to resolve identities during creation.
| Property | Type | Description |
|---|---|---|
| alias | String | The alias of the identity. |
| String | The email of the identity. | |
| objectId | String | The unique object ID assigned to the identity in Microsoft Entra ID. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityInput",
"alias": "String",
"email": "String",
"objectId": "String"
}