OBJECT
type WsLocalUserListResult {count: Int currentBatchPosition: Int data: [LocalUser] errorCode: Int errorMessage: String success: Boolean }