APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminupdate Username For User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminupdate Username For 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/update-username-for-user",
  "method": "PATCH",
  "path": "/admin/users/{username}",
  "summary": "APIs.io Engineering Platform Update the username for a user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "login": "thenewmonalisa"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "name": "default",
      "example": {
        "message": "Job queued to rename user. It may take a few minutes to complete.",
        "url": "https://api.github.com/user/1"
      }
    }
  ]
}