Hi -
I'm trying to create a scan report using the Report Creation API. I'm getting the following response:
<responseCode>UNAUTHORIZED</responseCode>
<responseErrorDetails>
<errorMessage>User is not authorized to perform this operation on specified object(s) or specified object(s) does not exist.</errorMessage>
</responseErrorDetails>
I've attached the xml i'm using, which provides a scanid. The scan id was obtained using search/was/wasscan API so I know the scanid is valid. And I can access the scan details using this API: download/was/wasscan/<scanid>.
What kind of permission do i need to be able to execute this API?
thanks for your help!
I know that there was separate API grant I had to do to use the WAS API perhaps that is what your missing.
I created a ROLE called API Access
Now what you can do is create the new role then assign the role to the user that your API is loggin as.
Let me know if you need help creating this.