I have a entity User. Is there any way to restrict GET method on /users?
The reason I want it to be restricted is because the app is a multi tenant application. /users for example will fetch all users belonging to all tenants.
I have a entity User. Is there any way to restrict GET method on /users?
The reason I want it to be restricted is because the app is a multi tenant application. /users for example will fetch all users belonging to all tenants.