client.storage_hosts.list_shares

A method of the Storage Hosts endpoint.

list_shares(id: int) ListResponse

List users and groups permissioned on this object

API URL: GET /storage_hosts/{id}/shares

import civis
client = civis.APIClient()
response = client.storage_hosts.list_shares(...)
Parameters:
idint

The ID of the resource that is shared.

Returns:
civis.ListResponse