Small Improvements · Example Payload

Getcompanyusersusingget Example

GET /v2/companies/{companyId}/users

companies-resource

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