Rank 2: Process
I have a required where I need to get the list of user who has a specific value of a prefs.
Here, I'm using server sdk.
Votes
0
Replies
8
Participants
Unknown
Messages
9
Rank 2: Process
I have a required where I need to get the list of user who has a specific value of a prefs.
Here, I'm using server sdk.
you cannot query on prefs.
An alternative way here could be to set labels instead of preferences if you're trying to setup a sort of tagging system for users
Rank 2: Process
Okay!
@Abhishek does that resolve your issue?
Rank 2: Process
I'm changing the data structure here. I created a DB table to map the user ID with specific properties to make it work according to our business logic.
That sounds good 👍
@Abhishek are we good to mark this issue as solved?
Rank 2: Process
Yes
Rank 2: Process
[Solved] Can we use prefs to get the list of users?