name | data type | constraints | description |
---|---|---|---|
result | array of UserSearchResult | ||
totalSize | number | required |
Example
{ "result" : [ { "id" : "...", "username" : "...", "type" : "...", "title" : "...", "thumbnailLink" : { "href" : "..." } }, { "id" : "...", "username" : "...", "type" : "...", "title" : "...", "thumbnailLink" : { "href" : "..." } } ], "totalSize" : 12345 }