Axway · Schema

com.appcelerator.platform.org.user.remove

Published when a user is removed/uninvited from an organization.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-comappceleratorplatformorguserremove-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/com.appcelerator.platform.org.user.remove",
  "title": "com.appcelerator.platform.org.user.remove",
  "type": "object",
  "description": "Published when a user is removed/uninvited from an organization.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    },
    {
      "$ref": "#/components/schemas/EventDataUser"
    }
  ]
}