Hi,
Need to know how we will get first 20 enterprise users and then get marker to read more users.
I found this method: BoxUser.getAllEnterpriseUsers(api, true, marker);
but didn't understand what need to set in fields in order to get the users.
With the above method, I am getting nullPointer exception and I have set marker as null .
