# File lib/fog/profitbricks/requests/compute/get_all_users.rb, line 50
        def get_all_users
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "/um/users?depth=1"
          )
        end