Small Improvements · Example Payload

Searchforwicketusingget Example

GET /v2/users/search-wicket

users-resource

Searchforwicketusingget Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "searchForWicket",
  "operationId": "searchForWicketUsingGET",
  "method": "GET",
  "path": "/v2/users/search-wicket",
  "tags": [
    "users-resource"
  ],
  "description": "GET /v2/users/search-wicket",
  "parameters": {
    "companyId": "<value>",
    "includeGuests": "<value>",
    "showDeactivated": "<value>",
    "term": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}