function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
maninder singh 50maninder singh 50 

Api User can not query object in workbench

we have an API user setup for integration purpose. In the data model we have Product (Master) and "Product Condition" (Child) objects with MD relation. We have granted Read, Create, Edit and View All access for Product, to this user using permission set. The OWD for Product is Private and for "Product Condition" is Controlled by Parent. 

The API user is not able to query for "Product Condition" from workbench. As per my understanding since the user has access to Master object the child object will inherit the sharing settings of master which is Product here. Can someone help why this setting does not work ? 
Raj VakatiRaj Vakati
Sharing will be inherit  but at profile level user need read access to child object ..