Reputation: 1
I am using the Banno API and can retrieve customer information but I'm wondering if it's possible to make changes to a customer profile using the API. Can features like Bill Pay, RDC and Transfers be enabled or disabled using the API?
Upvotes: 0
Views: 87
Reputation: 360
It sounds like you may want to check out the Admin API Abilities endpoints. (Note: the Admin API is different from the Consumer API, see the Admin API authentication overview for getting started details.)
Specifically the PUT /a/mobile/api/v0/institutions/{institutionId}/users/{userId}/abilities/update endpoint will allow you to toggle abilities for a specific user like you described.
Upvotes: 0