@OpenAGIxd I would remove /search/users firstly because it violates the restapi naming convention. Endpoint should not have a verb but a noun.
Secondly would remove /users/search because filtering by search can be performed by the query params endpoint.