I'm trying to get user abilities via the admin API and can't seem to get any content in the response for most accounts. I can get a response from one account that I've been testing with (x-request-id: 4a451da8b69c9beb5ba115ace51df75f). However for every other account, the response is empty (x-request-id: 1f46a6ba7fe025d001cb58ee30ff5431).
Here is the endpoint I'm trying to hit: https://banno.com/a/mobile/api/v0/institutions/xxxxxxxx-xxxxxxxxxx-xxxxxxxxxx/users/xxxxxxxxxxx-xxxxxxxxx-xxxxxxx/abilities
Below is the response content I get back for the account that works:
"bill_pay_sync":false,"institution_id":"xxxxxxxx","p2p_enabled":true,"
rdc":false,"user_id":"xxxxxxxx"
Which is expected - the important piece I want for each account is the rdc status
And below is the response content I get back for every other account:
{}
I find this odd considering RDC is enabled for the account providing no response content, but I'm not seeing any abilities.
With all that said, is there anything I/Banno can do to provide all of the user abilities in the user specific abilities endpoint?
Thanks!