Hello everyone.
I'm trying to use the REST API to add a team member.
The body I'm using is {"resourceId" : "1"} but the response is { "resourceId": null, "httpStatus": "400", "errorMessage": "CMN-0007: Attribute 'prresourceid' is required.", "errorCode": "validation.requiredFieldMissing" } in the interective Clarity REST API page. I tried with {"resourceId" : "admin"} but I received the same result.
If I try this in Postman I receive
Hello Paul,
I'm posting this for the benefit of the wider community, as we already discussed this and resolved it over a Support case.
The correct syntax should be {"resource":1} instead of {"resourceId" : "1"}.
Thanks!
Marc