DescribeUsersRequest
import type { DescribeUsersRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workdocs.ts";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;
}