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

UserData

import type { UserData } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

Information related to a user.

interface UserData {
Email?: string | null;
EnrollmentId?: string | null;
EnrollmentStatus?: EnrollmentStatus | null;
FirstName?: string | null;
LastName?: string | null;
UserArn?: string | null;
}

§Properties

§
Email?: string | null
[src]

The email of a user.

§
EnrollmentId?: string | null
[src]

The enrollment ARN of a user.

§
EnrollmentStatus?: EnrollmentStatus | null
[src]

The enrollment status of a user.

§
FirstName?: string | null
[src]

The first name of a user.

§
LastName?: string | null
[src]

The last name of a user.

§
UserArn?: string | null
[src]

The ARN of a user.