|
group/{
group_id
}/member
If-Match: *
Each "member" must include a "type" attribute. |
|
|
200 | Status only, plus ETag header. Group membership is not returned. |
400 | Invalid upload xhtml |
401 | No authorization |
404 | Group not found |
409 | Incorrect If-Match data |
412 | Missing If-Match header |
The response will be 404 only if the group is not found. If one or more members are not found, or if they are not in the dependency group, the response will be 200 and a class="notfoundmembers"element will be included, containing one "notfoundmember" element for each bogus member.
<span class="notfoundmembers"> <span class="notfoundmember">member_id</span> ... </span> |