aliases_list_shares {civis} | R Documentation |
List users and groups permissioned on this object
aliases_list_shares(id)
id |
integer required. The ID of the resource that is shared. |
An array containing the following fields:
readers |
list, A list containing the following elements:
|
writers |
list, A list containing the following elements:
|
owners |
list, A list containing the following elements:
|
totalUserShares |
integer, For owners, the number of total users shared. For writers and readers, the number of visible users shared. |
totalGroupShares |
integer, For owners, the number of total groups shared. For writers and readers, the number of visible groups shared. |