Axway · JSON Structure

Amplify Platform Marketplace.User.Remove Structure

Published when a consumer organization user is deleted.

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

marketplace.user.remove is a JSON Structure definition published by Axway, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

guid name orgs

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "marketplace.user.remove",
  "description": "Published when a consumer organization user is deleted.",
  "type": "object",
  "properties": {
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    },
    "orgs": {
      "type": "array",
      "description": "Array of orgs the user was a member of",
      "items": {
        "type": "object",
        "properties": {
          "guid": {
            "$ref": "#/components/schemas/Org/properties/guid"
          },
          "name": {
            "$ref": "#/components/schemas/Org/properties/name"
          },
          "org_id": {
            "$ref": "#/components/schemas/Org/properties/org_id"
          }
        }
      },
      "example": [
        {
          "guid": {},
          "name": {},
          "org_id": {}
        }
      ]
    }
  }
}