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

CreateUserRequest

import type { CreateUserRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface CreateUserRequest {
AuthenticationToken?: string | null;
EmailAddress?: string | null;
GivenName: string;
OrganizationId?: string | null;
Password: string;
StorageRule?: StorageRuleType | null;
Surname: string;
TimeZoneId?: string | null;
Username: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

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

§
EmailAddress?: string | null
[src]

The email address of the user.

§
GivenName: string
[src]

The given name of the user.

§
OrganizationId?: string | null
[src]

The ID of the organization.

§
Password: string
[src]

The password of the user.

§
StorageRule?: StorageRuleType | null
[src]

The amount of storage for the user.

§
Surname: string
[src]

The surname of the user.

§
TimeZoneId?: string | null
[src]

The time zone ID of the user.

§
Username: string
[src]

The login name of the user.