Get User(s) in Service Desk.
URL:https://subdomain.domainname/clientapi/index.php?serviceName=getUsers
This function can be executed via following URL: https://subdomain.domainname/clientapi
Input Parameters
Name |
Required / Optional |
Type |
Description |
pageNo |
Optional |
int |
Page No |
pageSize |
Optional |
int |
Page Size |
keyword |
Required |
text |
User name or address or email |
Input Header Parameters
Name |
Required / Optional |
Type |
Description |
Content-Type |
Required |
application/json |
Content Type |
Authorization |
Required* |
base64 |
Valid Api Key from SD Manage -> Api Keys |
X-ACCESS-TOKEN |
Required* |
string |
3rd Party Authentication API Definition https://developer.comodo.com/frontend/web/topic/comodo-one-3rd-party-company-api-definition https://developer.comodo.com/frontend/web/topic/token-validation-service https://developer.comodo.com/frontend/web/topic/token-renew-service |
* Customer should send Authorization or X-ACCESS-TOKEN |
Sample execution can be handled via Postman Application.
Header part can be handled via Postman Application