Developer Programs

Learn

Docs

110000 Event Samples

Events by Publisher > Banno > 110000-PersonProfileCreated > 110000 Event Samples
Information
The schema found on this page references only the Banno JSON payload that is embedded within the Banno EES event notifications. To see a full XML sample of the payload delivered by EES along with other elements provided within the EESEventInfoArray, please reference the EES FAQ.

EES Event Number: 110000

Person Profile Created

Indicates a user signed into a Banno App for the first time.

{
 "eventId": "1a2749b1-98b2-4a2d-933e-b40f97ce99fd",
 "date": "1975-03-13T04:24:17.123Z",
 "institutionId": "ae221316-400b-4f5c-9e16-19005f83607e",
 "change": {
 "person": {
 "personId": "80a4af4f-38d1-4cc2-a612-4d41f4c8bbd0",
 "fullName": "Emma Miller",
 "personIp": "26.1.255.255"
 },
 "name": "PersonProfileCreated",
 "application": "person-profile"
 }
}

Organization User Created

Indicates a new organization user has been successfully created.

Created by enterprise user

    {
     "eventId": "3a243d48-2acd-499f-a951-cc13adf30d46",
     "institutionId": "a3badfa6-00eb-4b0f-9881-d9c6ba95ca8b",
     "date": "2023-10-13T22:50:20.541727181Z",
     "name": "OrganizationUserCreated",
     "application": "orgs-add-delete-user",
     "organization": {
         "organizationId": "c9980a8f-d454-490f-9e6c-c54a85dd04fd",
         "organizationName": "THIS BUSINESS"
     },
     "affectedConsumerUser": {
         "personId": "ec529e1b-9247-4aa9-857a-8558146216e5",
         "fullName": "Ship Steele",
         "personIp": null,
         "deviceInformation": null
     },
     "affectedEnterpriseUser": null,
     "performedByConsumerUser": null,
     "performedByEnterpriseUser": {
         "userId": "08e2c54a-7c82-1038-9fa3-992867d828fe",
         "userName": "Bailey Kyle",
         "userIp": "74.200.60.3",
         "email": "bailey@thisbiz.com"
     },
     "company": null,
     "permission": null,
     "providerEntitlement": null,
     "account": null,
     "change": {}
    }

Created by organization user

    {
     "eventId": "38bda9bb-e45f-4889-840a-2ab16dab731a",
     "institutionId": "a3badfa6-00eb-4b0f-9881-d9c6ba95ca8b",
     "date": "2023-10-13T22:53:24.184340173Z",
     "name": "OrganizationUserCreated",
     "application": "orgs-add-delete-user",
     "organization": {
         "organizationId": "c9980a8f-d454-490f-9e6c-c54a85dd04fd",
         "organizationName": "THIS BUSINESS"
     },
     "affectedConsumerUser": {
         "personId": "891a30b2-6d80-4063-be92-c3df6c525949",
         "fullName": "BRIAN GRACE",
         "personIp": null,
         "deviceInformation": null
     },
     "affectedEnterpriseUser": null,
     "performedByConsumerUser": {
         "personId": "fc6f2084-2bb4-47c2-bacb-ee201a535471",
         "fullName": "JUSTIN BROKE",
         "personIp": "74.200.60.3",
         "deviceInformation": {
             "deviceId": "Some(online-d2d8b68e-cd87-4db6-800a-348614579bae)",
             "model": "Macintosh",
             "brand": "Apple",
             "os": "macOS",
             "osVersion": "13.6.0",
             "appVersion": "2.1580.0",
             "browser": "Google Chrome",
             "browserVersion": "117.0.5938.149",
             "browserEngine": "Blink",
             "browserEngineVersion": "117.0.5938.149"
         }
     },
     "performedByEnterpriseUser": null,
     "company": null,
     "permission": null,
     "providerEntitlement": null,
     "account": null,
     "change": {}
    }

Have a Question?

Did this page help you?

Last updated Mon May 13 2024