Method: DocuSign_eSign::AccountsApi#list_shared_access
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
#list_shared_access(account_id, options = DocuSign_eSign::ListSharedAccessOptions.default) ⇒ AccountSharedAccess
Reserved: Gets the shared item status for one or more users. Reserved: Retrieves shared item status for one or more users and types of items. Users with account administration privileges can retrieve shared access information for all account users. Users without account administrator privileges can only retrieve shared access information for themselves and the returned information is limited to the retrieving the status of all members of the account that are sharing their folders to the user. This is equivalent to setting the shared=shared_from.
2146 2147 2148 2149 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 2146 def list_shared_access(account_id, = DocuSign_eSign::ListSharedAccessOptions.default) data, _status_code, _headers = list_shared_access_with_http_info(account_id, ) return data end |