micha80Expert11 years agoCondition for more then one role Hi, I want to generate a custom leaderboard based on role conditions. The Leaderboard should only show member which have two specific roles assigned. For this I gave the API v2 a chance and creat...Show More
OlivierSLithium Alumni (Retired)11 years agomicha80 Try to use the clause 'IN' per the User Resource example: SELECT id, login FROM users WHERE roles.name='Administrator' SELECT * FROM users WHERE roles.name IN ('Administrator', 'Community Manager')
PaoloTLithium Alumni (Retired) to OlivierS11 years agoHi micha80 if that is indeed the behavior you are seeing, I think you should flag this with support as a possible bug. Thanks,
Recent DiscussionsCommunity Plugin SDK CompatibilitySolvedCannot successfully archive message via API v2Can someone walk me through authenticating and using Postman with Aurora?SolvedContraint conversationlastpostime in Api graphql getmessages does not workLihium Community: Edit CSS: html{font-size:10px;-webkit-tap-highlight-color:transparent}