APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminset Information For Provisioned Enterprise G Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminset Information For Provisioned Enterprise G 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/set-information-for-provisioned-enterprise-group",
  "method": "PUT",
  "path": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}",
  "summary": "APIs.io Engineering Platform Set SCIM information for a provisioned enterprise group",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "group",
      "example": {
        "schemas": [
          "urn:ietf:params:scim:schemas:core:2.0:Group"
        ],
        "externalId": "8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159",
        "displayName": "Engineering"
      }
    },
    {
      "contentType": "application/json",
      "name": "groupWithMembers",
      "example": {
        "schemas": [
          "urn:ietf:params:scim:schemas:core:2.0:Group"
        ],
        "externalId": "8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159",
        "displayName": "Engineering",
        "members": [
          {
            "value": "879db59-3bdf-4490-ad68-ab880a2694745",
            "displayName": "User 1"
          },
          {
            "value": "0db508eb-91e2-46e4-809c-30dcbda0c685",
            "displayName": "User 2"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}