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

DeactivateUserRequest

import type { DeactivateUserRequest } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";
interface DeactivateUserRequest {
AuthenticationToken?: string | null;
UserId: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

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

§
UserId: string
[src]

The ID of the user.