A typographical error in get all-users REST-API documentation of Grid 7.1.0

A typographical error in get all-users REST-API documentation of Grid 7.1.0

book

Article ID: KB0135783

calendar_today

Updated On:

Products Versions
TIBCO DataSynapse GridServer 7.1.0

Description

GET all-users API throws a 404 error when we hit the URL which is specified in the developer guide ==> http://hostname:8080/livecluster/rest/users/all-users
If we invoke this API in tools like soapUI, Postman, etc, then it returns an HTTP 404 error. (Attached screenshot from Postman) 
Error message => The requested resource could not be found, but may be available again in the future. Subsequent requests by the client are permissible.

Environment

All

Resolution

To avoid this error, you need to use the correct API class and method name as below:
Expected URL => http://hostname:8080/livecluster/rest/user/all-users (extra s is removed from the user)
This returns response code 200, and a list of users is available on the provided manager URL. (Attached screenshot from Postman)

Issue/Introduction

GET all-users Rest API is not working in Gridserver 7.1.0, as mentioned in the developer guide.

Additional Information

Developer's Guide ==> https://docs.tibco.com/pub/dsp_gridserver/7.1.0/doc/html/Default.htm#dev-guide/all_users.htm#user_admin_3063132272_1012935?TocPath=Developer's%2520Guide%257CREST%2520API%2520Reference%257CUserAdmin%257C_____5

Attachments

200_OK.png get_app
404.png get_app