PerBonomi
7 years agoBoss
API 2 not returning user who got role 25 minutes ago
Hi everyone. Curious about this. I added the role Moderator to a user 25 minutes ago, yet, when I use this query it doesn't return that user..
<#assign query = restadmin("2.0","/search?q=" + "SELECT id FROM users WHERE roles.name IN('Moderator') LIMIT 50"?url)/> <#list query.data.items as q> ${q.id}<br/> </#list>
Does anyone know how long it takes for the API to catch up, or how long it should take? I think it shouldn't take this long..?