Usage of users/moderators
Discussion
Gets those users on a site who can exercise moderation powers.
Note, employees of Stack Overflow will be returned if they have been granted moderation powers on a site even if they have never been appointed or elected explicitly. This method checks abilities, not the manner in which they were obtained.
Parameters
- filter – String that must appear in returned users' names
- string
- fromdate – Unix timestamp of the minimum creation date on a returned item.
- unix epoch date, range [0, 253,402,300,799]
- max – Maximum of the range to include in the current sort.
- an integer, a unix epoch date, or a string
- min – Minimum of the range to include in the current sort.
- an integer, a unix epoch date, or a string
- order – How the current sort should be ordered.
- one of desc (default), or asc
- page – The pagination offset for the current collection. Affected by the specified pagesize.
- 32-bit signed integer
- pagesize – The number of collection results to display during pagination. Should be between 0 and 100 inclusive.
- 32-bit signed integer
- sort – How a collection should be sorted.
- one of reputation (default), creation, or name
- todate – Unix timestamp of the maximum creation date on a returned item.
- unix epoch date, range [0, 253,402,300,799]