powered by
Note that currently only data sources and data stores can be shared with this API.
ListSharingAccess(object, batchSize = NULL)
A list specifying information on access:
username character. The name of the user with access.
userId character. The ID of the user with access.
role character. The type of access granted. See SharingRole for options.
SharingRole
canShare logical. Whether the user can further share access.
object. The shared object to inspect access for.
integer. The number of requests per page to expect.
if (FALSE) { dataStoreId <- "5c1303269300d900016b41a7" dataStore <- GetDataStore(dataStoreId) ListSharingAccess(dataStore) }
Run the code above in your browser using DataLab