APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgsremove Outside Collaborator Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgsremove Outside Collaborator 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": "orgs/remove-outside-collaborator",
  "method": "DELETE",
  "path": "/orgs/{org}/outside_collaborators/{username}",
  "summary": "APIs.io Engineering Platform Remove outside collaborator from an organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "422",
      "contentType": "application/json",
      "name": "response-if-user-is-a-member-of-the-organization",
      "example": {
        "message": "You cannot specify an organization member to remove as an outside collaborator.",
        "documentation_url": "https://docs.github.com/enterprise-server@3.9/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization"
      }
    }
  ]
}