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

UserMetadata

import type { UserMetadata } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";

Describes the metadata of the user.

interface UserMetadata {
EmailAddress?: string | null;
GivenName?: string | null;
Id?: string | null;
Surname?: string | null;
Username?: string | null;
}

§Properties

§
EmailAddress?: string | null
[src]

The email address of the user.

§
GivenName?: string | null
[src]

The given name of the user before a rename operation.

§
Id?: string | null
[src]

The ID of the user.

§
Surname?: string | null
[src]

The surname of the user.

§
Username?: string | null
[src]

The name of the user.