cancel
Showing results for 
Search instead for 
Did you mean: 

Query multiple clients by username Smartzone API

roger_giacomell
New Contributor

Hi team,

 

I have a Smartzone High Scale in a 6.1 version and I need to query some clients by searching for Radius username, I tried using fulltextSearch but it only returns one user at a time and I have a list of users to search, so how can I use the API to do this? Below the Json body I tried.

POST : https://X.X.X.X:8443/wsg/api/public/v11_0/query/client?serviceTicket=ST-692-9dPn6gPbUfQaQNBSoOCL-serhbere

{
"filters": [
{
"type": "ZONE",
"value": "e400901f-6482-4853-9832-aab213f3bdd0"
}
],

"fullTextSearch":
{
"value": "vivecampana",
"type": "AND",
},
"fullTextSearch":
{
"value": "cleiton",
"type": "AND"
}
}

What is wrong with my sintax??

At.te

 

2 REPLIES 2