Your account, roles and quota
mc_profile.RdReturns the account the token belongs to. Since almost every other endpoint requires authentication, this is the call to make when you want to know whether a token works.
Value
A tibble with one row: id, username, is_staff,
is_superuser, groups (a list column), and the quota columns
quota_provider, quota_hits, quota_week and quota_limit.
Details
Quota is counted per week and per provider. Endpoints do not all
cost the same: a story list or count costs one hit, mc_languages() two,
and mc_words(), mc_attention_by_source() and mc_count_by_source()
four.