Method to get the list of users.
https://api.wbsrvc.com/User/GetList/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| status Optional |
Filter using the user status. Type: string - possible value 'active', 'suspended' |
| limit Optional |
Limit the number of resulting users. Type: integer |
| offset Optional |
Offset the beginning of resulting users. Type: integer |
| count Optional |
Return the number of users. Type: string - possible value 'true', 'false' |
| client_id Optional |
ID of the client. Type: integer |