Financial Institution Defined Roles
A Financial Institution must be able to pre-define any number of roles for different users using the online banking service
| Name | Description | Introduced In |
|---|---|---|
| createGroup | Creates a customer group. | 2020.10 |
| editGroup | Edits the details of the customer group. | 2020.10 |
| manageStatus | Manages the status of the customer group. The user can change the group status from Active to Inactive, and vice versa. | 2020.10 |
| getGroups | Retrieves all the customer groups and the associated customer details. | 2020.10 |
| getGroupFeaturesAndActions | Retrieves all the customer features and actions from the customer group. | 2020.10 |
| Description: | Creates a customer group. | |||||||
| Method: | POST | |||||||
| URL: | /services/data/v1/CustomerGroupsAndEntitlObjSvc/operations/Group/createGroup | |||||||
| Security Level: | Authenticated App Users | |||||||
| Header Request: | X-Kony-Authorization | |||||||
| Body Request: |
Parameters name (Mandatory) Specifies the name of the group. description (Mandatory) Specifies the description of the group. status (Mandatory) Specifies the status of the group. typeId (Mandatory) Specifies the unique ID of the type of group (Retail/Business). isEAgreementActive (Mandatory) Specifies whether the Electronic Agreement feature is active. servicedefinitions (Mandatory) Specifies an array of service definitions that are associated with the group and their corresponding details in a JSON object. featureactions (Mandatory) Specifies an array of feature actions that are associated with the group and their corresponding details contained in a JSON object. isApplicabletoAllServices (Mandatory) Specifies whether the group is applicable to all services. {
"name":"TestingRoles",
"description":"asd",
"status":"SID_ACTIVE",
"typeId":"TYPE_ID_BUSINESS",
"isEAgreementActive":0,
"servicedefinitions":"[{\"id\":\"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a\",\"isDefault\":\"1\"}]",
"featureactions":"[{\"id\":\"CALL_BANK\",\"limits\":[]},{\"id\":\"USERNAME_UPDATE\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_SELF_APPROVAL\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_CREATE\",\"limits\":[{\"id\":\"WEEKLY_LIMIT\",\"value\":\"5000.0\"},{\"id\":\"MAX_TRANSACTION_LIMIT\",\"value\":\"500.0\"},{\"id\":\"DAILY_LIMIT\",\"value\":\"1000.0\"}]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_DELETE_RECEPIENT\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_APPROVE\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_VIEW\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_VIEW_RECEPIENT\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_CREATE_RECEPIENT\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_CREATE_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_VIEW_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_DELETE_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_EDIT_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_SELF_APPROVAL\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_CREATE\",\"limits\":[{\"id\":\"WEEKLY_LIMIT\",\"value\":\"5000.0\"},{\"id\":\"MAX_TRANSACTION_LIMIT\",\"value\":\"500.0\"},{\"id\":\"DAILY_LIMIT\",\"value\":\"1000.0\"}]},{\"id\":\"ACH_PAYMENT_VIEW\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_APPROVE\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_ACTIVATE_OR_SUSPEND\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_CREATE\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_EDIT\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_VIEW\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT\",\"limits\":[]}]",
"isApplicabletoAllServices":0
}
|
|||||||
| Response: |
Parameters /name Specifies the name of the group. /description Specifies the description of the group. /typeId Specifies the unique ID of the type of group (Retail/Business). /isApplicabletoAllServices Specifies whether the group is applicable to all services. /isEAgreementActive Specifies whether E Agreement feature is active. /id Specifies the unique ID of the group. /status Specifies the status of the group (Active/Inactive). {
"name":"TestingRoles",
"description":"asd",
"opstatus":0,
"typeId":"TYPE_ID_BUSINESS",
"isApplicabletoAllServices":"0",
"isEAgreementActive":"0",
"id":"e86f2702-7acd-47da-8f08-a5bdf87a1def",
"status":"SID_ACTIVE",
"httpStatusCode":0
}
|
|||||||
| Error Code(s): |
|
|||||||
| Service Flow: |
|
| Description: | Edits the details of the customer group. | |||||||||||
| Method: | POST | |||||||||||
| URL: | /services/data/v1/CustomerGroupsAndEntitlObjSvc/operations/Group/editGroup | |||||||||||
| Security Level: | Authenticated App Users | |||||||||||
| Header Request: | X-Kony-Authorization | |||||||||||
| Body Request: |
Parameters id (Mandatory) Specifies the unique ID of the group that must be edited. name (Mandatory) Specifies the name of the group. typeId (Mandatory) Specifies the unique ID of the type of group (Retail/Business). description (Mandatory) Specifies the description of the group. status (Mandatory) Specifies the status of the group. featureactions (Mandatory) Specifies an array of feature actions that are associated with the group and their corresponding details contained in a JSON object. isApplicabletoAllServices (Mandatory) Specifies whether the group is applicable to all services. servicedefinitions (Mandatory) Specifies an array of service definitions that are associated with the group and their corresponding details in a JSON object. isEAgreementActive (Mandatory) Specifies whether the Electronic Agreement feature is active. {
"id":"e86f2702-7acd-47da-8f08-a5bdf87a1def",
"name":"TestingRoles",
"typeId":"TYPE_ID_BUSINESS",
"description":"Testing Description",
"status":"SID_ACTIVE",
"featureactions":"[{\"id\":\"CALL_BANK\",\"limits\":[]},{\"id\":\"USERNAME_UPDATE\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_SELF_APPROVAL\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_CREATE\",\"limits\":[{\"id\":\"WEEKLY_LIMIT\",\"value\":\"5000.0\"},{\"id\":\"MAX_TRANSACTION_LIMIT\",\"value\":\"500.0\"},{\"id\":\"DAILY_LIMIT\",\"value\":\"1000.0\"}]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_DELETE_RECEPIENT\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_APPROVE\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_VIEW\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_VIEW_RECEPIENT\",\"limits\":[]},{\"id\":\"DOMESTIC_WIRE_TRANSFER_CREATE_RECEPIENT\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_CREATE_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_VIEW_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_DELETE_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_EDIT_TEMPLATE\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_SELF_APPROVAL\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_CREATE\",\"limits\":[{\"id\":\"WEEKLY_LIMIT\",\"value\":\"5000.0\"},{\"id\":\"MAX_TRANSACTION_LIMIT\",\"value\":\"500.0\"},{\"id\":\"DAILY_LIMIT\",\"value\":\"1000.0\"}]},{\"id\":\"ACH_PAYMENT_VIEW\",\"limits\":[]},{\"id\":\"ACH_PAYMENT_APPROVE\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_ACTIVATE_OR_SUSPEND\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_CREATE\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_EDIT\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT_VIEW\",\"limits\":[]},{\"id\":\"USER_MANAGEMENT\",\"limits\":[]},{\"id\":\"REVOKE_STOP_PAYMENT_REQUEST_CREATE\",\"limits\":[]}]",
"isApplicabletoAllServices":0,
"servicedefinitions":"[{\"id\":\"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a\",\"isDefault\":\"1\"}]",
"isEAgreementActive":0
}
|
|||||||||||
| Response: |
Parameters /name Specifies the name of the group. /description Specifies the description of the group. /typeId Specifies the unique ID of the type of group (Retail/Business). /isApplicabletoAllServices Specifies whether the group is applicable to all services. /isEAgreementActive Specifies whether the Electronic Agreement feature is active. /id Specifies the unique ID of the group. /status Specifies the status of the group (Active/Inactive). {
"name":"TestingRoles",
"description":"Testing Description",
"opstatus":0,
"typeId":"TYPE_ID_BUSINESS",
"isApplicabletoAllServices":"0",
"modifiedBy":"UID10",
"isEAgreementActive":"0",
"id":"e86f2702-7acd-47da-8f08-a5bdf87a1def",
"status":"SID_ACTIVE",
"httpStatusCode":0
}
|
|||||||||||
| Error Code(s): |
|
|||||||||||
| Service Flow: |
|
| Description: | Manages the status of the customer group. The user can change the group status from Active to Inactive, and vice versa. | |||||
| Method: | POST | |||||
| URL: | /services/data/v1/CustomerGroupsAndEntitlObjSvc/operations/Group/manageStatus | |||||
| Security Level: | Authenticated App Users | |||||
| Header Request: | X-Kony-Authorization | |||||
| Body Request: |
Parameters Group_id (Mandatory) Specifies the unique ID of the group. Status_id (Mandatory) Specifies the unique ID of the status to which the group must be set. User_id (Mandatory) Specifies the unique ID of the user. {
"Group_id":"c1b88546-2e29-4696-81fc-0d1000263d45",
"Status_id":"SID_INACTIVE",
"User_id":"UID10"
}
|
|||||
| Response: |
Parameters /name Specifies the name of the group. /description Specifies the description of the group. /typeId Specifies the unique ID of the type of group (Retail/Business). /isApplicabletoAllServices Specifies whether the group is applicable to all services. /isEAgreementActive Specifies whether the Electronic Agreement feature is active. /id Specifies the unique ID of the group. /status Specifies the status of the group. {
"name":"TestingRoles",
"description":"Testing Description",
"opstatus":0,
"typeId":"TYPE_ID_BUSINESS",
"isApplicabletoAllServices":"0",
"modifiedBy":"UID10",
"isEAgreementActive":"0",
"id":"e86f2702-7acd-47da-8f08-a5bdf87a1def",
"status":"SID_ACTIVE",
"httpStatusCode":0
}
|
|||||
| Error Code(s): |
|
|||||
| Service Flow: |
|
| Description: | Retrieves all the customer groups and the associated customer details. | |||||||
| Method: | POST | |||||||
| URL: | /services/data/v1/CustomerGroupsAndEntitlObjSvc/operations/Groups/getGroups | |||||||
| Security Level: | Authenticated App Users | |||||||
| Header Request: | X-Kony-Authorization | |||||||
| Body Request: |
None |
|||||||
| Response: |
Parameters /GroupRecords Specifies an array of group records and their corresponding details in a JSON object. /GroupRecords/status Specifies the status of the group record (Active/Inactive). /GroupRecords/Customers_Count Specifies the count of customers. /GroupRecords/Group_id Specifies the unique ID of the group. /GroupRecords/Status_id Specifies the unique ID of the status of the group. /GroupRecords/Type_Name Specifies the type of the group. /GroupRecords/Group_Name Specifies the name of the group. /GroupRecords/isApplicabletoAllServices Specifies the whether the group is applicable to all services. /GroupRecords/isEAgreementActive Specifies the status of the group record (Active/Inactive). /GroupRecords/Group_Desc Specifies the description of the group. /GroupRecords/businessTypes Specifies an array of business types and their corresponding details in a JSON object. /GroupRecords/businessTypes/isDefaultGroup Specifies whether a group is set to default. The value is Boolean. /GroupRecords/businessTypes/name Specifies the name of the business type. /GroupRecords/businessTypes/id Specifies the unique ID of the business type. /GroupRecords/businessTypes/customerCount Specifies the number of customers that are associated with a specific business type. /GroupRecords/Entitlements_Count Specifies the number of entitlements that the business type grants. /GroupRecords/Type_id Specifies the unique ID of the type of the group. {
"opstatus":0,
"GroupRecords":[
{
"Status":"Active",
"Customers_Count":"4",
"Group_id":"GROUP_ADMINISTRATOR",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Administrator",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"These Business users have the highest level of access to all the functions, can create, authorize transactions & manage access of other users (register / suspend / activate users, limit access to accounts & functions, set transaction limits)",
"businessTypes":[
{
"isDefaultGroup":"true",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"75",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_AUTHORIZER",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Authorizer",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"These Business users can approve / reject transactions for authorized accounts. They will also be allowed to create transactions & manage payees",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"59",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_CREATOR",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Creator",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"These Business users can create transactions on authorized accounts & manage payees. Transactions are subjected to approval based on transaction limits set by the administrator",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"50",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"1",
"Group_id":"GROUP_MICRO_ADMINISTRATOR",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Administrator",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"true",
"Group_Desc":"These Micro Business users have the highest level of access to all the functions, can create transactions & manage access of other users (register/suspend/activate users, limit access to accounts & functions, set transaction limits)",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"31",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_MICRO_AUTHORIZER",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Authorizer",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"true",
"Group_Desc":"These Business users can approve / reject transactions for authorized accounts. They will also be allowed to create transactions & manage payees",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"0",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_MICRO_CREATOR",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Creator",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"true",
"Group_Desc":"These Micro Business users can create transactions on authorized accounts & manage payees. Transactions are subjected to transaction limits set by the administrator",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"31",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_MICRO_VIEWER",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Viewer",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"These Micro Business users can only view transactions, but cannot create them",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"23",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_VIEWER",
"Status_id":"SID_ACTIVE",
"Type_Name":"Business Banking",
"Group_Name":"Viewer",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"These Business users can only view transactions, but cannot create or authorize them",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Corporation (Business Type)",
"id":"707dfea8-d0fe-4154-89c3-e7d7ef2ee16a",
"customerCount":"0"
}
],
"Entitlements_Count":"23",
"Type_id":"TYPE_ID_BUSINESS"
},
{
"Status":"Active",
"Customers_Count":"2",
"Group_id":"DEFAULT_EUROPE_GROUP",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Europe Customers Group",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"All customers created for online and Mobile Banking in the Europe region will be assigned to this group automatically",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"5",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"10",
"Group_id":"DEFAULT_GROUP",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Default Group",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"All customers created for Online and Mobile Banking application demos",
"businessTypes":[
{
"isDefaultGroup":"true",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"33",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GID_BANKING_CUSTOMERS",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Digital Banking Customers",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"All the mobile and online banking customers are added to this group once enrollment is completed",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"2",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GID_CREDITCARD_CUSTOMERS",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Freedom Credit Card Customers",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"All customers who own a Freedom Credit Card. Does not include other credit card customers who do not own a freedom credit card.",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"1",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GID_HNW_CUSTOMERS",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"High Net Worth Customer",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"Customers with total assets worth more than $75000",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"7",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"1",
"Group_id":"GID_LOAN_CUSTOMERS",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Home Loan Customers",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"All Kony Bank customers with only a Home Loan account",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"3",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GID_PRIORITY_MEMBERS",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Priority Customers",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"Members with more than 3 accounts. These members need to be taken care of as a high priority",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"9",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_PLATINUM",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Auto Loan",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"All customers who have an Auto Loan Account with Kony Bank",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"3",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_SERVICE",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Service",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"Service Desc",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"0",
"Type_id":"TYPE_ID_RETAIL"
},
{
"Status":"Active",
"Customers_Count":"0",
"Group_id":"GROUP_TESTING",
"Status_id":"SID_ACTIVE",
"Type_Name":"Retail Banking",
"Group_Name":"Pilot Testing Group",
"isApplicabletoAllServices":"false",
"isEAgreementActive":"false",
"Group_Desc":"All customers created for Online and Mobile Banking application demos",
"businessTypes":[
{
"isDefaultGroup":"false",
"name":"Sole Proprietor (Retail Type)",
"id":"5801fa32-a416-45b6-af01-b22e2de93777",
"customerCount":"0"
}
],
"Entitlements_Count":"9",
"Type_id":"TYPE_ID_RETAIL"
}
],
"httpStatusCode":0
}
|
|||||||
| Error Code(s): |
|
|||||||
| Service Flow: |
|
| Description: | Retrieves all the customer features and actions from the customer group. | |||||
| Method: | POST | |||||
| URL: | /services/data/v1/CustomerGroupsAndEntitlObjSvc/operations/GroupFeatures/getGroupFeaturesAndActions | |||||
| Security Level: | Authenticated App Users | |||||
| Header Request: | X-Kony-Authorization | |||||
| Body Request: |
Parameters group_id (Mandatory) Specifies the unique ID of the group from which the features and actions must be fetched. {
"group_id":"GROUP_ADMINISTRATOR"
}
|
|||||
| Response: |
Parameter features Specifies an array of features and their corresponding details in a JSON object. features/isPrimary Specifies whether the feature is primary. The value is Boolean. features/displaySequence Specifies the display sequence for the features. features/name Specifies the name of the feature. features/description Specifies the description of the feature. features/id Specifies the unique ID of the feature. features/type Specifies the type of the feature. features/totalActions Specifies the total number of actions that are associated with the feature. features/actions Specifies an array of actions and their corresponding details that are associated with the feature. features/actions/accessPolicyId Specifies a unique ID of the access policy. features/actions/limitgroupId Specifies the unique ID of the limit group. features/actions/actionlevelId Specifies the unique ID of the action level. features/actions/description Specifies the description of the action. features/actions/limitgroup Specifies the name of the limit group that is associated with the feature. features/actions/isMFAApplicable Specifies whether MFA applicable is on the feature actions. features/actions/type Specifies the type of feature. features/actions/actionStatus Specifies the status of the action (Active/Inactive) features/actions/isPrimary Specifies whether the actions are primary. The value is Boolean. features/actions/displaySequence Specifies the display sequence that is associated with the action. features/actions/name Specifies the name of the action. features/actions/actionlevel Specifies the level at which the action occurs. features/actions/id Specifies the unique ID of the action. features/actions/accessPolicy Specifies the type of access policy such as Create, View, Approve, and Reject. {
"features":[
{
"isPrimary":"false",
"displaySequence":"50",
"name":"Revoke Stop Payment Request",
"description":"Revoke Stop Payment Request",
"id":"REVOKE_STOP_PAYMENT_REQUEST",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"Revoke Stop Payment Request",
"actionlevel":"Account level",
"id":"REVOKE_STOP_PAYMENT_REQUEST_CREATE",
"accessPolicy":"Create",
"isAccountLevel":"true"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"39",
"name":"Call Bank",
"description":"Call to bank ",
"id":"CALL_BANK",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"ADMIN",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Call Bank",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"5",
"name":"Call Bank",
"actionlevel":"CustomerId level",
"id":"CALL_BANK",
"accessPolicy":"Admin",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"51",
"name":"Bulk Payment Template",
"description":"This function will enable the user to create bulk payment request using the template by providing the payment details.",
"id":"BULK_PAYMENT_TEMPLATE",
"type":"NON_MONETARY",
"totalActions":"6",
"actions":[
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Create Template - Batch mode: SINGLE",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"5",
"name":"Create Template - Batch mode: SINGLE",
"actionlevel":"Account level",
"id":"BULK_PAYMENT_TEMPLATE_SINGLE_CREATE",
"accessPolicy":"Bulk Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Download Template",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"4",
"name":"Download Template",
"actionlevel":"Account level",
"id":"BULK_PAYMENT_TEMPLATE_DOWNLOAD",
"accessPolicy":"Bulk Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"View Templates",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"View Templates",
"actionlevel":"Account level",
"id":"BULK_PAYMENT_TEMPLATE_VIEW",
"accessPolicy":"Bulk View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_DELETE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Delete Template",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"Delete Template",
"actionlevel":"Account level",
"id":"BULK_PAYMENT_TEMPLATE_DELETE",
"accessPolicy":"Bulk Delete",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Create Template - Batch mode: MULTIPLE",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"6",
"name":"Create Template - Batch mode: MULTIPLE",
"actionlevel":"Account level",
"id":"BULK_PAYMENT_TEMPLATE_MULTIPLE_CREATE",
"accessPolicy":"Bulk Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Edit Template",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"Edit Template",
"actionlevel":"Account level",
"id":"BULK_PAYMENT_TEMPLATE_EDIT",
"accessPolicy":"Bulk Create",
"isAccountLevel":"true"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"15",
"name":"Check Management",
"description":"Manage issued Check Payments",
"id":"CHECK_MANAGEMENT",
"type":"NON_MONETARY",
"totalActions":"3",
"actions":[
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Check management add stop check request",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"Check management add stop check request",
"actionlevel":"Account level",
"id":"CHECK_MANAGEMENT_ADD_STOP_CHECK_REQUEST",
"accessPolicy":"Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Check Management",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"Check Management",
"actionlevel":"Account level",
"id":"CHECK_MANAGEMENT",
"accessPolicy":"View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Check management view disputed checks",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"2",
"name":"Check management view disputed checks",
"actionlevel":"Account level",
"id":"CHECK_MANAGEMENT_VIEW_DISPUTED_CHECKS",
"accessPolicy":"View",
"isAccountLevel":"true"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"49",
"name":"Stop Payment Request",
"description":"Stop Payment Request",
"id":"STOP_PAYMENT_REQUEST",
"type":"NON_MONETARY",
"totalActions":"2",
"actions":[
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"View Stop Payment Request",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"View Stop Payment Request",
"actionlevel":"Account level",
"id":"STOP_PAYMENT_REQUEST_VIEW",
"accessPolicy":"View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Create Stop Payment Request",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"Create Stop Payment Request",
"actionlevel":"Account level",
"id":"STOP_PAYMENT_REQUEST_CREATE",
"accessPolicy":"Create",
"isAccountLevel":"true"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"26",
"name":"Reset Security Questions",
"description":"Reset Security Questions",
"id":"RESET_SECURITY_QUESTIONS",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"ADMIN",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Reset Security Questions",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"Reset Security Questions",
"actionlevel":"CustomerId level",
"id":"RESET_SECURITY_QUESTIONS",
"accessPolicy":"Admin",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"27",
"name":"Username Update",
"description":"Username Update",
"id":"USERNAME_UPDATE",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Username Update",
"limitgroup":"N/A",
"isMFAApplicable":"true",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"Username Update",
"actionlevel":"CustomerId level",
"id":"USERNAME_UPDATE",
"accessPolicy":"Create",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"5",
"name":"Domestic Wire Transfer",
"description":"Wire Transfers within the country",
"id":"DOMESTIC_WIRE_TRANSFER",
"type":"MONETARY",
"totalActions":"12",
"actions":[
{
"accessPolicyId":"BULK_VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Domestic wire transfer view bulk templates",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"10",
"name":"Domestic wire transfer view bulk templates",
"actionlevel":"CustomerId level",
"id":"DOMESTIC_WIRE_TRANSFER_VIEW_BULK_TEMPLATES",
"accessPolicy":"Bulk View",
"isAccountLevel":"false"
},
{
"accessPolicyId":"APPROVE",
"limitgroupId":"N/A",
"dependency":"DOMESTIC_WIRE_TRANSFER_APPROVE",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve self-initiated domestic wire transfers",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"4",
"name":"Approve self-initiated domestic wire transfers",
"actionlevel":"Account level",
"id":"DOMESTIC_WIRE_TRANSFER_SELF_APPROVAL",
"accessPolicy":"Approve",
"isAccountLevel":"true"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"SINGLE_PAYMENT",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Domestic Wire Transfer",
"limitgroup":"Single Payment",
"isMFAApplicable":"true",
"type":"MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"Domestic Wire Transfer",
"actionlevel":"Account level",
"id":"DOMESTIC_WIRE_TRANSFER_CREATE",
"accessPolicy":"Create",
"isAccountLevel":"true",
"limits":[
{
"id":"WEEKLY_LIMIT",
"value":"5000.0"
},
{
"id":"MAX_TRANSACTION_LIMIT",
"value":"500.0"
},
{
"id":"DAILY_LIMIT",
"value":"1000.0"
}
]
},
{
"accessPolicyId":"DELETE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Domestic wire transfer delete recipient",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"7",
"name":"Domestic wire transfer delete recipient",
"actionlevel":"Account level",
"id":"DOMESTIC_WIRE_TRANSFER_DELETE_RECEPIENT",
"accessPolicy":"Delete",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Domestic wire transfer upload bulk files",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"9",
"name":"Domestic wire transfer upload bulk files",
"actionlevel":"CustomerId level",
"id":"DOMESTIC_WIRE_TRANSFER_UPLOAD_BULK_FILES",
"accessPolicy":"Bulk Create",
"isAccountLevel":"false"
},
{
"accessPolicyId":"BULK_VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Domestic wire transfer view bulk files",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"8",
"name":"Domestic wire transfer view bulk files",
"actionlevel":"CustomerId level",
"id":"DOMESTIC_WIRE_TRANSFER_VIEW_BULK_FILES",
"accessPolicy":"Bulk View",
"isAccountLevel":"false"
},
{
"accessPolicyId":"APPROVE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve domestic wire transfers",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"Approve domestic wire transfers",
"actionlevel":"Account level",
"id":"DOMESTIC_WIRE_TRANSFER_APPROVE",
"accessPolicy":"Approve",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Domestic wire transfer create/edit bulk templates",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"11",
"name":"Domestic wire transfer create/edit bulk templates",
"actionlevel":"CustomerId level",
"id":"DOMESTIC_WIRE_TRANSFER_UPDATE_BULK_TEMPLATES",
"accessPolicy":"Bulk Create",
"isAccountLevel":"false"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"View history of domestic wire transfers",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"View history of domestic wire transfers",
"actionlevel":"Account level",
"id":"DOMESTIC_WIRE_TRANSFER_VIEW",
"accessPolicy":"View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Domestic wire transfer view recipient",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"5",
"name":"Domestic wire transfer view recipient",
"actionlevel":"Account level",
"id":"DOMESTIC_WIRE_TRANSFER_VIEW_RECEPIENT",
"accessPolicy":"View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Domestic wire transfer create recipient",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"6",
"name":"Domestic wire transfer create recipient",
"actionlevel":"Account level",
"id":"DOMESTIC_WIRE_TRANSFER_CREATE_RECEPIENT",
"accessPolicy":"Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_DELETE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Domestic wire transfer delete bulk templates",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"12",
"name":"Domestic wire transfer delete bulk templates",
"actionlevel":"CustomerId level",
"id":"DOMESTIC_WIRE_TRANSFER_DELETE_BULK_TEMPLATES",
"accessPolicy":"Bulk Delete",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"9",
"name":"ACH Payment",
"description":"Automated Clearing House Payment Service",
"id":"ACH_PAYMENT",
"type":"MONETARY",
"totalActions":"8",
"actions":[
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"ACH payment create template",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"6",
"name":"ACH payment create template",
"actionlevel":"Account level",
"id":"ACH_PAYMENT_CREATE_TEMPLATE",
"accessPolicy":"Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"ACH payment view template",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"5",
"name":"ACH payment view template",
"actionlevel":"CustomerId level",
"id":"ACH_PAYMENT_VIEW_TEMPLATE",
"accessPolicy":"Bulk View",
"isAccountLevel":"false"
},
{
"accessPolicyId":"DELETE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"ACH payment delete template",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"7",
"name":"ACH payment delete template",
"actionlevel":"Account level",
"id":"ACH_PAYMENT_DELETE_TEMPLATE",
"accessPolicy":"Delete",
"isAccountLevel":"true"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Edit Automated Clearing House Templates",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"8",
"name":"Edit Automated Clearing House Templates",
"actionlevel":"Account level",
"id":"ACH_PAYMENT_EDIT_TEMPLATE",
"accessPolicy":"Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"APPROVE",
"limitgroupId":"N/A",
"dependency":"ACH_PAYMENT_APPROVE",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve self-initiated Automated Clearing House Payments",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"4",
"name":"Approve self-initiated Automated Clearing House Payments",
"actionlevel":"Account level",
"id":"ACH_PAYMENT_SELF_APPROVAL",
"accessPolicy":"Approve",
"isAccountLevel":"true"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"SINGLE_PAYMENT",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Automated Clearing House Payment Service",
"limitgroup":"Single Payment",
"isMFAApplicable":"true",
"type":"MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"Automated Clearing House Payment Service",
"actionlevel":"Account level",
"id":"ACH_PAYMENT_CREATE",
"accessPolicy":"Create",
"isAccountLevel":"true",
"limits":[
{
"id":"WEEKLY_LIMIT",
"value":"5000.0"
},
{
"id":"MAX_TRANSACTION_LIMIT",
"value":"500.0"
},
{
"id":"DAILY_LIMIT",
"value":"1000.0"
}
]
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"View history of Automated Clearing House Payments",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"View history of Automated Clearing House Payments",
"actionlevel":"Account level",
"id":"ACH_PAYMENT_VIEW",
"accessPolicy":"View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"APPROVE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve Automated Clearing House Payments",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"Approve Automated Clearing House Payments",
"actionlevel":"Account level",
"id":"ACH_PAYMENT_APPROVE",
"accessPolicy":"Approve",
"isAccountLevel":"true"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"true",
"displaySequence":"11",
"name":"User Management",
"description":"Manage the Business Online access of the other user",
"id":"USER_MANAGEMENT",
"type":"NON_MONETARY",
"totalActions":"5",
"actions":[
{
"accessPolicyId":"ADMIN",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"User management activate or suspend",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"User management activate or suspend",
"actionlevel":"CustomerId level",
"id":"USER_MANAGEMENT_ACTIVATE_OR_SUSPEND",
"accessPolicy":"Admin",
"isAccountLevel":"false"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"User management create",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"4",
"name":"User management create",
"actionlevel":"CustomerId level",
"id":"USER_MANAGEMENT_CREATE",
"accessPolicy":"Create",
"isAccountLevel":"false"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"User management edit",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"User management edit",
"actionlevel":"CustomerId level",
"id":"USER_MANAGEMENT_EDIT",
"accessPolicy":"Create",
"isAccountLevel":"false"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"User management view",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"User management view",
"actionlevel":"CustomerId level",
"id":"USER_MANAGEMENT_VIEW",
"accessPolicy":"View",
"isAccountLevel":"false"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"User Management",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"6",
"name":"User Management",
"actionlevel":"CustomerId level",
"id":"USER_MANAGEMENT",
"accessPolicy":"View",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"7",
"name":"Bill Payment Service",
"description":"Pay your bills instantly",
"id":"BILL_PAY",
"type":"MONETARY",
"totalActions":"10",
"actions":[
{
"accessPolicyId":"APPROVE",
"limitgroupId":"N/A",
"dependency":"BILL_PAY_APPROVE",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve self-initiated Bill Payments",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"8",
"name":"Approve self-initiated Bill Payments",
"actionlevel":"Account level",
"id":"BILL_PAY_SELF_APPROVAL",
"accessPolicy":"Approve",
"isAccountLevel":"true"
},
{
"accessPolicyId":"ADMIN",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Bill pay activate or deactivate ebill",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"5",
"name":"Bill pay activate or deactivate ebill",
"actionlevel":"CustomerId level",
"id":"BILL_PAY_ACTIVATE_OR_DEACTIVATE_EBILL",
"accessPolicy":"Admin",
"isAccountLevel":"false"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Bill pay view payees",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"9",
"name":"Bill pay view payees",
"actionlevel":"Account level",
"id":"BILL_PAY_VIEW_PAYEES",
"accessPolicy":"View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Bill pay view payments",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"2",
"name":"Bill pay view payments",
"actionlevel":"Account level",
"id":"BILL_PAY_VIEW_PAYMENTS",
"accessPolicy":"View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Bulk Bill Pay",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"15",
"name":"Bulk Bill Pay",
"actionlevel":"Account level",
"id":"BILL_PAY_BULK",
"accessPolicy":"Bulk Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"DELETE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Bill pay delete payees",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"11",
"name":"Bill pay delete payees",
"actionlevel":"Account level",
"id":"BILL_PAY_DELETE_PAYEES",
"accessPolicy":"Delete",
"isAccountLevel":"true"
},
{
"accessPolicyId":"ADMIN",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Activate or Deactivate Bill Pay",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"14",
"name":"Activate or Deactivate Bill Pay",
"actionlevel":"CustomerId level",
"id":"BILL_PAY_ACTIVATE_OR_DEACTIVATE",
"accessPolicy":"Admin",
"isAccountLevel":"false"
},
{
"accessPolicyId":"APPROVE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve Bill Payments",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"7",
"name":"Approve Bill Payments",
"actionlevel":"Account level",
"id":"BILL_PAY_APPROVE",
"accessPolicy":"Approve",
"isAccountLevel":"true"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Bill pay create payees",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"10",
"name":"Bill pay create payees",
"actionlevel":"Account level",
"id":"BILL_PAY_CREATE_PAYEES",
"accessPolicy":"Create",
"isAccountLevel":"true"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"SINGLE_PAYMENT",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Bill Payment Service",
"limitgroup":"Single Payment",
"isMFAApplicable":"true",
"type":"MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"Bill Payment Service",
"actionlevel":"Account level",
"id":"BILL_PAY_CREATE",
"accessPolicy":"Create",
"isAccountLevel":"true",
"limits":[
{
"id":"WEEKLY_LIMIT",
"value":"5000.0"
},
{
"id":"MAX_TRANSACTION_LIMIT",
"value":"500.0"
},
{
"id":"DAILY_LIMIT",
"value":"1000.0"
}
]
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"16",
"name":"Remote Deposit Capture",
"description":"Check Deposit be capturing image of the check from the MB or Tablet App",
"id":"RDC",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"RDC",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"RDC",
"actionlevel":"Account level",
"id":"RDC",
"accessPolicy":"Create",
"isAccountLevel":"true"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"true",
"displaySequence":"18",
"name":"Profile Settings",
"description":"Profile Settings",
"id":"PROFILE_SETTINGS",
"type":"NON_MONETARY",
"totalActions":"2",
"actions":[
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"View Profile Settings",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"View Profile Settings",
"actionlevel":"CustomerId level",
"id":"PROFILE_SETTINGS_VIEW",
"accessPolicy":"View",
"isAccountLevel":"false"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Update Profile Settings",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"Update Profile Settings",
"actionlevel":"CustomerId level",
"id":"PROFILE_SETTINGS_UPDATE",
"accessPolicy":"Create",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"29",
"name":"Alert Management",
"description":"Manage Alerts",
"id":"ALERT_MANAGEMENT",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"ADMIN",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Alert Management",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"Alert Management",
"actionlevel":"CustomerId level",
"id":"ALERT_MANAGEMENT",
"accessPolicy":"Admin",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"30",
"name":"Manage E-statements",
"description":"Manage E-statements",
"id":"MANAGE_E_STATEMENTS",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"ADMIN",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Manage E-statements",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"Manage E-statements",
"actionlevel":"CustomerId level",
"id":"MANAGE_E_STATEMENTS",
"accessPolicy":"Admin",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"36",
"name":"ACH Files",
"description":"Automated Clearing House Files Service",
"id":"ACH_FILES",
"type":"MONETARY",
"totalActions":"4",
"actions":[
{
"accessPolicyId":"BULK_CREATE",
"limitgroupId":"BULK_PAYMENT",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Automated Clearing House File Upload Service",
"limitgroup":"Bulk Payment",
"isMFAApplicable":"true",
"type":"MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"Automated Clearing House File Upload Service",
"actionlevel":"Account level",
"id":"ACH_FILE_UPLOAD",
"accessPolicy":"Bulk Create",
"isAccountLevel":"true",
"limits":[
{
"id":"WEEKLY_LIMIT",
"value":"5000.0"
},
{
"id":"MAX_TRANSACTION_LIMIT",
"value":"500.0"
},
{
"id":"DAILY_LIMIT",
"value":"1000.0"
}
]
},
{
"accessPolicyId":"BULK_VIEW",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"View history of Automated Clearing House Files",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"View history of Automated Clearing House Files",
"actionlevel":"Account level",
"id":"ACH_FILE_VIEW",
"accessPolicy":"Bulk View",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_APPROVE",
"limitgroupId":"N/A",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve Automated Clearing House Files",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"Approve Automated Clearing House Files",
"actionlevel":"Account level",
"id":"ACH_FILE_APPROVE",
"accessPolicy":"Bulk Approve",
"isAccountLevel":"true"
},
{
"accessPolicyId":"BULK_APPROVE",
"limitgroupId":"N/A",
"dependency":"ACH_FILE_APPROVE",
"actionlevelId":"ACCOUNT_LEVEL",
"description":"Approve self-initiated Automated Clearing House Files",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"4",
"name":"Approve self-initiated Automated Clearing House Files",
"actionlevel":"Account level",
"id":"ACH_FILE_SELF_APPROVAL",
"accessPolicy":"Bulk Approve",
"isAccountLevel":"true"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"28",
"name":"Customer requests and messages",
"description":"Customer requests and messages",
"id":"MESSAGES",
"type":"NON_MONETARY",
"totalActions":"3",
"actions":[
{
"accessPolicyId":"DELETE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Delete Message",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"3",
"name":"Delete Message",
"actionlevel":"CustomerId level",
"id":"MESSAGES_DELETE",
"accessPolicy":"Delete",
"isAccountLevel":"false"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Create Or Reply Message",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"2",
"name":"Create Or Reply Message",
"actionlevel":"CustomerId level",
"id":"MESSAGES_CREATE_OR_REPLY",
"accessPolicy":"Create",
"isAccountLevel":"false"
},
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"View Message",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"true",
"displaySequence":"1",
"name":"View Message",
"actionlevel":"CustomerId level",
"id":"MESSAGES_VIEW",
"accessPolicy":"View",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"true",
"displaySequence":"17",
"name":"Account Settings",
"description":"Manage Account Settings",
"id":"ACCOUNT_SETTINGS",
"type":"NON_MONETARY",
"totalActions":"2",
"actions":[
{
"accessPolicyId":"VIEW",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"View Account Settings",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"View Account Settings",
"actionlevel":"CustomerId level",
"id":"ACCOUNT_SETTINGS_VIEW",
"accessPolicy":"View",
"isAccountLevel":"false"
},
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Manage Account Settings",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"1",
"name":"Manage Account Settings",
"actionlevel":"CustomerId level",
"id":"ACCOUNT_SETTINGS_EDIT",
"accessPolicy":"Create",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
},
{
"isPrimary":"false",
"displaySequence":"40",
"name":"Custom View",
"description":"Create or manage custom view",
"id":"CUSTOM_VIEW",
"type":"NON_MONETARY",
"totalActions":"1",
"actions":[
{
"accessPolicyId":"CREATE",
"limitgroupId":"N/A",
"actionlevelId":"CUSTOMERID_LEVEL",
"description":"Manage custom view",
"limitgroup":"N/A",
"isMFAApplicable":"false",
"type":"NON_MONETARY",
"actionStatus":"SID_ACTION_ACTIVE",
"isPrimary":"false",
"displaySequence":"16",
"name":"Manage custom view",
"actionlevel":"CustomerId level",
"id":"CUSTOM_VIEW_MANAGE",
"accessPolicy":"Create",
"isAccountLevel":"false"
}
],
"status":"SID_FEATURE_ACTIVE"
}
]
}
|
|||||
| Error Code(s): |
|
|||||
| Service Flow: |
|
In this topic