GetFileCreationACL
Retrieves the specified user FileCreationACL. The FileCreationACL is the template applied to all new files the user creates.
Request elements
CreatedByUserName
String. The name of the user whose template to retrieve. Specify either CreatedByUserName or CreatedByUserId.
CreatedByUserId
String. The ID of the user whose template to retrieve. Specify either CreatedByUserId or CreatedByUserName.
GrantedUserId
String. The user ID. Specify either GrantedUserId or GrantedUserName.
GrantedUserName
String. The user name. Specify either GrantedUserName or GrantedUserId.
GrantedRoleId
String. The role ID. Specify either GrantedRoleId or GrantedRoleName.
GrantedRoleName
String. The role name. Specify either GrantedRoleName or GrantedRoleId.
FetchSize
Int. The maximum number of records to retrieve and return in a result set. The default value is 500.
FetchDirection
Boolean. If True, records are retrieved forward. If False, records are retrieved backward. The default value is True.
CountLimit
Int. The maximum number of records to count. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
FetchHandle
String. Retrieves more items from the result set. In the second and subsequent calls for data, specify the same search criteria as in the original call.
Response elements
ACL
ArrayOfPermission. The user ACL.
FetchHandle
String. Indicates that the number of items in the result set exceeds the FetchSize limit.
TotalCount
Int. The number of entries in the search result set.