UserSearchResult Data Type

Properties
name data type description
id string
username string
type string
title string
thumbnailLink Link

Example

{
  "id" : "...",
  "username" : "...",
  "type" : "...",
  "title" : "...",
  "thumbnailLink" : {
    "href" : "..."
  }
}