synGetPermissions | R Documentation |
Get the permissions that a user or group has on an Entity.
synGetPermissions(entity, principalId=NULL)
entity |
An Entity or Synapse ID to lookup |
principalId |
Identifier of a user or group (defaults to PUBLIC users) |
An array containing some combination of ['READ', 'CREATE', 'UPDATE', 'DELETE', 'CHANGE_PERMISSIONS', 'DOWNLOAD'] or an empty array
## Not run:
synGetPermissions("syn11705401", "3320560")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.