tmedernach
14 years agoHelper
REST API - Super User Priviledges
Hi,
I'm trying to use the REST API to add blog posts with specific post dates following the REAT API Javadoc 9.20.
When I don't add a creation date, it works fine, when I do I get the following error message
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<response status="error">
<error code="303">
<message>Super-user privileges are required for this action.</message>
</error>
</response>
The user i use to create the SSO session is an administrator with full rights on the community as well as an author and moderator for the blog in question.
The Javadoc does not mention anything about this.
How do I get these Super-User Priviledges?
Thanks for your help
Tommy Medernach