Developer Programs

Learn

Docs

110040 Event Samples

Events by Publisher > Banno > 110040-Permission Modification > 110040 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.

Organization User Permission Updated

A user or FI employee successfully updated the permission for an organization user.

Performed by organization user

{
 "eventId": "4e897e63-001e-4e25-848b-61b29f2280ad",
 "institutionId": "a3badfa6-00eb-4b0f-9881-d9c6ba95ca8b",
 "date": "2023-10-13T23:11:31.863830554Z",
 "name": "OrgUserEntitlementChanged",
 "application": "app-features",
 "organization": {
     "organizationId": "c9980a8f-d454-490f-9e6c-c54a85dd04fd",
     "organizationName": "THIS BUSINESS   "
 },
 "affectedConsumerUser": {
     "personId": "891a30b2-6d80-4063-be92-c3df6c525949",
     "fullName": "TITAN MILES",
     "personIp": null,
     "deviceInformation": null
 },
 "affectedEnterpriseUser": null,
 "performedByConsumerUser": {
     "personId": "fc6f2084-2bb4-4702-bacb-ee201a535471",
     "fullName": "PATTY JOUT",
     "personIp": "23.200.99.99",
     "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": {
     "entitlements": [
         {
             "entitlementId": "2201f594-35e1-4dcf-8d15-e9d79f6b7908",
             "entitlementName": "Stop payments",
             "oldValue": true,
             "newValue": false
         }
     ]
 }
}

Performed by enterprise user

{
 "eventId": "da733248-667f-4c66-b1cf-0c087112dc90",
 "institutionId": "a3badfa6-00eb-4b0f-9881-d9c6ba95ca8b",
 "date": "2023-10-13T23:32:31.726286456Z",
 "name": "OrgUserEntitlementChanged",
 "application": "app-features",
 "organization": {
     "organizationId": "c9980a8f-d454-490f-9e6c-c54a85dd04fd",
     "organizationName": "THIS BUSINESS"
 },
 "affectedConsumerUser": {
     "personId": "891a30b2-6d80-4063-be92-c3df6c525949",
     "fullName": "Henrik Vince ",
     "personIp": null,
     "deviceInformation": null
 },
 "affectedEnterpriseUser": null,
 "performedByConsumerUser": null,
 "performedByEnterpriseUser": {
     "userId": "08e2c54a-7c82-1038-9fa3-992867d828fe",
     "userName": "Yolly Hines",
     "userIp": "74.120.32.3",
     "email": "yollyhines@thisbank.com"
 },
 "company": null,
 "permission": null,
 "providerEntitlement": null,
 "account": null,
 "change": {
     "entitlements": [
         {
             "entitlementId": "3a51824a-c616-4205-bf14-804f3184ab10",
             "entitlementName": "ACH",
             "oldValue": false,
             "newValue": true
         }
     ]
 }
}

Have a Question?

Did this page help you?

Last updated Mon May 13 2024