workdocs_describe_users: Describes the specified users

View source: R/workdocs_operations.R

workdocs_describe_usersR Documentation

Describes the specified users

Description

Describes the specified users. You can describe all users or filter the results (for example, by status or organization).

See https://www.paws-r-sdk.com/docs/workdocs_describe_users/ for full documentation.

Usage

workdocs_describe_users(
  AuthenticationToken = NULL,
  OrganizationId = NULL,
  UserIds = NULL,
  Query = NULL,
  Include = NULL,
  Order = NULL,
  Sort = NULL,
  Marker = NULL,
  Limit = NULL,
  Fields = NULL
)

Arguments

AuthenticationToken

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

OrganizationId

The ID of the organization.

UserIds

The IDs of the users.

Query

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 create_user 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.

Include

The state of the users. Specify "ALL" to include inactive users.

Order

The order for the results.

Sort

The sorting criteria.

Marker

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

Limit

The maximum number of items to return.

Fields

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


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.