MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=emailauthorization-getauthorized

(main | emailauthorization-getauthorized)
  • This module requires read rights.
  • Source: Email Authorization
  • License: MIT

Return all authorized email addresses and domains, including users for authorized addresses.

Specific parameters:
Other general parameters are available.
draw

Value to include in response. Used to maintain ordering.

This parameter is required.
Type: integer
offset

Number of records to skip before adding them to result set.

Type: integer
The value must be no less than 0.
Default: 0
limit

Maximum number of results to return.

Type: integer or max
The value must be between 1 and 500.
Default: 10
search

Specify to only return results containing this string.

Default: (empty)
order

Pipe-delimited list of integer-indexed ordering options.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
Default: (empty)
columns

Pipe-delimited list of column identifiers in output table.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
Default: email|userNames|realNames|userPages
Example:
Query for first ten authorized email addresses and domains, ordered by address.
api.php?action=emailauthorization-getauthorized&draw=1 [open in sandbox]