RootQueryToUserConnectionWhereArgs
InputArguments for filtering the RootQueryToUserConnection connection
Fields
Array of userIds to exclude.
Pass an array of post types to filter results to users who have published posts in those post types.
Array of userIds to include.
The user login.
An array of logins to include. Users matching one of these logins will be included in results.
An array of logins to exclude. Users matching one of these logins will not be included in results.
The user nicename.
An array of nicenames to include. Users matching one of these nicenames will be included in results.
An array of nicenames to exclude. Users matching one of these nicenames will not be included in results.
What parameter to use to order the objects by.
An array of role names that users must match to be included in results. Note that this is an inclusive list: users must match *each* role.
An array of role names. Matched users must have at least one of these roles.
An array of role names to exclude. Users matching one or more of these roles will not be included in results.
Search keyword. Searches for possible string matches on columns. When "searchColumns" is left empty, it tries to determine which column to search in based on search string.
Array of column names to be searched. Accepts 'ID', 'login', 'nicename', 'email', 'url'.