users

(optional authentication) Searches users.

This endpoint will retrieve the search results for users.

<h3><strong>TIP: You can prefix your search with "id:" to search for a user with a specific ID.</strong></h3>
get/users/search

Query parameters

querystring

The search query.

pagestring

The next page or group of objects to fetch. The default value is 1.

Response

Successful Kurozora JSON response

object required

Example response

{
  "meta": {
    "version": "1.0.8",
    "queryCount": 0,
    "isUserAuthenticated": false,
    "authenticatedUserID": null
  }
}

Changes