Svedly
Svedly

Reputation: 21

Banno Admin API - Abilities

I am calling the User Abilities Get as well as Put function and while the call is working, I am wondering what the return values are? I have seen "None" ,"Enabled", "Disabled" and "Request". Maybe those are all of the possible values to be returned but I cannot find confirmation in the documentation, just examples of what could come back.

Can someone please point me to where I can find the answer in the documentation or list the possible values returned for me?

Response:

"zelle_enabled": "None",

Upvotes: 0

Views: 92

Answers (1)

Svedly
Svedly

Reputation: 21

I was able to find the possible values within the Swagger provided by Banno. There is a metadata call that returns possible values for each Ability.

https://jackhenry.dev/open-api-docs/admin-api/api-reference/v0/abilities/details/abilities.swagger.yaml

Upvotes: 0

Related Questions