KPNOnline
10 years agoMentor
Getting mentions via API when posting message
We started building our own reply editor, and everything works fine (upload, posting etc).. All can be done through the API.
But I can't seem to find a way to create mentions.. When a user starts typing, it has to look for users 'containing' the input text.
So you would think, its possible to make a api call to /users.. Retrieving all the users which username starts with the typed text..
But the API v2 only matches on complete words, not partially..
Is there a way to do a SQL LIKE %text through the API? To retrieve users which username 'contains' the input text instead of a full match?
Thanks