POST /v2/images/<IMAGE_ID>/members
The request body must be JSON in the following format:
{ "member": "<MEMBER_ID>" }
where the MEMBER_ID is the ID of the tenant with whom the image is to be shared.
The member status of a newly created image member is
pending
.
If the user making the call is not the image owner, the response is HTTP status code 404.
The response conforms to the JSON schema available at /v2/schemas/member, for example,
{ "created_at": "2013-09-19T20:36:53Z", "image_id": "71c675ab-d94f-49cd-a114-e12490b328d9", "member_id": "8989447062e04a818baf9e073fd04fa7", "schema": "/v2/schemas/member", "status": "pending", "updated_at": "2013-09-19T20:36:53Z" }