context |
(string) |
- display:
- (default) Formats the output as HTML for display. Shortcodes are parsed, paragraph tags are added, etc..
- edit:
- Formats the output for editing. Shortcodes are left unparsed, significant whitespace is kept, etc..
|
http_envelope |
(bool) |
- false:
- (default)
- true:
- Some environments (like in-browser JavaScript or Flash) block or divert responses with a non-200 HTTP status code. Setting this parameter will force the HTTP status code to always be 200. The JSON response is wrapped in an "envelope" containing the "real" HTTP status code and headers.
|
pretty |
(bool) |
- false:
- (default)
- true:
- Output pretty JSON
|
meta |
(string) |
Optional. Loads data from the endpoints found in the 'meta' part of the response. Comma-separated list. Example: meta=site,likes |
fields |
(string) |
Optional. Returns specified fields only. Comma-separated list. Example: fields=ID,title |
callback |
(string) |
An optional JSONP callback function. |
number |
(int) |
Limit the total number of authors returned. Default: 20. |
offset |
(int) |
The first n authors to be skipped in the returned array. |
order |
(string) |
- DESC:
- (default) Return authors in descending order.
- ASC:
- Return authors in ascending order.
|
order_by |
(string) |
- ID:
- (default) Order by ID (default).
- login:
- Order by username.
- nicename:
- Order by nicename.
- email:
- Order by author email address.
- url:
- Order by author URL.
- registered:
- Order by registered date.
- display_name:
- Order by display name.
- post_count:
- Order by number of posts published.
|
authors_only |
(bool) |
Set to true to fetch authors only |
include_viewers |
(bool) |
Set to true to include viewers for Simple sites. When you pass in this parameter, order, order_by and search_columns are ignored. Currently, `search` is limited to the first page of results. |
type |
(string) |
Specify the post type to query authors for. Only works when combined with the `authors_only` flag. Defaults to 'post'. Post types besides post and page need to be whitelisted using the rest_api_allowed_post_types filter. |
search |
(string) |
Find matching users. |
search_columns |
(array) |
Specify which columns to check for matching users. Can be any of 'ID', 'user_login', 'user_email', 'user_url', 'user_nicename', and 'display_name'. Only works when combined with `search` parameter. |
role |
(string) |
Specify a specific user role to fetch. |