The user details.

interface NewUserDetails {
    emailAddress: string;
    self?: string;
}

Hierarchy (view full)

Properties

Properties

emailAddress: string

The email address for the user.

self?: string

The URL of the user.