Published when a user activates their account.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.activation.complete-schema.json", "title": "platform.activation.complete", "description": "Published when a user activates their account.", "type": "object", "properties": { "orgs": { "type": "array", "description": "Array of orgs the user is 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": {} } ] } } }