Small Improvements · Example Payload

Getgoogleappsusingget Example

GET /v2/user-import-configurations/GOOGLE_APPS

user-import-configuration-resource

Getgoogleappsusingget 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": "getGoogleApps",
  "operationId": "getGoogleAppsUsingGET",
  "method": "GET",
  "path": "/v2/user-import-configurations/GOOGLE_APPS",
  "tags": [
    "user-import-configuration-resource"
  ],
  "description": "GET /v2/user-import-configurations/GOOGLE_APPS",
  "parameters": {
    "company": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}