Checks how many typing patterns were previously recorded for a certain user and returns that number.

post/api/checkuser

Query parameters

useridstring required

An id of the owner of various typing patterns.

Response

Returns the count (number of patterns) recorded for that particular user.

Changes