Small Improvements · Example Payload

Sendwelcomemailusingpost Example

POST /v2/users/{userId}/mail/welcome

users-resource

Sendwelcomemailusingpost 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": "sendWelcomeMail",
  "operationId": "sendWelcomeMailUsingPOST",
  "method": "POST",
  "path": "/v2/users/{userId}/mail/welcome",
  "tags": [
    "users-resource"
  ],
  "description": "POST /v2/users/{userId}/mail/welcome",
  "parameters": {
    "userId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}