We can get a list of users in Quark Publishing Platform through REST API. We don't have any possible way to do it via UI. Through API it will return information in JSON format.
Below is the REST API to get a list of Quark Publishing Platform users:
GET QPP Server IP Address: Port number/rest/service/admin/users?loginpassword= QPP password &loginname=QPP username
Refer to the below documentation for more information:
- https://www.quark.com/documentation/quark_publishing_platform/2016/en/Rest%20Interface%20Guide/_B9055445713B47F88021E0AE1E617DDD_2_4.html#_7950C52E958B433DA099FB343377ED95_2_4_2
Priyanka Bhotika
Comments