Axway · Example Payload

Amplify Platform Com.Appcelerator.Platform.Org.User.Create Example

API ManagementEnterpriseIntegrationSecurity

Amplify Platform Com.Appcelerator.Platform.Org.User.Create Example is an example object payload from Axway, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idprolerolesuser_activateduser_active

Example Payload

Raw ↑
{
  "idp": {
    "id": {},
    "name": {}
  },
  "role": "administrator",
  "roles": [
    {}
  ],
  "user_activated": "example_value",
  "user_active": "example_value"
}