Search Like feature

System Information
  • Strapi Version: 3.4.5
  • Operating System: Ubuntu 20.04
  • Database: MySQL
  • Node Version: 10.19.0
  • NPM Version: 6.14.11
  • Yarn Version: 1.22.5

I’m building a custom dashboard for teachers to manage their students better (much like a CRM ).
but searching for the student using the user-permission table provided by strapi,
How would I go about finding a username = ‘%name%’ rather than username = ‘username’

nevermind, I found parameters:
https://strapi.io/documentation/developer-docs/latest/content-api/parameters.html

so the answer is using the following GET command:
https://localhost:1337/users?username_contains=vic