UsersQuerySearchResults Data Type

Properties
name data type description
result array of UserSearchResult
totalSize number

Example

{
  "result" : [ {
    "id" : "...",
    "username" : "...",
    "type" : "...",
    "title" : "...",
    "thumbnailLink" : {
      "href" : "..."
    }
  }, {
    "id" : "...",
    "username" : "...",
    "type" : "...",
    "title" : "...",
    "thumbnailLink" : {
      "href" : "..."
    }
  } ],
  "totalSize" : 12345
}