In an initial form, I have a text input where the initiator will have to start typing and based on that i would retrieve the list of users in bonita that starts with the characters that the initiator types.
after typing the third character, we should get the list of users that starts with the input characters.
As far as I can see that bonita REST API USER only works with equals and not starts with.
is there a workaround for this?