Axway · JSON Structure

Amplify Platform Platform.Team.User.Add Structure

Published when a user or client is added to a team.

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

platform.team.user.add 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

roles team_guid team_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.team.user.add",
  "description": "Published when a user or client is added to a team.",
  "type": "object",
  "properties": {
    "roles": {
      "$ref": "#/components/schemas/Team/properties/users/items/properties/roles"
    },
    "team_guid": {
      "$ref": "#/components/schemas/Team/properties/guid"
    },
    "team_name": {
      "$ref": "#/components/schemas/Team/properties/name"
    }
  }
}