Small Improvements · Example Payload

Getcompanyminiusersusingget Example

GET /v2/companies/{companyId}/mini-users

companies-resource

Getcompanyminiusersusingget 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": "getCompanyMiniUsers",
  "operationId": "getCompanyMiniUsersUsingGET",
  "method": "GET",
  "path": "/v2/companies/{companyId}/mini-users",
  "tags": [
    "companies-resource"
  ],
  "description": "GET /v2/companies/{companyId}/mini-users",
  "parameters": {
    "companyId": "<value>",
    "includeGuests": "<value>",
    "showLocked": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}