Additional Parameters

    bucket(classId) - specify which collection of files to get

        classId(permission required) - get the users for a particular class
        accountId(permission required) - get the users for a particular account
   
    bucketVar[int] - used with bucket to specify which files to get

    start [int](0) - get users from the collection starting at this index
    count [int] (50) - maximum number of users to fetch (maximum value of 100)
   
userFeed
Description
Get a feed of users

Returns
returns json response of file data in the following format:

            <users>
                <user>
                        <id/>
                    <userName/>
                    <firstName/>
                    <lastName/>
                    <email/>  
                    <className/>
                    <level/>
                        <alias/>
                </user>
            ...
            </users>
            <rows/>


where rows is the total number of users available for this request