I am trying to use the AppWorks GateWay API to get back a list of users. My reference is:
https://developer.opentext.com/webaccess/#url=resources%2Fapis%2Fawg-v2&tab=501
The following is my URL to the AppWorks gateway:
http://server1:8080/gateway
It shows me that I am using:
OpenText AppWorks Gateway v1.1.5
I get a “resource not available” message when I use the following:
http://server1:8080/gateway/api/v2/users
What is the correct way to make the call to the “users” API?
Thanks,
Carlos –