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

ResetPasswordRequest

import type { ResetPasswordRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ResetPasswordRequest {
OrganizationId: string;
Password: string;
UserId: string;
}

§Properties

§
OrganizationId: string
[src]

The identifier of the organization that contains the user for which the password is reset.

§
Password: string
[src]

The new password for the user.

§
UserId: string
[src]

The identifier of the user for whom the password is reset.