ListSharingAccess | R Documentation |
Note that currently only data sources and data stores can be shared with this API.
ListSharingAccess(object, batchSize = NULL)
object |
object. The shared object to inspect access for. |
batchSize |
integer. The number of requests per page to expect. |
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.
canShare logical. Whether the user can further share access.
## Not run:
dataStoreId <- "5c1303269300d900016b41a7"
dataStore <- GetDataStore(dataStoreId)
ListSharingAccess(dataStore)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.