Skip to content

user.getTopTags

Returns a list of all the tags used by the user.

Usage

client.user.getTopTags({ username, limit? })

Parameters

ParamTypeRequiredDescription
usernamestring The name of the user.
limitnumber The number of results to fetch per page. Defaults to 50.