Input Parameter Missing - Associate multiple teams to a project
Hi,
I am trying to assign multiple Teams to a project via the API.
Using the documented 'POST /restapi/portal/[PORTALID]+/usergroups/associategroups/' method, the error '{"error":{"code":6891,"message":"Given URL is wrong"}}' is returned.
Assuming the '+' in the URL is incorrect, removing the '+' returns the error '{"error":{"code":6831,"message":"Input Parameter Missing"}}'.
To rule own my own code errors, I have also used the PHP method documented here
https://www.zoho.com/projects/help/rest-api/examples.htmlMy POST array looks like this:
$request_parameters = array(
'projid' => '155xxxxxxxxxx',
'groupid' => array('135xxxxxxxxx','135xxxxxxxxx','135xxxxxxxxx')
);
Any help or guidance would be greatly appreciated.
Kind regards,
Rob