banno-digital-toolkit

Banno API - Which User Ability sets Member Transfers to False?


I am attempting to disable the six Permissions on the Banno Backend User Overview page. I have been able to disable all of them except for Member Transfers via the User Abilities PUT API call:

I've tried the below abilities but none of them have disabled the Member Transfers ability/permission. Can someone please let me know which of the abilities/permissions controls Member Transfers?

Banno Backend Overview Permissions


Solution

  • You are right right that member_to_member_transfers is the correct ability to target. However, it is not currently supported through the API.

    The PUT /a/mobile/api/v0/institutions/{institutionId}/users/{userId}/abilities/update endpoint will exclusively accept the abilities that are currently documented.