# File lib/fog/identity/openstack/v2/requests/get_user_by_id.rb, line 6
          def get_user_by_id(user_id)
            request(
              :expects => [200, 203],
              :method  => 'GET',
              :path    => "users/#{user_id}"
            )
          end