Reputation: 1
I'm trying to search for the Banno user ID by using the NetTeller ID. I am using the URL below, with the instutionId defined, but I just get a 404 message returned. I'm using the body below in the call. It works fine when I search in Postman. I'm using other API calls with Banno, so I'm not sure what I'm missing.
/a/consumer-user-search/api/v0/institutions/institutionId/users
{ "query": <%query%>,
"limit": <%limit%>,
"offset": <%offset%>}
Upvotes: 0
Views: 70