Hi,
Is it possible in Oracle Apex Restful Data Services to have two different modules with several GET methods each in the same schema and define two different users ? User 1 should only be granted to use only REST methods of module 1 and user 2 only granted to use REST methods of module 2 ?
I've seen how to protect modules with privileges but I don't know how to grant privilege 1 to user 1 and privilege 2 to user 2.
I would like to use basic http authentication.
Thank you.