cancel
Showing results for 
Search instead for 
Did you mean: 

Ruckus Api Guestlist Filter

max1
New Contributor

 

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’
}
]
}

0 REPLIES 0