UserService

GetUserStats returns statistics for a specific user.

get/api/v1/users/{user}:getStats

Path parameters

userstring required

The user id.

Response

OK

namestring

The resource name of the user whose stats these are. Format: users/{user}

memoDisplayTimestampsstring[]

The timestamps when the memos were displayed.

tagCountobject

The count of tags.

pinnedMemosstring[]

The pinned memos of the user.

totalMemoCountinteger

Total memo count.

Changes