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.4/services/workmail.ts?docs=full";
interface CreateUserRequest {
DisplayName: string;
Name: string;
OrganizationId: string;
Password: string;
}

§Properties

§
DisplayName: string
[src]

The display name for the new user.

§
Name: string
[src]

The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.

§
OrganizationId: string
[src]

The identifier of the organization for which the user is created.

§
Password: string
[src]

The password for the new user.