Axway · Example Payload

Amplify Platform Platform.Org.User.Role.Update Example

API ManagementEnterpriseIntegrationSecurity

Amplify Platform Platform.Org.User.Role.Update 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

added_roleschangesprevious_roleremoved_rolesrole

Example Payload

Raw ↑
{
  "added_roles": [
    "administrator"
  ],
  "changes": [
    {
      "a": 0,
      "k": "example_value",
      "o": "example_value",
      "v": "example_value"
    }
  ],
  "previous_role": "administrator",
  "removed_roles": [
    "administrator"
  ],
  "role": "administrator"
}