Filter using wild card

i want to get specific list of users based on username .
like if user name starts with a
scim2/Users?filter=userName eq “a*”
or
scim2/Users?filter=userName sw “a”

both of these filters are not working.
is there any other way to read such users