I am having read permission on SharePoint online list, however, I would like to add an new List Item to a SharePoint Online custom list using REST API. If I try I receive an “Access denied” error.
Thanks, Manju
Yes, absolutely correct, I tested that we can not add item with read access using REST API. But still seeking for any possibility to add item to list.
Why not give the user contribute access?
An approach could be to have a primary list they add items to. Then a workflow runs, elevates permissions and sets the values in the real list you want the data in.