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 statistics singleton.
Format: users/{user}/stats
tagCountobject
The count of tags.
memoCreatedTimestampsstring[]
The creation timestamps of the user's memos.
memoUpdatedTimestampsstring[]
The latest update timestamps of the user's memos (one per memo,
mirrors memo_created_timestamps). Used by the activity heatmap when
the client's view is set to update_time basis.