GET
/admin/quota/groupsList available quota groups
Lists the quota groups available to the administrative API. Each group includes its name and the quota rules associated with it, including rule limits and affected subjects. Access is restricted to administrative callers.
200Returns an array of quota groups, each containing its name and associated rules with their limits, names, and affected subjects.
namestringoptional
Name of the group
rulesarray<object>optional
Rules associated with the group
403Returned when the authenticated user is not permitted to list quota groups.
messagestringoptional
urlstringoptional
Error handling
A 403 is returned when the authenticated user does not have permission to view quota groups. The request takes no input parameters.