It's all about the answers!

Ask a question

Your account does not have the group memberships required to access the requested resource.


Eric Dolce (44519) | asked Jan 26 '17, 11:51 a.m.
edited Jan 27 '17, 8:37 a.m. by Ralph Schoon (63.1k33646)

 Hello All,


I am using the RQM REST API to post testsuites/testcases in RQM, version 6.01.

I am not able to post any test, I got the "403 Forbidden" error

"Your account does not have the group memberships required to access the requested resource."

I can manually create test in RQM, what I am missing ?

<head>
  <title>Jazz - Permission Denied</title>
  <link type="text/css" rel="stylesheet" href="/qm/web/jazz.app/internal/templates/StaticLoginWidget.css"/>
</head>
<body>
  <h2>Permission Denied</h2>
  <div>Your account does not have the group memberships required to access the requested resource.</div>
</body>
</html>


Comments
Ralph Schoon commented Jan 27 '17, 8:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 I would be surprised if anyone could help based on that few information. I would check that the user that is logging in has the required repository role (check in the user editor). The error can also be misleading. Consider looking into the OSLC workshop.

Accepted answer


permanent link
Eric Dolce (44519) | answered Jan 27 '17, 8:51 a.m.

 At the end it was the JSessionID missing in the RestClient, I added it in the X-Jazz-CSRF-Prevent header and it worked.

Ralph Schoon selected this answer as the correct answer

Comments
Ralph Schoon commented Jan 27 '17, 8:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 Thanks for sharing Eric.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.