Sha256: 9694cf743a465a0fa09a93c28d3dc8cc335e99d7a2e0f2b2fd4495606fea19f4

Contents?: true

Size: 229 Bytes

Versions: 14

Compression:

Stored size: 229 Bytes

Contents

# List all users returns "OK" response with pagination

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::UsersAPI.new
opts = {
  page_size: 2,
}
api_instance.list_users_with_pagination(opts) { |item| puts item }

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.27.1 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.26.1 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.26.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.25.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.24.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.22.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.21.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.20.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.19.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.18.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.17.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.16.0 examples/v2/users/ListUsers_4075885358.rb
datadog_api_client-2.15.0 examples/v2/users/ListUsers_4075885358.rb