Start a new topic

Query all users

Hello,



I'm using this method for querying users: +[KCSUserDiscovery lookupUsersForFieldsAndValues:completionBlock:progressBlock:] .

What do I need to put in lookupUsersForFieldsAndValues dictionary to get all users I have ? I have tried empty dict but it's giving me an error.



Thank you, happy holidays

1 Comment

To do a query all, you have to use the appdata store API. You can do an empty query on the user collection.
Login or Signup to post a comment