...
URL | http://<host>:<port>/ catissuecore/rest/ng/specimen-lists/{specimenListId}/users?operation=[UPDATE|REMOVE|ADD] |
Method | PUT |
Content-Type | application/json |
Request | [ 17 , 15 ,16 ] |
Response | [ { "id": 17, "firstName": "James", "lastName": "Smith", "loginName": "James.Smith@example.com" }, { "id": 15, "firstName": "Lina", "lastName": "Morris", "loginName": "Lina.Morris@example.com" }, { "id": 16, "firstName": "Tim", "lastName": "Jones", "loginName": "Tim.Jones@example.com" } ] |
Error Cases
code | Applies to | Status Message |
---|---|---|
200 | All resources | Share settings for given specimen list have been applied successfully. |
400 | All requests | Invalid parameters, e.g Invalid User-ids, Invalid Specimen-ids. |
401 | All requests | Authorization failed, User doesn’t have Authority. |
500 | All requests | Internal server error, Encountered server error while performing operations. |