I am trying to get an understanding of how granular access permissions are handled in GF. How would the following scenarios be handled:
User1 submits entry 1, 2 and 3 for form 1.
User2 submits entry 4, 5 and 6 for form 1.
How are permissions set-up to allow User1 to only access their submissions (1, 2 and 3), and User2 to only access their submissions (4, 5 and 6)?
Are these access permissions also replicated in the API, where User1 can only access their submissions, for example:
https://mywebsite.com/wp-json/gf/v2/entries/1
… and User2 can only access theirs, for example:
https://mywebsite.com/wp-json/gf/v2/entries/4
Thanks,
Andy