RUCKUS Community Forums are now in READ-ONLY mode 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 9-17.
12-02-2024 09:34 PM - edited 12-02-2024 09:34 PM
I use the Ruckus api with the following endpoint https://ip:8443/wsg/api/public/v11_1/identity/guestpassList.
Here I have the problem that I cannot retrieve the individually created Guestpass.
I always get all guestpasses, it seems to me that the filters are not working properly.
{
‘filters": [
{
‘type": “DOMAIN”,
‘value": “*DomainID*”,
‘operator": ’eq’
}
],
‘extraFilters": [
{
‘type": “USERID”,
‘value": “*UserID*”,
‘operator": ’eq’
}
]
}
