RUCKUS Community Forums will be set to READ-ONLY mode starting Sunday, August 9 at 6 PM EDT / 3 PM PDT while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 10-17.
03-16-2022 05:30 PM
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
