anyone know the right way to query with users for a particular label?
i have tried
await api.members.browse({
limit: 'all',
filter: 'label:[hall-booking-manager]'
})
)
anyone know the right way to query with users for a particular label?
i have tried
await api.members.browse({
limit: 'all',
filter: 'label:[hall-booking-manager]'
})
)
I recommend logging into the Ghost dashboard and opening dev tools. Filter by the label and see what the admin panel does in response.