curl -sS 'https://matrix.example.com/_synapse/admin/v1/users/@alice:example.com/override_ratelimit' -H "Authorization: Bearer $ACCESS_TOKEN"

Category: Matrix & Synapse

curl -sS 'https://matrix.example.com/_synapse/admin/v1/users/@alice:example.com/override_ratelimit' -H "Authorization: Bearer $ACCESS_TOKEN"

Show a user's rate limit override

Returns the custom rate limit for the user as messages_per_second and burst_count, or an empty object if none is set. Rate limits throttle how many requests a client can make, protecting the server from floods. Read this before changing anything so you can restore the previous value later. The POST variant applies a new limit.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.