Axway · Example Payload

Amplify Platform Team Example

example_value

Amplify Platform Team Example is an example object payload from Axway, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_idcreateddefaultdescguidnameorg_guidtagsupdatedusers

Example Payload

Raw ↑
{
  "_id": "507f1f77bcf86cd799439011",
  "created": "2026-04-21T00:00:00Z",
  "default": true,
  "desc": "example_value",
  "guid": "example_value",
  "name": "Example Name",
  "org_guid": "example_value",
  "tags": [
    "example_value"
  ],
  "updated": "2026-04-21T00:00:00Z",
  "users": [
    {
      "guid": "example_value",
      "roles": [
        "consumer"
      ],
      "type": "user"
    }
  ]
}