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