oneNoteIdentity 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.
Support coming soon
The OneNoteIdentity type represents an identity of a user.
In future, this type is merged with identity
JSON representation
The following JSON representation shows the resource type.
{
"displayName": "string",
"id": "string"
}
Properties
Property | Type | Description |
---|---|---|
displayName | string | The identity's display name. |
id | string | Unique identifier for the identity. |