Axway · Schema
platform.session.create
Published when a session is created from an access token or external IdP, or a user switches platform org.
API ManagementEnterpriseIntegrationSecurity
Properties
| Name | Type | Description |
|---|---|---|
| from | object | |
| idp | object | Identity Provider used to authenticate the session |
| ip | string | Anonymized IP address. |
| role | string | Identifier of the invited users default role in the organization. |
| roles | array | User's roles within the organization. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/platform.session.create",
"title": "platform.session.create",
"type": "object",
"description": "Published when a session is created from an access token or external IdP, or a user switches platform org.",
"x-context": "auth",
"allOf": [
{
"$ref": "#/components/schemas/EventDataOrg"
},
{
"$ref": "#/components/schemas/EventDataUser"
}
],
"properties": {
"from": {
"$ref": "#/components/schemas/EventDataFrom"
},
"idp": {
"type": "object",
"description": "Identity Provider used to authenticate the session",
"properties": {
"id": {
"type": "string",
"oneOf": [
{
"enum": [
"360",
"github",
"gitlab",
"google"
]
},
{
"$ref": "#/components/schemas/IdentityProvider/properties/guid"
}
]
},
"name": {
"$ref": "#/components/schemas/IdentityProvider/properties/name"
}
},
"example": {
"id": "507f1f77bcf86cd799439011",
"name": {}
}
},
"ip": {
"type": "string",
"description": "Anonymized IP address.",
"example": "10.0.0.1"
},
"role": {
"type": "string",
"description": "Identifier of the invited users default role in the organization.",
"enum": [
"administrator",
"developer",
"auditor",
"consumer"
],
"example": "administrator"
},
"roles": {
"type": "array",
"description": "User's roles within the organization.",
"items": {
"$ref": "#/components/schemas/Org/properties/users/items/properties/roles/items"
},
"example": [
{}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/axway-platformsessioncreate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.