Banno API – 哪个用户权限将会将成员转账设置为假?

huangapple go评论87阅读模式
英文:

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

问题

我试图禁用Banno后端用户总览页面上的六个权限。除了使用User Abilities PUT API调用之外的会员转账之外,我已经成功禁用了所有其他权限:

  • "ask_question_on_aggregation_transfer": false
  • "schedulable_transfers": false
  • "alternate_account_transfer_flow": false
  • "member_to_member_transfers": false
  • "disable_transfers_for_cash_management_users": false
  • "account_to_account": 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?

  • "ask_question_on_aggregation_transfer": false
  • "schedulable_transfers": false
  • "alternate_account_transfer_flow": false
  • "member_to_member_transfers": false
  • "disable_transfers_for_cash_management_users": false
  • "account_to_account": false

Banno API – 哪个用户权限将会将成员转账设置为假?

答案1

得分: 2

你说得对,member_to_member_transfers 是正确的目标能力。然而,目前API不支持该功能。

PUT /a/mobile/api/v0/institutions/{institutionId}/users/{userId}/abilities/update 端点将仅接受当前文档中记录的能力。

英文:

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.

huangapple
  • 本文由 发表于 2023年2月24日 06:17:50
  • 转载请务必保留本文链接:https://go.coder-hub.com/75550888.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定