Solutionunvalidated
The more "standard" way to do this — Change your URL structure. Outcome: `/users` returns all users, and `/users/{username}` returns a single user.
5e139990-4867-4b9e-b39e-cfc7874d2a7a
The more "standard" way to do this — Change your URL structure. Outcome: /users returns all users, and /users/{username} returns a single user.