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

DescribeUserRequest

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

§Properties

§
OrganizationId: string
[src]

The identifier for the organization under which the user exists.

§
UserId: string
[src]

The identifier for the user to be described.