# File lib/fog/cloudstack/requests/compute/list_users.rb, line 9
        def list_users(options={})
          options.merge!(
            'command' => 'listUsers'
          )
          
          request(options)
        end