auto suggestions by usernames

how can I  include a textbox in my page on which when typing there should be users list is suggestion as came into the conversion page recipient inputs.

Parents Reply
  • The usernames option on the REST call you are making is looking for exact matches, it does not perform a search.  Their is no REST endpoint that does what you are looking for.  The is a $core_v2_user.Lookup and Apis.Get<IUsers>.Lookup that will perform a search.  If you don't have access to either of those, you can either use the Search Rest API or add a custom REST endpoint that exposes the Apis.Get<IUsers>.Lookup method to REST calls.

Children
No Data