APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminsuspend User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminsuspend User Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "enterprise-admin/suspend-user",
  "method": "PUT",
  "path": "/users/{username}/suspended",
  "summary": "APIs.io Engineering Platform Suspend a user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "reason",
      "example": {
        "reason": "Suspended during leave of absence."
      }
    }
  ],
  "responseExamples": []
}