Show image member details
GET /v2/images/<IMAGE_ID>/members/<member_id>
Normal response codes: 200
Preconditions
- The specified image must exist.
- You must be the owner or a member of the specified image.
Request
This table shows the URI parameters for the show image member details request:
Name | Type | Description |
---|---|---|
image_id | uuid | Image ID stored through the image API. Typically a UUID. |
member_id | String | Image member ID. For example, the project ID of the user with whom the image is being shared. |
This operation does not accept a request body.
Response
{
"status": "pending",
"created_at": "2013-11-26T07:21:21Z",
"updated_at": "2013-11-26T07:21:21Z",
"image_id": "0ae74cc5-5147-4239-9ce2-b0c580f7067e",
"member_id": "8989447062e04a818baf9e073fd04fa7",
"schema": "/v2/schemas/member"
}