Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeUsersRequest

import type { DescribeUsersRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DescribeUsersRequest {
AuthenticationToken?: string | null;
Fields?: string | null;
Include?: UserFilterType | null;
Limit?: number | null;
Marker?: string | null;
Order?: OrderType | null;
OrganizationId?: string | null;
Query?: string | null;
Sort?: UserSortType | null;
UserIds?: string | null;
}

§Properties

§
AuthenticationToken?: string | null
[src]

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

§
Fields?: string | null
[src]

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

§
Include?: UserFilterType | null
[src]

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

§
Limit?: number | null
[src]

The maximum number of items to return.

§
Marker?: string | null
[src]

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

§
Order?: OrderType | null
[src]

The order for the results.

§
OrganizationId?: string | null
[src]

The ID of the organization.

§
Query?: string | null
[src]

A query to filter users by user name.

§
Sort?: UserSortType | null
[src]

The sorting criteria.

§
UserIds?: string | null
[src]

The IDs of the users.