Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.21 KB

identity.md

File metadata and controls

33 lines (25 loc) · 2.21 KB

Identity resource

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

JSON representation

{
  "id": "string",
  "displayName": "string",
  "thumbnails": { "@odata.type": "oneDrive.thumbnailSet" }
}

Properties

Property name Type Description
id string Unique identifier for the identity.
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, OneDrive may show the new value in a future response, but the items associated with the user won't show up as having changed in view.delta
thumbnails ThumbnailSet A collection of thumbnail images that represents this identity. Profile photos are returned for people, icons are returned for other identity types.