ClientUserList Method |
Namespace: MOVEit.DMZ.API
Returns an empty List if no users are found or
null
NOTE: MOVEit Transfer enforces a 1000 entry limit on the number of users that can be returned from a single listing, for performance reasons. If you need to list more than 1000 users, please use the UserListAdvanced(Int32, Int32, ClientUserPermissionFilter, ClientUserStatusFilter, String, ClientUserSearchStringFilter, String) function.
To determine if there are more than 1000 users on the system, check the UserListCount value after this function returns. It will contain the total number of users available to the current user.