images/image_id/members/member_id:get
GET/v2/images/:image_id/members/:member_id
Returns the membership of the tenant wrt to the image_id specified.
| param req: | the Request object coming from the wsgi layer |
| param image_id: | The image identifier |
| returns: | The response body is a mapping of the following form |
{'member_id': <MEMBER>,
'image_id': <IMAGE>,
'status': <MEMBER_STATUS>
'created_at': ..,
'updated_at': ..}
🟢 Public Cloud Endpoint: This endpoint is accessible to end users in CopperSpire Cloud.
Request​
Responses​
- 200
Ok