Add user via Process REST API
Hi,
Name: Save Project AreaAs JazzAdmin user I can add users via web in all project areas even if I'm not the administrator of them. Does anybody knows if there is another way to add the user using the process api without been an administrator of the project area? I will give you an example of what I'm doing. curl -k -b cookie.txt -c cookie.txt https://myserver/jts/authenticated/identitycurl -X POST --anyauth -k -L -b cookie.txt -c cookie.txt -d "j_username=myuser" -d "j_password=$pass" https://myserver/jts/authenticated/j_security_checkcurl -D - -k -b cookie.txt -H "Content-Type: application/xml" -X POST --data-binary @user.xml https://myserver/ccm/process/project-areas/_m8GiUJyaEeCCOpmJEcOfKQ/members Thank you. |
One answer
You need to add yourself as the Project Administrator, at least temporarily. The exact same issue was discussed in the below post (do check out the other posts linked in the 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.