A lightweight object for specifying 'to' and 'from' addresses and other forms of general contact export BasicContactDeets

interface BasicContactDeets {
    name: string;
    object?: null | string;
    point_of_contact: string;
    user_account_id?: null | string;
    user_id?: null | string;
}

Properties

name: string

Loosely, the name of the contact. May be changed during registration

object?: null | string
point_of_contact: string

This can be either an email, mobile number, or mozaic handle

user_account_id?: null | string
user_id?: null | string

The user id to operate on their behalf (tenants only)