User does not have this permission

User does not have this permission

We are implementing a client to integrate with the SD+ APIs (add/edit/get/delete requests). We can currently read a given request, but if we try to create a new one, then we get an error response message (below is the response we get using Postman):

  1. {
  2.     "response_status": {
  3.         "status_code": 4000,
  4.         "messages": [
  5.             {
  6.                 "status_code": 4002,
  7.                 "type": "failed",
  8.                 "message": "User does not have this permission"
  9.             }
  10.         ],
  11.         "status": "failed"
  12.     }
  13. }

Note: Please do not confuse this with OAuth2 tokens. That is working correctly.

Thanks

                      New to ADSelfService Plus?