Hi,
I have a question regarding security role implementation using rest api calls.
Lets say if a user doesnt have Read access on Contact table, and through rest api, if we make call to contact table in the context of this user, will it retrieve no records and honor the security role applied or will return all contacts record.
Thanks