Class: Aws::WorkDocs::Types::DescribeUsersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token, :query]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#fieldsString

A comma-separated list of values. Specify “STORAGE_METADATA” to include the user storage quota and utilization information.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#includeString

The state of the users. Specify “ALL” to include inactive users.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#limitInteger

The maximum number of items to return.

Returns:

  • (Integer)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#orderString

The order for the results.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#organization_idString

The ID of the organization.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#queryString

A query to filter users by user name. Remember the following about the ‘Userids` and `Query` parameters:

  • If you don’t use either parameter, the API returns a paginated list of all users on the site.

  • If you use both parameters, the API ignores the ‘Query` parameter.

  • The ‘Userid` parameter only returns user names that match a corresponding user ID.

  • The ‘Query` parameter runs a “prefix” search for users by the `GivenName`, `SurName`, or `UserName` fields included in a

    CreateUser][1

    API call. For example, querying on ‘Ma` returns

    Márcia Oliveira, María García, and Mateo Jackson. If you use multiple characters, the API only returns data that matches all characters. For example, querying on ‘Ma J` only returns Mateo Jackson.

[1]: docs.aws.amazon.com/workdocs/latest/APIReference/API_CreateUser.html

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#sortString

The sorting criteria.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end

#user_idsString

The IDs of the users.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-workdocs/types.rb', line 1353

class DescribeUsersRequest < Struct.new(
  :authentication_token,
  :organization_id,
  :user_ids,
  :query,
  :include,
  :order,
  :sort,
  :marker,
  :limit,
  :fields)
  SENSITIVE = [:authentication_token, :query]
  include Aws::Structure
end