get https://api.indigitall.com/v1/user
Gets a paged list with the users of an account with all the data like the email, type of user, name, language or permissions. Additionaly, return a field with the user total for that account.
Necessary query's parameters:  Id of the account (accountId),  Limit of user per view (limit)    Page to show (page) at least 0.  Optional filters:  Status active (enabled)  Role type (roleType)   User type (userType)  * Search by name, email, serverId or description (find).
