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
No you cannot. REST executes on behalf of the logged in user. There is no way to elevate your permissions using REST.