client.media.list_optimizations_shares

A method of the Media endpoint.

list_optimizations_shares(id: int) ListResponse

List users and groups permissioned on this object

API URL: GET /media/optimizations/{id}/shares

import civis
client = civis.APIClient()
response = client.media.list_optimizations_shares(...)
Parameters:
idint

The ID of the resource that is shared.

Returns:
civis.ListResponse