Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.45 KB

identity.md

File metadata and controls

47 lines (38 loc) · 2.45 KB
author ms.author ms.date title ms.localizationpriority
JeremyKelley
JeremyKe
09/10/2017
Identity - OneDrive API
Medium

Identity resource type

The Identity resource represents an identity of an actor. For example, an actor can be a user, device, or application.

JSON representation

{
  "displayName": "string",
  "id": "string",
  "thumbnails": [{ "@odata.type": "microsoft.graph.thumbnailSet" }]
}

Properties

Property Type Description
displayName String The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
id String Unique identifier for the identity.

Remarks

In some circumstances, the unique identifier for the actor may not be available. In this case, the displayName property for the identity will be returned, but the id property will be missing from the resource.